« Back to TCL-API

RE: Modify Caller Name TCL

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi Everybody, 
 
I have downloaded the modify_caller_name.tcl from Cisco
But I have no idea on how to integrate with the external web server by using the TCL file
 
I configured the Voice Gateway (H.323) by following thread below: 
https://supportforums.cisco.com/thread/345701?tstart=0

 
after I changed the
dial-peer voice xxxx pots
   incoming called-number 1...
 
Seems all fail, even the inbound call are failed as well.
 
Is there any detail configure guide for modify_caller_name.tcl?
or do I make something wrong in here ?

 
Here is my IOS version
Cisco IOS Software, 2800 Software (C2800NM-ADVENTERPRISEK9_IVS_LI-M), Version 15.1(4)M3, RELEASE SOFTWARE (fc1)

 
Thanks in advance
Sam

Hi Sam,

i am not sure from where you got this script, could you please let us know what this script is doing and also share the script so that we can take a look.

Thanks,
Raghavendra

RE: Modify Caller Name TCL
Answer
9/4/12 11:50 AM as a reply to Raghavendra Gutty Veeranagappa.

Hi Sam,

thanks for sharing the link, could you please collect the logs by enabling below debugs. please also share your running-config to check the config.
debug voip app

Thanks,
Raghavendra

RE: Modify Caller Name TCL
Answer
9/4/12 4:24 PM as a reply to Raghavendra Gutty Veeranagappa.
Hi Raghavendra, 


Thanks for the reply, here is the log from the Voice Gateway,
when I make an inbound call, the voice gateway comes up with the debug message


Thanks
Sam








Hi Sam,

thanks for sharing the link, could you please collect the logs by enabling below debugs. please also share your running-config to check the config.
debug voip app

Thanks,
Raghavendra
Attachments:

Hi Sam,

There is a script error in the logs because of manadatory params not configured to the TCL application, please check below sample configuration. params clid_prefix1 and display_name1 need to be configure for each calling number.

Router#config t
Router(config)#application
Router(config-app)#service modify_name tftp://tftp/modify_calling_name.tcl
Router(config-app-param)#param clid_prefix1 967173912
Router(config-app-param)#param display_name1 test
Router(config-app-param)#param display_name_default default

Router(config-app-param)# exit