Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

TCL to Http

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #30407
    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

    #30408
    Michael
    Guest

    Yes, it’s possible.

    #30409
    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

    #30410
    Michael
    Guest

    Use standard tcl commands like http::geturl

    #30411
    Andrew Zhilenko
    Guest

    > Use standard tcl commands like http::geturl
    Hm, it is nice to learn something new! Thanks!

    #30412
    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Voice over IP’ is closed to new topics and replies.