Home » Topics » Voice over IP » TCL to Http
Magued Guest
using TCL v2.0 on a CIsco 5300.
Can I send an Http Request to a linux server from a CISCO using TCL script.
Magued
Michael Guest
Andrew Zhilenko Guest
Would you mind sharing the implementation details? I know you can call VXML from TCL and then from VXML send an HTTP request, but I am curious if there is any way to do it without involving VXML
Michael Guest
Use standard tcl commands like http::geturl
Andrew Zhilenko Guest
> Use standard tcl commands like http::geturl
Hm, it is nice to learn something new! Thanks!
Magued Guest
if I use the http::geturl
do I need to include in the TCL script on the CISCO the ”
package require http”
And can you please refer me to a site or give me an example of how I can use it.
Do I also need to pen and close sockets?
Regards
The forum ‘Voice over IP’ is closed to new topics and replies.