cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
461
Views
9
Helpful
5
Replies

TCL IVR on IPIPGW

aivisolsteins
Level 1
Level 1

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

5 Replies 5

paolo bevilacqua
Hall of Fame
Hall of Fame

Hi, according to the documentation, the only mean for tcl/ivr script start is a call, CLI, or link from other script.

Is it possible to start CLI command with external request, like email, HTTP or something else?

No, also because TCL/IVR doesn't support generic socket functions. Only http client is supported, with some limitations.

can I use any other scripting tools (apart from TCL/IVR) to listen socket and launch my TCL/IVR by CLI command?

I think you need to host the script on an external server to do that.

Thanks for the nice rating and good luck!