10-12-2015 02:15 AM - edited 03-17-2019 04:33 AM
Assalam-o-Alikum,
I am having an issue regarding TCL IVR digit collection. Calls are working fine but when we dial an extension suppose 6657, on 3rd digit call hits on 6666 automatically, i running same tcl script in HO site. After this issue on remote site some changes done by myself in script but all in vain. i m attaching both actual and current tcl script. This issue checked through debug digit collect command. Debug logs are attached as well.
Regards,
HK
10-12-2015 03:06 AM
Hi Humza..
Can you please post your actual config?
Thanks
Regards
Carlo
10-12-2015 03:22 AM
10-12-2015 03:32 AM
Hi.
In configuration you posted , you are missing the queuing part of application and other fundamental variable for a dial-by-extension .
What is the purpose of that application?
Please activate a debug voip application script, make a call to the application and post the output.
Thanks
Regards
Carlo
10-12-2015 03:51 AM
10-12-2015 04:57 AM
Hi Humza.
On debug you sent, I don't see the behaviour you reported.
Please collect following logs:
debug voip diapeer inout
debug voip application script
Of what I understand, this application should play a prompt asking the caller to insert a sequence of digits for desired destination.
Am I correct?
Let me know
Regards
Carlo
10-12-2015 05:23 AM
10-12-2015 07:30 AM
Hi.
Script is good and works correctly.
We have to look at dial plan.
From your debug, you are trying to reach extension 6655 and VG collects and routes the call correctly.
You have 3 diapeers for the same destination 6000,6001 and 2585 pointing to 10.101.100.1 (2 identical diapeers ) and to 10.101.100.2 (1 DP) I suppose they are 2 CUCM
Can you check on cucm if extension 6655 is working correctly and if there are some active forwarding rules on dn configuration page.
Please try to configure a diapeer as follows
dial-peer voice 6655 voip
destination-pattern 6655
session target ipv4:10.101.100.1
dtmf-relay h245-alphanumeric
codec g711ulaw
no vad
After that try to call your application and select 6655
Activate a debug voip ccapi inout and post the output
Thanks
Regards
Carlo
10-13-2015 12:31 AM
Dear Carlo,
Actually i m dialing 6587 ext. number from my phone after greeting, but call hitting on 6655 extension. I am unable to understand how to tackle this thing.
Regards,
HK
10-13-2015 12:58 AM
Dear Carlo,
Output log file attached, kindly review.
I am dialing 6587 extension but call going on 6655. That's the issue i m facing.
As you said i have created dial-peer for this extension as well, but issue remains same.
dial-peer voice 7055 voip
destination-pattern 6587$
session target ipv4:10.101.100.1
voice-class codec 1
dtmf-relay h245-alphanumeric
no vad
Regards,
HK
10-13-2015 01:14 AM
Hi Humza.
On your dial-peer 7050 please modify dtmf-relay in h245-alphanumeric only.
Try it and activate a debug voip application script and a debug voip ccapi inout
Thanks
Regards
Carlo
10-13-2015 02:28 AM
10-20-2015 03:19 AM
Issue has been resolved by changing script.
Thanks for your help.
Regards,
HK
10-20-2015 03:29 AM
10-20-2015 06:55 PM
Hi Humza.
Glad that it's working now.
Did you modify the script or you used the One from Cisco?
Thanks
Regards
Carlo
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide