[cisco-voip] CCME and TCL scripts
BO VESTERGAARD
bo.vestergaard at btinternet.com
Mon May 7 19:36:06 EDT 2007
I have installed my first CCME on a 2811 and everything works fine. I can make calls to Cisco telephones and the PSTN. However, I wanted to write a .tcl script and load it as an application. No matter what I try I cannot get it working. The router refuses to load the script.
In order to keep it simple I have created a very short script (doesn't work either). It goes like this.
proc act_Setup { } {
puts "--Starting the script--\n"
}
#-----------------------------------------------
# State Machine
#-----------------------------------------------
set fsm(CALL_INIT,ev_setup_indication) "act_Setup same_state"
fsm define fsm CALL_INIT
When I try to load it I get loads of errors on the debug
yourname#call application voice load test
yourname#
May 7 23:37:09.407: //-1//HIFS:/hifs_ifs_cb: hifs ifs file read succeeded. size=280, url=flash:test.tcl
May 7 23:37:09.411: //-1//HIFS:/hifs_free_idata: hifs_free_idata: 0x46637660
May 7 23:37:09.411: //-1//HIFS:/hifs_hold_idata: hifs_hold_idata: 0x46637660
May 7 23:37:09.411: //-1//AFW_:EE45C869F8000:/Tcl_Link: Linking script test
May 7 23:37:09.415: //-1//PACK:/PkgParamRelock: ElementGet failed
May 7 23:37:09.415: //-1//PACK:/PkgParamRelock: ElementGet failed
May 7 23:37:09.415: //-1//PACK:EE45C869F8000:/PkgRequire: can't find package callindss_xwork
May 7 23:37:09.415: //-1//PACK:EE45C869F8000:/PkgRequire: can't find package mwi_xwork
May 7 23:37:09.415: //-1//PACK:/PkgParamRelock: ElementGet failed
May 7 23:37:09.415: //-1//PACK:/PkgParamRelock: ElementGet failed
May 7 23:37:09.415: //-1//PACK:/PkgParamRelock: ElementGet failed
May 7 23:37:09.415: //-1//PACK:/PkgParamRelock: ElementGet failed
May 7 23:37:09.419: //-1//PACK:/PkgParamRelock: ElementGet failed
May 7 23:37:09.419: //-1//PACK:/PkgParamRelock: ElementGet failed
May 7 23:37:09.419: //-1//PACK:EE45C869F8000:/PkgRequire: can't find package callindss_xwork
May 7 23:37:09.419: //-1//PACK:EE45C869F8000:/PkgRequire: can't find package mwi_xwork
May 7 23:37:09.419: //-1//PACK:/PkgParamRelock: ElementGet failed
May 7 23:37:09.419: //-1//PACK:/PkgParamRelock: ElementGet failed
Another strange thing is that I do not have the debug ivr command in the CLI.
I have tried CME 3.3. and 4.0(2) on different versions of IOS but they all do the same. At the moment I am running c2800nm-ipvoice-mz.124-11.T2.bin
Does anyone have any idea what is going here? Would appreciate a bit of help as I have run out of things to try :(
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://puck.nether.net/pipermail/cisco-voip/attachments/20070508/1c63ec45/attachment.html
More information about the cisco-voip
mailing list