I am implementing ESA on our main PBX (CS1000E at Rls 6)
I have about 700 phones I will need to change the ERL setting on.
Sure, I can do each individually, but was thinking I could do it via a Procomm script?
I did a search on the CS1000 forum for scripts and found some for outing DN's. To me, it all seems greek since I haven't worked with scripts before.So I looked in the help on Procomm for creating scripts.
I did create one (see below) using my set to record what I wanted
;Recorded script. Editing may be required.
proc main
transmit "****"
waitfor ">"
transmit "ld 20^M"
waitfor "REQ: "
transmit "chg^M"
waitfor "TYPE: "
transmit "1140^M"
waitfor "TN "
transmit "152 0 0 6^M"
waitfor "ECHG "
transmit "yes^M"
waitfor "ITEM "
transmit "erl 101^M"
waitfor "ITEM "
transmit "^M"
waitfor "REQ: "
transmit "****"
endproc
So now that I have this, what next? I figure I would need to create a text file, perhaps csv, with the type, TN and ERL settings, but don't know how to do that.
I would really appreciate any guidance from the group.
Thanks very much!
I have about 700 phones I will need to change the ERL setting on.
Sure, I can do each individually, but was thinking I could do it via a Procomm script?
I did a search on the CS1000 forum for scripts and found some for outing DN's. To me, it all seems greek since I haven't worked with scripts before.So I looked in the help on Procomm for creating scripts.
I did create one (see below) using my set to record what I wanted
;Recorded script. Editing may be required.
proc main
transmit "****"
waitfor ">"
transmit "ld 20^M"
waitfor "REQ: "
transmit "chg^M"
waitfor "TYPE: "
transmit "1140^M"
waitfor "TN "
transmit "152 0 0 6^M"
waitfor "ECHG "
transmit "yes^M"
waitfor "ITEM "
transmit "erl 101^M"
waitfor "ITEM "
transmit "^M"
waitfor "REQ: "
transmit "****"
endproc
So now that I have this, what next? I figure I would need to create a text file, perhaps csv, with the type, TN and ERL settings, but don't know how to do that.
I would really appreciate any guidance from the group.
Thanks very much!