Can not hear provider's 'disconnected number' message

All installation and configuration problems and questions

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

Can not hear provider's 'disconnected number' message

Postby Eugene » Fri Jan 20, 2017 6:35 am

Hello,

My users have a problem dialing disconnected/not existing phones manually. They complain that they do not hear provider's prompt regarding number being not in service. Unfortunately, my googling did not yield meaningful results. Hopefully, someone could help in investigating the problem, please. Some detail follow:

1) Please find my vicibox specs in signature to this post.
2) Mobile operators and PSTN E1 lines are connected to Cisco VOIP routers and Cisco CallManager
3) Vicibox and CCM are connected with SIP trunk
4) When one uses IP phone which is registered to CCM he can hear 'number not in service' message from respective provider
5) When one uses IP phone which is registered to vicibox he can not hear 'number not in service' message from respective provider. He hears rings until call is timed out.
6) Vicidial correctly catches ADC status when it dials the phones in question in autodial mode.

I'd like that those 'number not in service' could be heard by agents who dial manually.
Any ideas, please?

Thank you!
Gene
ViciBox_v.7.x86_64-7.0.3.iso, Asterisk v.11.22.0-vici
ASTGUI Admin v. 2.12-552a b.160429-0835, ASTGUI Client v. 2.12-492c b.160428-1826
1 DB + 1 WEB + 1 Asterisk + 1 Archive servers
No extra software, No Digium/Sangoma Hardware
Eugene
 
Posts: 56
Joined: Tue Nov 09, 2010 5:22 am

Re: Can not hear provider's 'disconnected number' message

Postby mflorell » Fri Jan 20, 2017 6:44 am

Your SIP carrier may not be sending audio on non-Answered calls. I would suggest testing with a different carrier.
mflorell
Site Admin
 
Posts: 18340
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: Can not hear provider's 'disconnected number' message

Postby Eugene » Fri Jan 20, 2017 8:08 am

Thank you for your hint!

I dug Asterisk early media wiki pages and managed to find a solution.
My recipe is to change dialplan dialing via carrier:

Before
Code: Select all
exten => _0XXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _0XXXXXXXXX,n,Dial(SIP/CiscoCallManager1/${EXTEN},,tTor)
exten => _0XXXXXXXXX,n,Hangup


After
Code: Select all
exten => _0XXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _0XXXXXXXXX,n,Progress()
exten => _0XXXXXXXXX,n,Dial(SIP/CiscoCallManager1/${EXTEN},,tTo)
exten => _0XXXXXXXXX,n,Hangup


Please note that 'r' option was removed from Dial command.

Regards,
Gene
ViciBox_v.7.x86_64-7.0.3.iso, Asterisk v.11.22.0-vici
ASTGUI Admin v. 2.12-552a b.160429-0835, ASTGUI Client v. 2.12-492c b.160428-1826
1 DB + 1 WEB + 1 Asterisk + 1 Archive servers
No extra software, No Digium/Sangoma Hardware
Eugene
 
Posts: 56
Joined: Tue Nov 09, 2010 5:22 am

Re: Can not hear provider's 'disconnected number' message

Postby mflorell » Fri Jan 20, 2017 2:39 pm

Good catch! Thanks for posting your solution!
mflorell
Site Admin
 
Posts: 18340
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida


Return to Support

Who is online

Users browsing this forum: No registered users and 53 guests