<div>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.</div>  <div>&nbsp;</div>  <div>In order to keep it simple I have created a very short script (doesn't work either). It goes like this.</div>  <div>&nbsp;</div>  <div>proc act_Setup { } {<BR>&nbsp; puts "--Starting the script--\n"<BR>}</div>  <div>#-----------------------------------------------<BR>#&nbsp; State Machine<BR>#-----------------------------------------------</div>  <div>set fsm(CALL_INIT,ev_setup_indication)&nbsp;&nbsp;&nbsp; "act_Setup&nbsp;&nbsp;&nbsp; same_state"</div>  <div>fsm define fsm CALL_INIT<BR></div>  <div>When I try to load it I get loads of errors on the debug</div>  <div>&nbsp;</div>  <div>yourname#call application voice load test<BR>yourname#<BR>May&nbsp; 7 23:37:09.407:
 //-1//HIFS:/hifs_ifs_cb: hifs ifs file read succeeded. size=280, url=flash:test.tcl<BR>May&nbsp; 7 23:37:09.411: //-1//HIFS:/hifs_free_idata: hifs_free_idata: 0x46637660<BR>May&nbsp; 7 23:37:09.411: //-1//HIFS:/hifs_hold_idata: hifs_hold_idata: 0x46637660<BR>May&nbsp; 7 23:37:09.411: //-1//AFW_:EE45C869F8000:/Tcl_Link: Linking script test<BR>May&nbsp; 7 23:37:09.415: //-1//PACK:/PkgParamRelock:&nbsp; ElementGet failed<BR>May&nbsp; 7 23:37:09.415: //-1//PACK:/PkgParamRelock:&nbsp; ElementGet failed<BR>May&nbsp; 7 23:37:09.415: //-1//PACK:EE45C869F8000:/PkgRequire:&nbsp; can't find package callindss_xwork<BR>May&nbsp; 7 23:37:09.415: //-1//PACK:EE45C869F8000:/PkgRequire:&nbsp; can't find package mwi_xwork<BR>May&nbsp; 7 23:37:09.415: //-1//PACK:/PkgParamRelock:&nbsp; ElementGet failed<BR>May&nbsp; 7 23:37:09.415: //-1//PACK:/PkgParamRelock:&nbsp; ElementGet failed<BR>May&nbsp; 7 23:37:09.415: //-1//PACK:/PkgParamRelock:&nbsp; ElementGet failed<BR>May&nbsp; 7 23:37:09.415:
 //-1//PACK:/PkgParamRelock:&nbsp; ElementGet failed<BR>May&nbsp; 7 23:37:09.419: //-1//PACK:/PkgParamRelock:&nbsp; ElementGet failed<BR>May&nbsp; 7 23:37:09.419: //-1//PACK:/PkgParamRelock:&nbsp; ElementGet failed<BR>May&nbsp; 7 23:37:09.419: //-1//PACK:EE45C869F8000:/PkgRequire:&nbsp; can't find package callindss_xwork<BR>May&nbsp; 7 23:37:09.419: //-1//PACK:EE45C869F8000:/PkgRequire:&nbsp; can't find package mwi_xwork<BR>May&nbsp; 7 23:37:09.419: //-1//PACK:/PkgParamRelock:&nbsp; ElementGet failed<BR>May&nbsp; 7 23:37:09.419: //-1//PACK:/PkgParamRelock:&nbsp; ElementGet failed<BR></div>  <div>Another strange thing is that I do not have the debug ivr command in the CLI.</div>  <div>&nbsp;</div>  <div>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</div>  <div>&nbsp;</div>  <div>Does anyone have any idea what is going here? Would appreciate a bit of help as I have run out of
 things to try :(</div>  <div>&nbsp;</div>  <div>&nbsp;</div>