cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1666
Views
1
Helpful
5
Replies

tcl TDBC Package on ISR3945E with IOS 15.4.3M

AshG
Level 4
Level 4

Hello,

Can some one please confirm if tcl TDBC package is available on ISR3945E with IOS 15.4.3M.

Thanks

1 Accepted Solution

Accepted Solutions
5 Replies 5

Raghavendra G V
Cisco Employee
Cisco Employee

Hi Ashish,

i don't think it is possible to use TDBC package with TCL IVR Script.

Thanks,

Raghavendra

Thanks Raghavendra, is there any other way to query DB via tcl?

We are looking to Query Db via tcl script, get Data and use SIP Profiles to modify SIP Headers based on the result.

you can look into http package, you can use http commands in TCL IVR script as below.

::httpios::geturl <url> -command getEndCallResponse -timeout

Thanks,

Raghavendra

thanks Raghavendra


Do we need to copy httpios package to CUBE.


We are trying the command suggested by you but getting error as invalid command name "::httpios::geturl"


If we try to specify http package in the beginning of script it fails as well

can't find package http

    while executing

"package require http"

We have tried both http and httpios.


if we have to copy where will find it ?


Thanks

Hi Raghavendra ,

In the end below post helped.

https://supportforums.cisco.com/discussion/11082541/tcl-using-httpgeturl-tclsh

Thanks

Ashish