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.
Good afternoon,I have a script to ask for pin number and match it to a list of allowed pin numbers. The script gets the active Leg, and then plays a sound on that $legID, asking to "enter the pin number followed by the pound sign"... everything wor...
Hello GuysI have a test 2900 CME router with Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.1(4)M4, RELEASE SOFTWARE (fc1), I have been working for a couple of weeks with a TCL script to gather and authenticate callpin codes. ...
Good afternoon,I have been working on an out-bound script (based on a the ) that applies to all calls that go through a specific voip dial-peer. It is basically a form of force authorization code, but simpler to manage (at least the way I see it).Fo...
I have a 2901 with IOS 15.0(1r)M16 with CME (telephony services version 8.6), And I have been trying to emulate the way Nortel manages pin numbers, and so far, I think the only way of achieving this on the CME, is to have a custom script to capture t...
Nothing like a good night sleep to clear your mind on a problem.I added a function to handle ev_setup_done, on that function I made the handoff and it works!This is the additional code I added to the script:proc act_CallSetupDone { } { global beep...
Me again here,I am trying to pursue path 1, and I am getting an error when trying to use the following:leg setup $new_dnis callInfo $legIDhandoff appl leg_all defaultThis is the debug voice application errors output:Sep 3 00:10:20.013: //-1//AFW_:/A...
After much thought and some reading I think I have two ways of doing this:1. After making the authentication and permitting the call, I could pass handoff the leg to the default session script. the default session script should handle the transfer ...
Update: I did a dial-peer without pin collecting, and I can make the call.I have been looking around and I found the app-h450-transfer.2.0.0.9.tcl script. but that script if awfully long and I am not sure how to incorporate transfer call handling in ...
Hi Raghavendra,I found out and fixed one part of the problem, I had a blind transfer configuration for that pattern and when I did the transfer instead of playing the media on my leg, it would make the transfer automatically and the media would play...