WEBRTC - OUTBOUND CALLS NOT TRANSFERRING TO CONFERENCE AGENT

All installation and configuration problems and questions

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

WEBRTC - OUTBOUND CALLS NOT TRANSFERRING TO CONFERENCE AGENT

Postby dito » Fri Feb 02, 2018 7:25 am

I did almost successful WebRtC Config.
Agent Exten Sucessfuly logged into conference hearing the " you are the only one in the conference "
launched outbound calls.. i see them answered in the asterisk cli but not transferred to the conf agent room.
both exten channel and outbound calls are in ulaw .. all codecs allowed
i have this in asterisk cli:
-- Channel Local/xxxxxxxxxxx@default-00000095;2 joined 'simple_bridge' basic-bridge <59a01ea5-81f7-4970-94da-8dfa2acb2f29>
-- <Local/xxxxxxxxxx@default-00000095;1>AGI Script agi-VDAD_local_optimize.agi completed, returning 0
-- Executing [138369@default:2] Wait("Local/xxxxxxxxxxx@default-00000095;1", "2") in new stack
-- Executing [138369@default:3] Hangup("Local/xxxxxxxxxxxx@default-00000095;1", "") in new stack
== Spawn extension (default, 138369, 3) exited non-zero on 'Local/xxxxxxxxxxxxxxxx@default-00000095;1'
[Jan 31 19:19:20] WARNING[6869][C-0000017e]: func_hangupcause.c:140 hangupcause_read: Unable to find information for channel
_______________________________________________________________________________________________________________
I will try to debug more to see what's wrong ..
---------------------------
VICIDAL 8.0
VERSION: 2.14-650a
BUILD: 180111-1544
Asterisk 13
on a 4 Core 16Gb RAM
___________________
VoIP TUNISIE
support@crm.tn - https://crm.tn
dito
 
Posts: 49
Joined: Wed Nov 11, 2015 9:29 pm

Re: WEBRTC - OUTBOUND CALLS NOT TRANSFERRING TO CONFERENCE A

Postby wjohnson133 » Fri Feb 02, 2018 8:47 am

Do you have sip/extension in your vicidial conference? I would recommend getting the manager manual.
Architecture: x86_64 CPU(s): 2 CPU family: 15 Model: 6
Model name: Intel(R) Pentium(R) 4 CPU 3.20GHz
Linux version 4.1.39-56-default (geeko@buildhost) (gcc version 4.8.5 (SUSE Linux) )
VICIDIAL VERSION: 2.14-831a BUILD: 211012-0934
wjohnson133
 
Posts: 44
Joined: Wed Mar 15, 2017 2:00 pm

Re: WEBRTC - OUTBOUND CALLS NOT TRANSFERRING TO CONFERENCE A

Postby dito » Sat Feb 03, 2018 7:25 am

wjohnson133 wrote:Do you have sip/extension in your vicidial conference? I would recommend getting the manager manual.

hello ! of course the extension webrtc is well logged in the conference room
the manual does not handle the web rtc issues.
vicidial "normal phone" mode work fine ..
VoIP TUNISIE
support@crm.tn - https://crm.tn
dito
 
Posts: 49
Joined: Wed Nov 11, 2015 9:29 pm

Re: WEBRTC - OUTBOUND CALLS NOT TRANSFERRING TO CONFERENCE A

Postby vkad » Thu Feb 15, 2018 12:05 am

Same issue here.

Did you fix the webrtc (not available on latest chrome) with asterisk 13.

Thanks
Vicibox 8.0.1 (Asterisk 13.21.0-vici) + Remote WebRTC Agents
Version: 2.14b0.5 | SVN: 2990 | DB Version: 1548
1 x DB + Web + Dialer - E3 1270 v6 + 16gb ddr4 + 256gb SSD
2 x Additional Dialer - E3 1270 v6 + 8gb ddr4 + 256gb SSD
vkad
 
Posts: 208
Joined: Thu Nov 09, 2017 3:46 am

Re: WEBRTC - OUTBOUND CALLS NOT TRANSFERRING TO CONFERENCE A

Postby williamconley » Thu Feb 15, 2018 10:53 am

dito wrote:
wjohnson133 wrote:Do you have sip/extension in your vicidial conference? I would recommend getting the manager manual.

hello ! of course the extension webrtc is well logged in the conference room
the manual does not handle the web rtc issues.
vicidial "normal phone" mode work fine ..

extension 138369 is not part of vicidial autodial. So this is not running the same way as it would with a normal outbound autodial.

once your agent in the webrtc is in the vicidial conference, the rest should run normally with extension 8368 when a call is answered.

so: provide the contents of the agent conference (meetme listing of the conference) and the full output from "dial" for the autodialed call at the asterisk cli. If it does not go through extension 8368, please explain why. cuz it should.
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: WEBRTC - OUTBOUND CALLS NOT TRANSFERRING TO CONFERENCE A

Postby dito » Fri Feb 16, 2018 9:16 am

williamconley wrote:
dito wrote:
wjohnson133 wrote:Do you have sip/extension in your vicidial conference? I would recommend getting the manager manual.

hello ! of course the extension webrtc is well logged in the conference room
the manual does not handle the web rtc issues.
vicidial "normal phone" mode work fine ..

extension 138369 is not part of vicidial autodial. So this is not running the same way as it would with a normal outbound autodial.

once your agent in the webrtc is in the vicidial conference, the rest should run normally with extension 8368 when a call is answered.

