cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
393
Views
0
Helpful
0
Comments
cdnadmin
Community Member
This document was generated from CDN thread

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".

Getting Started

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:

Quick Links