06-03-2019 06:25 AM
Hi guys,
I have been trying to migrate a TCL IVR script from 2900 to ISR router for days, but the router show a lot of erros.
On debug process the most part of the functions are not compatible with the new platform.
The script is very simple with options and make calls.
What do you suggest ?
Solved! Go to Solution.
06-11-2019 02:20 AM
06-11-2019 04:14 AM
Hi Raghavendra
I'm trying to migrate my tcl from pri to sip trunk like that.
ITSP....PRI...2811....h323....CUCM...ip phone...
New gateway will be replace with ISR4331 with sip trunk instead of pri as follows. What i need to change on tcl scrip. I was open another post for that case just I want to know do i need to modify my TCL.
ITSP....sip trunk....4331....sip trunk.....CUCM...ip phone...
You were suggested following dp previously..
dial-peer voice 200 voip
service ivr
session protocol sipv2
incoming called-number 798888
dtmf-relay rtp-nte
codec g711ulaw
no vad
Regards
06-11-2019 04:32 AM
06-11-2019 05:04 AM
Hi @KY_
@Raghavendra G V helped so much to perform the tshooting.
Maybe your script is different than mine. So is very important you perform tshoot to understand your specific case.
In my case I had problems with codec and call setup process like comments here.
regards,
07-01-2019 07:32 AM
07-01-2019 11:06 AM
What do you mean tone ring back ?
Isn't it playing the audio file ?
media play leg_incoming $WelcomePrompt
07-01-2019 11:18 AM
No, no. This prompt is ok.
When I choose a option the script forward the caller to a destination. During this process the caller stay in mute until the destination answer the call. I would like to enable a calling tone for caller listen while he wait a answer..
07-01-2019 12:27 PM
Caller should hear ringback.
What is the protocol of incoming/outgoing trunk ?
You can also try
puts "FAZENDO CHAMADA"
leg setup $destination callinfo leg_incoming
playtone leg_incoming tn_ringback
07-01-2019 12:39 PM
SIP Protocol.
I changed the script like your suggestion. I will test again.
07-01-2019 01:28 PM
I applied like your suggestion. But it did not fix the problem.
When I call to system I m stay on mute until destination answer the call.
07-01-2019 02:17 PM
can you please check protocol trace ? SIP, 180 ringing ?
07-03-2019 04:41 AM - edited 07-03-2019 04:41 AM
07-03-2019 11:23 PM
08-06-2019 06:12 AM - edited 08-06-2019 06:30 AM
Hi,
I m not able to hear the ring back tone yet.
I will get the debug logs and put here. Thanks for suggestion.
08-07-2019 10:19 AM
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