so: provide the contents of the agent conference (meetme listing of the conference) and the full output from "dial" for the autodialed call at the asterisk cli. If it does not go through extension 8368, please explain why. cuz it should.



Hi Sir,
i left the vici for some period back today found some time finally !

first of all thank you for the time you take to analyse all users posts here and to make this effort to "debug" the drafted posts.
strangely that "13" in front of the 8369 amd ext i don't know from where it comes i switched on the vps today to go in and suddenly it disappeared! 8369 normal
when doing the webrtc ssl config i followed this topic:
http://www.vicidial.org/VICIDIALforum/viewtopic.php?f=8&t=37686
it did the work https certified and asterisk keys too ..
today i used seperated certification for asterisk using this script:
https://github.com/asterisk/asterisk/blob/master/contrib/scripts/ast_tls_cert
and Allelyuah it worked ! YEAH !
so i think "may be ssl config" should be done separately web part with certbot and for asterisk with this ast_tls_cert script.
if you want we can prepare kind of complete how to ..
good thing both "normal" extension and webrtc extension are working fine
i used https://github.com/chornyitaras/PBXWebPhone working ok
don't know why it work the vici webrtc phone only worked dialing manual for me
thx all
VoIP TUNISIE
support@crm.tn - https://crm.tn
dito
 
Posts: 49
Joined: Wed Nov 11, 2015 9:29 pm

Re: WEBRTC - OUTBOUND CALLS NOT TRANSFERRING TO CONFERENCE A

Postby williamconley » Fri Feb 16, 2018 10:27 am

Good postback. And certainly everyone would appreciate it if you posted your step-by-step and scripts used. Also could be that someone will improve upon them if you post them.
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: WEBRTC - OUTBOUND CALLS NOT TRANSFERRING TO CONFERENCE A

Postby dito » Fri Feb 16, 2018 10:33 am

williamconley wrote:Good postback. And certainly everyone would appreciate it if you posted your step-by-step and scripts used. Also could be that someone will improve upon them if you post them.


of course started a mini how to draft i will finish it tonight, of course it will be great if it will be improved.
thanks a lot sir william!
VoIP TUNISIE
support@crm.tn - https://crm.tn
dito
 
Posts: 49
Joined: Wed Nov 11, 2015 9:29 pm

Re: WEBRTC - OUTBOUND CALLS NOT TRANSFERRING TO CONFERENCE A

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

As a note, the "13" you saw appended to the front of the routing extension is required if you use Asterisk 13.

Also, with newer versions of Chrome, WebRTC is going to soon stop working on Asterisk 11 servers.
mflorell
Site Admin
 
Posts: 18335
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: WEBRTC - OUTBOUND CALLS NOT TRANSFERRING TO CONFERENCE A

Postby williamconley » Fri Feb 16, 2018 12:24 pm

mflorell wrote:Also, with newer versions of Chrome, WebRTC is going to soon stop working on Asterisk 11 servers.

Now that you've mentioned it a couple times: Does this not apply to Firefox/IE? Or is this WebRTC limited to Chrome right now?
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: WEBRTC - OUTBOUND CALLS NOT TRANSFERRING TO CONFERENCE A

Postby mflorell » Fri Feb 16, 2018 12:44 pm

Honestly, we only seem to be doing testing on WebRTC with Chrome, it is the most reliable WebRTC platform, and the chromium project is the one setting the WebRTC standards, so even if Firefox doesn't have that requirement at the moment, it will eventually because Chrome calls the shots with the not-yet-finalized WebRTC standards.
mflorell
Site Admin
 
Posts: 18335
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: WEBRTC - OUTBOUND CALLS NOT TRANSFERRING TO CONFERENCE A

Postby marveelou » Sat Sep 26, 2020 5:51 am

Hello All,
I'm currently having the same issue here. The call is not sending to the agent. Just installed the
latest vicibox 9 from their site.Does anybody have the same issue with the latest version?

error logs
[Sep 26 06:46:42] -- Executing [138368@default:3] Hangup("Local/63214085267209@default-00000021;1", "") in new stack
[Sep 26 06:46:42] == Spawn extension (default, 138368, 3) exited non-zero on 'Local/63214085267209@default-00000021;1'
[Sep 26 06:46:42] WARNING[10998][C-0000003c]: func_hangupcause.c:140 hangupcause_read: Unable to find information for channel
[Sep 26 06:46:42] -- Executing [h@default:1] AGI("Local/63214085267209@default-00000021;1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------------)") in new stack
marveelou
 
Posts: 30
Joined: Thu Oct 02, 2014 8:38 pm
Location: Soong 2, Mactan , Cebu, Philippines

Re: WEBRTC - OUTBOUND CALLS NOT TRANSFERRING TO CONFERENCE A

Postby carpenox » Sat Sep 26, 2020 10:28 am

I have helped several people on this forum with similar issues, its not always the same thing. I am willing to help you out but its too slow thru the forum to debug everything it could be, so hit me up on FB: Cyburity, LLC -:- Skype: carpenox_3 -:- whatsapp: +19549477572

-Nox
Alma Linux 9.3 | Version: 2.14-911a | SVN Version: 3815 | DB Schema Version: 1710 | Asterisk 18.18.1
www.dialer.one -:- 1-833-DIALER-1 -:- https://linktr.ee/CyburDial -:- WhatsApp: +19549477572 -:- Skype: live:carpenox_3
carpenox
 
Posts: 2230
Joined: Wed Apr 08, 2020 2:02 am
Location: Coral Springs, FL


Return to Support

Who is online

Users browsing this forum: Majestic-12 [Bot] and 85 guests