ViciPhone - Our WebRTC Phone

Discussions about development of VICIDIAL and astGUIclient

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

ViciPhone - Our WebRTC Phone

Postby mcargile » Thu Jul 21, 2016 12:35 pm

We are developing our own WebRTC phone which we are calling ViciPhone. It will be it's own open source project, separate from Vicidial once we have fully tested it. It is based off SIP.js and loads into the agent interface just like the Zoiper Webphone. It will not be specifically tied to Vicidial and will be able to work as a regular phone on other systems with minor config changes. It will also be able to be embedded into a website and allow customers to call you directly from their browser without having to go through any carrier connection. It also works quite well with mobile devises (though I need to make a better CSS skin for them). Best of all there is nothing to install on the agent web browser. As long as they have a microphone and speakers (though a headset is highly recommended) the agents just have to log into Vicidial and the phone will automatically load for them.


We are currently looking for people to beta test ViciPhone at their centers. If you are interested there are some specific requirements to running it.

- First off it only works over a VALID HTTPS connection. This means you either need to have a legitimate SSL certificate for each of your servers from a TRUSTED certificate authority or you need to add your own certificate authority for your self signed certs to the agent web browsers. Adding your own CA to the agent browsers is something I have yet to be able to do successfully so I cannot help with that.

- Second the agents must be using a browser that properly supports WebRTC. You can find more information on supported browsers here https://webrtc.org/. Microsoft IE and Edge are not supported at present.

- Third you cannot be loading anything else into the agent's interface from a non-HTTPS source. Meaning you cannot have an embedded IFRAME in the script tab that is not HTTPS. Having this data loaded into other browser tabs though is perfectly fine.

- Fourth the dialers must be running Asterisk 11 and have all OS updates installed.

- Fifth the dialers must also have valid SSL certificates from a trusted CA.

- Sixth you must be willing to allow us access to your cluster..

- Seventh for the time being your agents must be able to connect to *.viciphone.com over HTTPS. Eventually we will publish the code so you can deploy it locally, but for now this allows us to make changes more easily.

Please keep in mind that what you will mostly be testing is how well Asterisk 11 scales with WebRTC calls. We are pretty confident in the actual ViciPhone code. What we do not know is if a single Asterisk 11 server will be able to maintain 20+ WebRTC connections for 8+ hours without doing something weird like load spikes or randomly hanging up on agents.

If you are interested in helping beta test ViciPhone please email support@vicidial.com and put it to my attention making sure to mention your desire to beta test ViciPhone. I will reply back with further details.
Michael Cargile | Director of Engineering | ViciDialGroup | http://www.vicidial.com

The official source for VICIDIAL services and support. 1-888-894-VICI (8424)
mcargile
Site Admin
 
Posts: 614
Joined: Tue Jan 16, 2007 9:38 am

Re: ViciPhone - Our WebRTC Phone

Postby bobbymc » Fri Jan 06, 2017 12:49 pm

I've already tried, after 30 agents and a few hours asterisk gets deadlocks because of some stun bug
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: ViciPhone - Our WebRTC Phone

Postby mcargile » Fri Jan 06, 2017 2:14 pm

Good thing our WebRTC phone uses Google's public STUN server and not Asterisk's.
Michael Cargile | Director of Engineering | ViciDialGroup | http://www.vicidial.com

The official source for VICIDIAL services and support. 1-888-894-VICI (8424)
mcargile
Site Admin
 
Posts: 614
Joined: Tue Jan 16, 2007 9:38 am

Re: ViciPhone - Our WebRTC Phone

Postby bobbymc » Fri Jan 06, 2017 3:00 pm

Asterisk issue is with that stun protocol as a whole. I paid digiun to investigate the issue and there is Open bug, they most likely won't fix it as all efforts are into asterisk 13 and 14
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: ViciPhone - Our WebRTC Phone

Postby mcargile » Fri Jan 06, 2017 3:32 pm

Would be interested in seeing the bug report.
Michael Cargile | Director of Engineering | ViciDialGroup | http://www.vicidial.com

The official source for VICIDIAL services and support. 1-888-894-VICI (8424)
mcargile
Site Admin
 
Posts: 614
Joined: Tue Jan 16, 2007 9:38 am

Re: ViciPhone - Our WebRTC Phone

Postby bobbymc » Sat Jan 21, 2017 2:02 am

https://issues.asterisk.org/jira/browse/ASTERISK-25852

this deadlock was caused by dundi or stun, the guys internally told me it was a issue with stun that caused it, but who knows
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: ViciPhone - Our WebRTC Phone

Postby mcargile » Mon Jan 23, 2017 9:33 am

Was wondering if that was you. We am pretty confident at this point that that error is being caused by brute force attacks against the SIP port that are not showing up in the Asterisk CLI which makes Fail2Ban completely ineffective. Most likely the SIP packets are malformed which causes issues for Asterisk with parsing it. We have yet to be able to get a proper packet capture of the issue, but in our experience the issue goes away as soon as you lock the SIP port down to only speak with carriers and agent phones. Another thing that points to some sort of external cause is that it is effecting all Asterisk 11 versions. We have had clients abusing Asterisk 11 without issue for months and then suddenly this started popping up.
Michael Cargile | Director of Engineering | ViciDialGroup | http://www.vicidial.com

The official source for VICIDIAL services and support. 1-888-894-VICI (8424)
mcargile
Site Admin
 
Posts: 614
Joined: Tue Jan 16, 2007 9:38 am

Re: ViciPhone - Our WebRTC Phone

Postby bobbymc » Mon Jan 23, 2017 1:36 pm

Possible, there is also another issue where asterisk isn't keeping up with the chrome webrtc requirements which is making it I compatible with chrome 57, Digium is yet to fix it and unlikely to do so on 11, I'm possibly going to attempt to make vicidial compatible with 13 as 11 is reaching eol
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: ViciPhone - Our WebRTC Phone

Postby thirdhatch » Fri Apr 07, 2017 3:29 pm

This thread is nearly a year old now. Had any progress been made on the viciphone?
thirdhatch
 
Posts: 96
Joined: Fri Jul 09, 2010 1:07 pm

Re: ViciPhone - Our WebRTC Phone

Postby mcargile » Fri Apr 07, 2017 3:57 pm

Very little interest was received in beta testing it until Firefox and Chrome both stopped supporting the Zoiper Web phone. As such it is still in beta. Also the only version of Asterisk that supports it at present is Asterisk 11 which in recent months has had some stability issues. We have a few clients beta testing it right now. None of them have had issues with ViciPhone, but a few have had issues with Asterisk 11 locking up.
Michael Cargile | Director of Engineering | ViciDialGroup | http://www.vicidial.com

The official source for VICIDIAL services and support. 1-888-894-VICI (8424)
mcargile
Site Admin
 
Posts: 614
Joined: Tue Jan 16, 2007 9:38 am

Re: ViciPhone - Our WebRTC Phone

Postby chornyi_taras » Sat Apr 08, 2017 4:52 am

AFAIK latest Firefox does not work with asterisk 11 that ships with Vicibox.
http://forums.asterisk.org/viewtopic.php?f=1&t=95417
ViciBox: 7.0.3 | VERSION: 2.12-560aBUILD: 160617-1427 | Webphone: PBXWebPhone

Skype: tarasukcho
chornyi_taras
 
Posts: 87
Joined: Tue Jun 14, 2016 3:41 pm
Location: L'viv, Ukraine

Re: ViciPhone - Our WebRTC Phone

Postby thirdhatch » Mon May 15, 2017 1:37 pm

Michael, would it be possible for us to test the vicidial webphone? We were able to implement the PBXWEBPHONE early on with version 7.0.3, but have not been able to get it to work since the new version. I would be happy to help with documentation and bug testing if this were a possibility.
thirdhatch
 
Posts: 96
Joined: Fri Jul 09, 2010 1:07 pm

Re: ViciPhone - Our WebRTC Phone

Postby chornyi_taras » Thu May 25, 2017 5:26 pm

Hi thirdhatch. Can you please describe what issues you are facing with PbxWebPhone?
ViciBox: 7.0.3 | VERSION: 2.12-560aBUILD: 160617-1427 | Webphone: PBXWebPhone

Skype: tarasukcho
chornyi_taras
 
Posts: 87
Joined: Tue Jun 14, 2016 3:41 pm
Location: L'viv, Ukraine

Re: ViciPhone - Our WebRTC Phone

Postby thirdhatch » Mon Jun 12, 2017 9:49 am

We figured out the issues with PBXWebPhone. But we are having trouble getting it to work with Firefox. It only works with Chrome.
thirdhatch
 
Posts: 96
Joined: Fri Jul 09, 2010 1:07 pm

Re: ViciPhone - Our WebRTC Phone

Postby chornyi_taras » Mon Jun 12, 2017 3:30 pm

ViciBox: 7.0.3 | VERSION: 2.12-560aBUILD: 160617-1427 | Webphone: PBXWebPhone

Skype: tarasukcho
chornyi_taras
 
Posts: 87
Joined: Tue Jun 14, 2016 3:41 pm
Location: L'viv, Ukraine

Re: ViciPhone - Our WebRTC Phone

Postby ngtechnologies » Sat Aug 05, 2017 9:49 pm

thirdhatch wrote:We figured out the issues with PBXWebPhone. But we are having trouble getting it to work with Firefox. It only works with Chrome.


We upgraded to PHP7 in our web server (actually tried to upgrade PHP5 to PHP7 and broke Vicidial, was new install with PHP7 installed before any Vicidial or prerequisites were added) and works Chrome and Firefox, but not IE or Edge. So far we have had 70 agents logged in and working with no issues.


Scratch install Vicidial on Centos6
1 database server
1 webserver PHP7
4 asterisk boxes
1 admin server/database slave
ngtechnologies
 
Posts: 24
Joined: Mon Mar 27, 2017 11:13 am

Re: ViciPhone - Our WebRTC Phone

Postby chornyi_taras » Mon Aug 07, 2017 3:11 am

ngtechnologies wrote:
thirdhatch wrote:We figured out the issues with PBXWebPhone. But we are having trouble getting it to work with Firefox. It only works with Chrome.


We upgraded to PHP7 in our web server (actually tried to upgrade PHP5 to PHP7 and broke Vicidial, was new install with PHP7 installed before any Vicidial or prerequisites were added) and works Chrome and Firefox, but not IE or Edge. So far we have had 70 agents logged in and working with no issues.


Scratch install Vicidial on Centos6
1 database server
1 webserver PHP7
4 asterisk boxes
1 admin server/database slave


so you have patched asterisk to have webphone working in Firefox?
regarding Edge support- sipJs supposed to support it in nearest future https://github.com/onsip/SIP.js/issues/432
ViciBox: 7.0.3 | VERSION: 2.12-560aBUILD: 160617-1427 | Webphone: PBXWebPhone

Skype: tarasukcho
chornyi_taras
 
Posts: 87
Joined: Tue Jun 14, 2016 3:41 pm
Location: L'viv, Ukraine

Re: ViciPhone - Our WebRTC Phone

Postby ngtechnologies » Sat Sep 02, 2017 11:35 pm

chornyi_taras wrote:
ngtechnologies wrote:
thirdhatch wrote:We figured out the issues with PBXWebPhone. But we are having trouble getting it to work with Firefox. It only works with Chrome.


We upgraded to PHP7 in our web server (actually tried to upgrade PHP5 to PHP7 and broke Vicidial, was new install with PHP7 installed before any Vicidial or prerequisites were added) and works Chrome and Firefox, but not IE or Edge. So far we have had 70 agents logged in and working with no issues.


Scratch install Vicidial on Centos6
1 database server
1 webserver PHP7
4 asterisk boxes
1 admin server/database slave


so you have patched asterisk to have webphone working in Firefox?
regarding Edge support- sipJs supposed to support it in nearest future https://github.com/onsip/SIP.js/issues/432


No patching, actually we told agents to use Chrome and a few didn't listen and were using Firefox without issues.
ngtechnologies
 
Posts: 24
Joined: Mon Mar 27, 2017 11:13 am

Re: ViciPhone - Our WebRTC Phone

Postby ngtechnologies » Sat Sep 02, 2017 11:39 pm

Any update when the actual ViciPhone will be available for production use?
ngtechnologies
 
Posts: 24
Joined: Mon Mar 27, 2017 11:13 am

Re: ViciPhone - Our WebRTC Phone

Postby mcargile » Wed Oct 11, 2017 1:14 pm

We are getting ready to fully release ViciPhone. Currently doing some code clean up and finishing up the documentation.

If you have been beta testing ViciPhone, please read this topic:

viewtopic.php?f=3&t=37729
Michael Cargile | Director of Engineering | ViciDialGroup | http://www.vicidial.com

The official source for VICIDIAL services and support. 1-888-894-VICI (8424)
mcargile
Site Admin
 
Posts: 614
Joined: Tue Jan 16, 2007 9:38 am

Re: ViciPhone - Our WebRTC Phone

Postby rrb555 » Thu Nov 02, 2017 9:28 pm

You able to finish all the documentation? We will be deploying ViciPhone once it is out.
One server that I am managing | Single Server | ViciBox Redux 6.0 | VERSION: 2.12-549a | BUILD: 160404-0940 | revision 2508| No other hardware
For help you can send me a direct email info@support.com.ph
rrb555
 
Posts: 585
Joined: Tue Feb 08, 2011 4:24 pm
Location: Quezon City, Philippines

Re: ViciPhone - Our WebRTC Phone

Postby mcargile » Fri Nov 03, 2017 9:25 am

Documentation is basically done. All that is left is to finish the code clean up and release candidate testing. Hoping for a formal release within the next 2 weeks.
Michael Cargile | Director of Engineering | ViciDialGroup | http://www.vicidial.com

The official source for VICIDIAL services and support. 1-888-894-VICI (8424)
mcargile
Site Admin
 
Posts: 614
Joined: Tue Jan 16, 2007 9:38 am

Re: ViciPhone - Our WebRTC Phone

Postby mcargile » Mon Nov 13, 2017 12:52 pm

Found one bug in the Release Candidate which was fixed. Now it is a matter of finishing the installation documentation.
Michael Cargile | Director of Engineering | ViciDialGroup | http://www.vicidial.com

The official source for VICIDIAL services and support. 1-888-894-VICI (8424)
mcargile
Site Admin
 
Posts: 614
Joined: Tue Jan 16, 2007 9:38 am

Re: ViciPhone - Our WebRTC Phone

Postby thephaseusa » Sat Dec 09, 2017 4:50 pm

Version: 2.14b0.5
SVN Version: 2872
DB Schema Version: 1527
ViciBox v.7.0.4| Asterisk 11.25.1-vici |
4 Box Cluster of 1 Database, 1 Asterisk, 1 Web, & 1 Archive Server.

The new viciphone sounds exciting. Is it included in vicidial now? Do you have to install vicibox 8.0.1 to use it, or will a current svn provide it?

Will call quality be as good and reliable with viciphone as with say ekiga and zoiper?

Also is the idea behind it to only have to configure the soft phone on the server, and not have to install on every work station?


John Merritt
thephaseusa
 
Posts: 345
Joined: Tue May 16, 2017 2:23 pm

Re: ViciPhone - Our WebRTC Phone

Postby rrb555 » Tue Jan 02, 2018 7:21 pm

Any update on this?
One server that I am managing | Single Server | ViciBox Redux 6.0 | VERSION: 2.12-549a | BUILD: 160404-0940 | revision 2508| No other hardware
For help you can send me a direct email info@support.com.ph
rrb555
 
Posts: 585
Joined: Tue Feb 08, 2011 4:24 pm
Location: Quezon City, Philippines

Re: ViciPhone - Our WebRTC Phone

Postby dreedy » Wed Jan 24, 2018 12:40 pm

This looks like a great item to add to vicidial. It looks like the code is completed or almost complete. How do we go about getting this or is this not available still ?
1- mysql/apache Server (ViciBox 11) Dell R640
1- Dialer (Vicibox 11) Dell R620
1- Archive Server Drobo 810n

Asterisk 16.30.0-vici |VERSION: 2.14-900a | BUILD: 231115-1636 | svn 3787 |dbschema 1702
dreedy
 
Posts: 168
Joined: Tue Nov 24, 2015 10:16 pm

Re: ViciPhone - Our WebRTC Phone

