Anusha Kannappan | Hi Arvind,
You can try configuring the param values for the code while configuring the script and later retreive the same inside the script in the following way
AV-pair that is configured through the CLI: ---------------------------------------------------------------- param code xxxx
inside script: ------------------ if [infotag get cfg_avpair_exists code] { set codetest [string trim [infotag get cfg_avpair code]]
(or) you can make use of h323-ivr-out which is a generic VSA for the gateway to send any information to the billing server in the form of an AV-pair.
Further if you need help on developing a custom Tcl script please open a CDN SR http://developer.cisco.com/web/devservices
Thanks, Anusha |
| Please sign in to flag this as inappropriate. |