05-02-2014 03:53 AM - edited 03-14-2019 01:24 PM
Hi all,
I have a simple CVP script that asks the caller to enter 4 digits (a screenshot is attached). Every time the call reaches this node, I hear a prompt that instructs me to enter the digits and once I entered them, I re-hear the prompt as if the system didn't get them until a Max No Input ends the call.
Has someone faced the same issue and can help me to know what could be causing this weird behavior to happen?
Thank you in advance.
Lara
05-03-2014 01:08 AM
What does it shows in activity logs? NoInput/NoMatch/Done exit path?
05-03-2014 11:19 AM
Hi vinodkewate,
the activity log shows NoInput as the exit path.
05-04-2014 01:57 AM
Is it really capturing DTMF Input? I think, it is not, and if this is the case then you might have to check the gateway logs also and check the dial-peer configuration which invokes the application via bootstrap.
05-04-2014 10:32 PM
05-04-2014 03:31 PM
05-04-2014 09:21 PM
Hi David,
Even after entering # the application is not capturing Input.
05-04-2014 10:36 PM
hi,
Have You Defined Dtmf-rely on your incoming and outgoing dial-peer match,
This should be defined on CVP bootstrap application dial-peer as well, as mentioned by vinodkewate.
Below is example how i do:
dial-peer for incoming DNIS which goes to CVP:
dial-peer voice 21000 voip
shutdown
destination-pattern 21...
session protocol sipv2
session target ipv4:192.168.50.6
voice-class codec 1
dtmf-relay rtp-nte h245-alphanumeric h245-signal
no vad
Dial-peer for VRU label, which will invoke Bootstrap application:
dial-peer voice 611111 voip
description VRU leg dial-peer
service bootstrap
incoming called-number 6111111111T
voice-class codec 1
dtmf-relay rtp-nte h245-alphanumeric h245-signal
no vad
Chintan
05-04-2014 10:44 PM
Hi Chintan,
Thank you for your reply.
Yes I have configured the dtmf-rely on the dial-peers, you can review them in the attached file.
Best Regards,
Lara
05-04-2014 11:17 PM
Hi,
I guess You forgot To attach the file,
also How are You Testing Your DTMF? passing it from Cisco IP phone? What is Topology?
There is Some bug with CIsco IP Phone Load, where DTMF doesn't Work well. You can Try using Different Device.
Regards
Chintan
05-04-2014 11:40 PM
Sorry it is attached to vinodkewate's reply.
Concernning the IP phone load file, I have tried a 7945 device and Cisco IP communicator and both showed the same result.
05-05-2014 12:29 AM
Lara,
on Your CVP Dial-Peers(DNIS 3000) can You Add below Command also, and See if it works?
incoming called-number 3000
also Could You Specify Call Flow? how Call Flows?
regards
Chintan
05-05-2014 01:37 AM
It worked when I added the above command, thank you Chintan :)
05-05-2014 03:03 AM
it was going to Dial-Peer 0 as default Inbound Dial-peer match where DTMF-Rely is not supported.
Glad that it worked.
Thanks,
Chintan
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