Postby williamconley » Wed Jan 24, 2018 1:24 pm

You could try this until they answer:

https://github.com/chornyitaras/PBXWebPhone
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20018
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: ViciPhone - Our WebRTC Phone

Postby dreedy » Wed Jan 24, 2018 1:29 pm

I have tried that and got it to work in my test sever. I got it to work from and external connection, but i ran into an issue with getting it to work on site.
1- mysql/apache Server (ViciBox 11) Dell R640
1- Dialer (Vicibox 11) Dell R620
1- Archive Server Drobo 810n

Asterisk 16.30.0-vici |VERSION: 2.14-900a | BUILD: 231115-1636 | svn 3787 |dbschema 1702
dreedy
 
Posts: 168
Joined: Tue Nov 24, 2015 10:16 pm

Re: ViciPhone - Our WebRTC Phone

Postby williamconley » Wed Jan 24, 2018 2:12 pm

Did you try upgrading to Vicibox latest (8.X)? That will likely be required with ViciPhone as well.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20018
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: ViciPhone - Our WebRTC Phone

Postby dreedy » Wed Jan 24, 2018 2:16 pm

Atm my test server is on version 7.0.3. I have redo it and make it an 8.x version and that should be no problem. Is the viciphone included with the 8.x version now?
1- mysql/apache Server (ViciBox 11) Dell R640
1- Dialer (Vicibox 11) Dell R620
1- Archive Server Drobo 810n

Asterisk 16.30.0-vici |VERSION: 2.14-900a | BUILD: 231115-1636 | svn 3787 |dbschema 1702
dreedy
 
Posts: 168
Joined: Tue Nov 24, 2015 10:16 pm

Re: ViciPhone - Our WebRTC Phone

Postby williamconley » Wed Jan 24, 2018 3:46 pm

Not yet AFAIK
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20018
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: ViciPhone - Our WebRTC Phone

Postby mflorell » Wed Jan 24, 2018 5:18 pm

Just send in an email to support@vicidial.com to get the draft instructions for how to use the beta vicidial webrtc phone.

Since WebRTC is not yet a finalized standard, Google has decided to muck around with requirements for it, so soon in Google Chrome you won't be able to use a WebRTC phone with an Asterisk 11 server, due to changes in "requirements" which are not supported in Asterisk 11. So, you will need to use Asterisk 13 instead. We have clients running it now in production, but these recent changes have thrown a wrench into our official release plans until we make a few changes to our code and the instructions on the Asterisk side.
mflorell
Site Admin
 
Posts: 18335
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: ViciPhone - Our WebRTC Phone

Postby frequency » Fri Feb 16, 2018 10:26 am

Code: Select all
https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-permissions-in-cross-origin-iframes#TOC-To-continue-to-use-permissions-from-iframes-on-your-website...


Getting WebRTC error on the servers for last one month. Is this related to Google Chrome? Any change made for AST11? Because we failed to used AST 13 as well and haven't succeeded updating to AST13.
frequency
 
Posts: 117
Joined: Mon Jun 13, 2016 11:18 am

Re: ViciPhone - Our WebRTC Phone

Postby mflorell » Fri Feb 16, 2018 11:54 am

Asterisk 13 is going to be required with new versions of Chrome if you want to use WebRTC.

In addition to this, I also added the microphone permissions flag to the webphone IFRAME in the vicidial.php svn/trunk codebase, so if you are getting the permissions error, you will want to upgrade to a more recent svn/trunk revision.
mflorell
Site Admin
 
Posts: 18335
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: ViciPhone - Our WebRTC Phone

Postby frequency » Fri Feb 16, 2018 1:14 pm

mflorell wrote:Asterisk 13 is going to be required with new versions of Chrome if you want to use WebRTC.

In addition to this, I also added the microphone permissions flag to the webphone IFRAME in the vicidial.php svn/trunk codebase, so if you are getting the permissions error, you will want to upgrade to a more recent svn/trunk revision.


Running on 2866. Upgrading to latest SVN would not work with AST11? will it work on Firefox or Opera?

AST13 upgrade is failing, i tried on two demo servers. asterisk reload is almost empty. Followed exactly the same path, but it wont start correctly. what could be the issue?

Image
frequency
 
Posts: 117
Joined: Mon Jun 13, 2016 11:18 am

Re: ViciPhone - Our WebRTC Phone

Postby mflorell » Fri Feb 16, 2018 6:11 pm

How did you install Asterisk 13?

We do have a package within OpenSuSE, but here are the last working from-source instructions I used:
http://vicidial.org/docs/ASTERISK_13.txt
mflorell
Site Admin
 
Posts: 18335
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: ViciPhone - Our WebRTC Phone

Postby frequency » Fri Feb 16, 2018 6:43 pm

mflorell wrote:How did you install Asterisk 13?

We do have a package within OpenSuSE, but here are the last working from-source instructions I used:
http://vicidial.org/docs/ASTERISK_13.txt


via Kumba's post. viewtopic.php?f=8&t=37864

I did try via the link you provided back, like two months ago and that did not work either.

Image
frequency
 
Posts: 117
Joined: Mon Jun 13, 2016 11:18 am

Re: ViciPhone - Our WebRTC Phone

Postby yass_rules » Thu Feb 22, 2018 12:18 pm

mflorell wrote:Just send in an email to support@vicidial.com to get the draft instructions for how to use the beta vicidial webrtc phone.

Since WebRTC is not yet a finalized standard, Google has decided to muck around with requirements for it, so soon in Google Chrome you won't be able to use a WebRTC phone with an Asterisk 11 server, due to changes in "requirements" which are not supported in Asterisk 11. So, you will need to use Asterisk 13 instead. We have clients running it now in production, but these recent changes have thrown a wrench into our official release plans until we make a few changes to our code and the instructions on the Asterisk side.


Hello Matt, can you tell where you I can find which will be requirements that Chrome will change in the future so I can have a reference of it?, I tried to google it but I couldn't find anything related
yass_rules
 
Posts: 1
Joined: Thu Feb 22, 2018 10:43 am

Re: ViciPhone - Our WebRTC Phone

Postby Nefariousparity » Thu Mar 08, 2018 12:30 pm

Hi guys!
I am also trying to get the WebRTC phone working. I can get it to actually register. I followed the above tutorial. I spun up a test instance of latest Vicibox ISO (Specs in the bottom) I am getting this error. I have for funsies done chmod 777 ahd chown root:asterisk on certs generatedusing lets encrypt getting this error.

ERROR[29991][C-000007fa]: res_rtp_asterisk.c:1375 ast_rtp_dtls_set_configuration: Specified certificate file '/etc/letsencrypt/live/viciphone.funurlhere.com/cert.pem' for RTP instance '0x7f76d0010a98' could not be used
[Mar 8 09:27:20] ERROR[29991][C-000007fa]: chan_sip.c:5758 dialog_initialize_dtls_srtp: Attempted to set an invalid DTLS-SRTP configuration on RTP instance '0x7f76d0010a 98'
[Mar 8 09:27:20] NOTICE[29991][C-000007fa]: channel.c:5690 __ast_request_and_dial: Unable to request channel SIP/5000


ISO Vicibox 8.01
Asterisk: 11-25-1
Vicidial:
VERSION: 2.14-662a
BUILD: 180306-1718

Thank you for years of help!
|| DB Schema Version: 1609 || Asterisk 11.25.1-vici || BUILD: 190902-0839 ||VERSION: 2.14-718a||SVN: 3133||10xTelephony||1x Database||1x Slave||1x Web||1x Archive||ViciBox v.8.0.1
Nefariousparity
 
Posts: 327
Joined: Wed Sep 12, 2012 7:01 pm

Re: ViciPhone - Our WebRTC Phone

Postby williamconley » Thu Mar 08, 2018 12:42 pm

To be clear:

Confirm /etc/letsencrypt/live/viciphone.funurlhere.com/cert.pem is actually on the server and is in fact a valid SSL cert for that domain. Don't decide, prove both statements are true.

Then, of course, verfify that viciphone.funurlhere.com is the domain you are using to access the vicidial agent screen and post the relevant web phone settings from Vicidial while you're at it.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20018
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Next

Return to Development

Who is online

Users browsing this forum: Google [Bot] and 34 guests