« Back to VXML-API

Outbound Calls

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
We are using Cisco IOS Software, 2800 Software (C2800NM-ADVENTERPRISEK9_IVS-M), Version 15.1(4)M3.
 

We wanted to know if there is a way to make outbound calls by making an HTTP call to the router (we are referring to the case when the platform itself makes an outbound call by receiving an HTTP request (not call transfers))

 
This can be done on other voice platforms that we have used. Wanted to check if it's possible on Cisco IOS too? 
 
Thanks in advance,
Anupam
 

Hi Anupam,

i don't think it is possible with tcl script, you can contact cisco TAC you might get an answer.

Thanks,
Raghavendra

RE: Outbound Calls
Answer
6/22/12 8:00 AM as a reply to Raghavendra Gutty Veeranagappa.
Hi Raghavendra,

Thanks for your answer.

Actually, I did contact TAC before writing on the forum but they told me that TAC is only a break-and-fix organization, so they cannot answer any feature support questions.

Can you please help.

Regards
Anupam

Anupam,

You can do this by starting a persistent TCL "service" that polls an HTTP server every few seconds. (use ::httpios )

Loop over any records contained in the GET result, foreach start a a new TCL instance and pass the variables from the record.

Good luck!

Travis