Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,I have the following in a TCL IVR 2.0 script on an ISR:for {set i 0} {$i < [string length $dtmfString]} {incr i} {
set digitToSend [string index $dtmfString $i]
puts "#### Sending $digitToSend"
leg senddigit leg_outgoing $digitToSen...
Hello,Does anyone know if it is possible to retrieve the caller ID name field in a VXML dialog on Cisco IOS gateways? I'm aware that you can get the number with "session.connection.remote.uri", but I'm looking to also use the name string that is prov...
Hello,I'm looking for a 64 bit version of the TSP for Call Manager Express. I have the 32 bit version however it does not install properly under Windows 10 64 bit and I cannot find a workaround. I just need support to make calls out a single line on ...
Hi all,I've got a 7961 phone I'm attempting to register with a 2851 ISR running CME (old platform I know...), having a bit of trouble getting the phone to register properly. The phone and the router's GigabitEthernet0/0 port are on a Catalyst 2960 wi...
Hi,I am configuring a VG350 voice gateway connected to Asterisk over SIP, and was wondering if there is any way to do a ring group in the gateway itself. I am used to using hunt-group in routers, however this is not an option in the gateway and I can...
Just as an update, I wasn't able to find any solution to this behavior. I ended up having the script add digits to the "buffer" on an interval using call_timer0. It adds 7 digits to the buffer, starts the timer for 1 second (the minimum), upon the ti...
I see, unfortunately it doesn't have CME on it. I was however able to get a ring group by adding each FXS to a trunk group along with the dial-peer.Thanks,Keith
Sorry, didn't see a notification for this reply. It is not configured as a trunk group, but as a single voice-port taking up multiple timeslots on a single T1, see the configuration below:controller T1 1/0
ds0-group 23 timeslots 17-24 type fxs-loop-...