Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Created by: Adolfo Arizpe on 29-01-2013 04:51:23 PM I'm calling: ::httpios::geturl "$baseURI/test.xml" -command act_RequestResultConParams but the callback act_RequestResultConParams never gets executed. Also, where can I find information on the httpios::geturl command? The only very basic information I have is the "TCL IVR 2.0 Programming Guide".
Subject: RE: Is the -command parameter supported in httpios::geturl? Replied by: Yaw-Ming Chen on 29-01-2013 10:13:29 PM httpios::geturl just regular Tcl command not Cisco Tcl IVR API specific . http://tmml.sourceforge.net/doc/tcl/http.htm The following is an example. I wonder if it has soemthing to do with those "" You may also trace those http message ..... set myQuery "http://$atebHostBackup:8080/atebRetrieval/newMessageCount?store=$atebStore" ::httpios::geturl $myQuery -command doMsgCountRsp -timeout 5 .....
proc doMsgCountRsp {token} {
}
Adolfo Arizpe:
I'm calling: ::httpios::geturl "$baseURI/test.xml" -command act_RequestResultConParams but the callback act_RequestResultConParams never gets executed. Also, where can I find information on the httpios::geturl command? The only very basic information I have is the "TCL IVR 2.0 Programming Guide".
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: