CME AA using TCL
Posted by cciev on June 9, 2006
———-Old fashioned way————-
call application voice cmeaa flash:its-CISCO.2.0.1.0.Tcl
call application voice cmeaa operator 1001
call application voice cmeaa aa-pilot 1000
call application voice cmeaa language 1 en
call application voice cmeaa set-location en 0 flash:
dial-peer voice 2 pots
application cmeaa
incoming called-number 1000
direct-inward-dial
port 2/0:23
————-The new way————–
application
service cmeaa flash:its-CISCO.2.0.1.0.tcl
param operator 1001
param aa-pilot 1000
paramspace english index 0 ——— This is -1 by default. Change this to 0.
paramspace english location flash: —- This is default (no need)
paramspace english language en —— This is default (no need)
dial-peer voice 2 pots
service cmeaa
incoming called-number 1000
direct-inward-dial
port 2/0:23
Refer the to TCL readme that is available in Flash.