11-28-2007 04:50 AM - edited 03-17-2019 09:11 PM
Hello,
I am trying to develop callback application with TCL 2.0 on IPIPGW. Is there a way to launch execution of TCL IVR script other than by incoming call on pots/voip dial-peer? We would like to start it either by incoming email or HTTP POST/GET or any other available means.
It should be also necessary to pass attributes to the script, like callback number etc.
thank you
11-28-2007 06:16 AM
Hi, according to the documentation, the only mean for tcl/ivr script start is a call, CLI, or link from other script.
11-28-2007 06:20 AM
Is it possible to start CLI command with external request, like email, HTTP or something else?
11-28-2007 06:23 AM
No, also because TCL/IVR doesn't support generic socket functions. Only http client is supported, with some limitations.
11-28-2007 09:45 AM
can I use any other scripting tools (apart from TCL/IVR) to listen socket and launch my TCL/IVR by CLI command?
11-28-2007 06:34 PM
I think you need to host the script on an external server to do that.
Thanks for the nice rating and good luck!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide