Blogs

Showing 13 results.
Items per Page 20
of 1

Forums

« Back to TCL-API

test outbound call to pstn

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi!
 
Are there any tcl scripts that can make an outbound call to a pstn (by seizing an FXO port or similar?) number based on time of day? ideally, it would try the call every 2 to 4 hours, then produce a success/failure result report via snmp or syslog? if this is not possible, is there any third party tool that can accomplish?

Hi Kevin,

we don't have any such tcl scripts, you can make use of timer command to make a call after timer expired for certain time and then write the call staus to some file , but i am not sure about reporting via snmp or syslog and not aware of any such tools.

for more information you can refer TCL-IVR programming guide in documentation section.

Thanks,
Raghavendra

Yes, it is usually possble to do thing like that, you can contact me at info@ciscoscripts.com to have script written for you.

RE: test outbound call to pstn
Answer
9/4/12 6:16 PM as a reply to Raghavendra Gutty Veeranagappa.
Hi Raghavendra,

I will check the documentation.

Paolo,

I'll try to reach you with the contact info provided.

If you know Cisco EEM http://www.cisco.com/en/US/products/ps6815/products_ios_protocol_group_home.html
You can use EEM watch dog trigger
something like :
event manager environment ivr_cmd1 call application voice load pg
event manager environment ivr_cmd2 call application session start test pg

to execute your outbound script


within your Tcl script use "log" command to generate syslog

The log command originates a syslog message.
Syntax
log -s <CRIT | ERR | WARN | INFO> <message text>
Arguments
• -s <CRIT | ERR | WARN | INFO>—The severity of the message.
– CRIT—Critical
– ERR—Error message (default)
– WARN—Warning message
– INFO—Informational message


In fact EEM can catch syslog trigger as well, over there you can do addition things

I know someone did this before and it's working fine for them

Collateral


No files available