WEbRTC will not work without HTTPS, so SIP call may be establihed, but media traffic between browser and server will not flow. Consider to use HTTPShttps i have to check to how to convert but u can test there its self in widget
with HTTPS i get same errorWEbRTC will not work without HTTPS, so SIP call may be establihed, but media traffic between browser and server will not flow. Consider to use HTTPS
Source
tab. If the code works correctly without the dashboard, it'is definitely dashboard issue, so it should be fixed by dashboard developer.form has been updated please check, in the dashboard test...Please test your code as standalone HTML+JS file, not in dashboard. In this case, you'll see if something wrong with the code in Chrome Dev ToolsSource
tab. If the code works correctly without the dashboard, it'is definitely dashboard issue, so it should be fixed by dashboard developer.
call()
function on click:call()
function, and cannot find it and throws the exceptionThis issue was fixed in latest WebSDK build 2.0.198, please update and check.While calling from phone video , I am getting following error
You should add HTML5 audio element on the page with a desired audio file, and start to play it whenwe are not getting ringing sound here while i receive call ...what need to be done for that
CALL_STATUS.RING
is received. then stop playing it when CALL_STATUS.ESTABLISHED
is received (or other status different from CALL_STATUS.RING
).Thank you for your REPLY,You should add HTML5 audio element on the page with a desired audio file, and start to play it whenCALL_STATUS.RING
is received. then stop playing it whenCALL_STATUS.ESTABLISHED
is received (or other status different fromCALL_STATUS.RING
).
WCS should work on all Centos 7 branches, we've also successfully tested it on Centos 8 and Centos StreamWhether we can install Flash phoner software in Linux Centos 7.9.2009 Virtual Machine?
1. Install JDK 14Is there simple way or steps to install the WCS build 5.2.926 on Centos 7 machine with TLS and soft IPPBX configuration.
wget https://flashphoner.com/downloads/builds/WCS/5.2/FlashphonerWebCallServer-5.2.926.tar.gz
tar -xzf FlashphonerWebCallServer-5.2.926.tar.gz
cd FlashphonerWebCallServer-5.2.926
sudo ./install.sh
flashphoner.properties
file.1. Install JDK 14
2. Download installation archive
3. Unpack archiveCode:wget https://flashphoner.com/downloads/builds/WCS/5.2/FlashphonerWebCallServer-5.2.926.tar.gz
4. Install WCSCode:tar -xzf FlashphonerWebCallServer-5.2.926.tar.gz
Then, configure WCS as needed inCode:cd FlashphonerWebCallServer-5.2.926 sudo ./install.sh
flashphoner.properties
file.
You should set div elements sizes through CSS as needed, for example:How can we make this video display larger size....
/* Remote Video*/
.fp-remoteVideo {
border: 1px double black;
position: absolute;
background: #c0c0c0;
width: 320px;
height: 240px;
text-align: center;
margin: 0 auto 0 auto;
}
/* Local Video*/
.fp-localVideo {
border: solid 1px;
background-color: black;
position: absolute;
width: 80px;
height: 60px
}
Getting only established not able to register....form has been updated with SIP accounts, SSH accessGood day.
You should set div elements sizes through CSS as needed, for example:
Code:/* Remote Video*/ .fp-remoteVideo { border: 1px double black; position: absolute; background: #c0c0c0; width: 320px; height: 240px; text-align: center; margin: 0 auto 0 auto; } /* Local Video*/ .fp-localVideo { border: solid 1px; background-color: black; position: absolute; width: 80px; height: 60px }
Thank your your reply,Seems like your SIP PBX is unavailable from your server:
View attachment 2906
TCP connection cannot be established to SIP PBX IP address. Telnel test also shows no response:
View attachment 2907
From our test servers, SIP PBX IP seems reachable:
View attachment 2908
Please check firewall/NAT/router settings.