cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
441
Views
0
Helpful
3
Replies

ios_config from tcl script called as service from dial-peer

tom.storey
Level 1
Level 1

Can anyone comment whether the tcl command "ios_config" is supported when a script is run as a service, executed from a dial-peer, or how to make it work?

After sorting out an issue with script signing (thanks jclarke!) I am now facing this as my next issue.

When the script executes I get errors like "invalid command "ios_config"", and the configuration commands that should be run obviously arent.

Thanks.

Tom

3 Replies 3

paolo bevilacqua
Hall of Fame
Hall of Fame

I think TCL/IVR and tclsh do not share extensions. That is, certain things you can do only from one and not the other.

It is tricky to do configuration from a TCL/IVR script. I tought of few ideas one is to post config changes in a flash file executed by a tclsh "daemon".

Hi Paolo,

Do you know if it is possible to use the exec command?

Perhaps you could execute a script via tclsh and pass it a couple of parameters?

Thanks,

Tom

No exec in TCL/IVR I'm afraid.

That's why it's tricky.