Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AMO Command to change PEN assignments

Status
Not open for further replies.

Mechjet

MIS
Mar 4, 2010
19
0
0
US
Hello,
I have about 30 IP phones (420 STD) I need to change the PEN assignments to another STMI card. Could someone please tell me the AMO command to do this. I am trying not to use the HiPath Assistant to complete this task. Thank you.
 
You must first REG-SBCSU:9602; (9602 is the subcriber number)

Output of your command is same below,

ADD-SBCSU:9602,OPTI,IP2,1-4-8-12,
OPTIIP,1,
10,10,13,13,1,1,0,0,N,0,0,,,
N,0,60,N,,,
Y,0,N,N,N,Y,N,,,
,
,,,,5,,,,N,NORMAL,
Y,ENGLISH,0,,,0,,,
,,,,,,G711P,;

Next is to delete the extension

DEL-SBCSU:9602,ALL;


Finally after deleting the extension you can now add the extension to your desired PEN assignment. Just copy the REG command and change the PEN assignment

ADD-SBCSU:9602,OPTI,IP2,1-4-8-12,
OPTIIP,1,
10,10,13,13,1,1,0,0,N,0,0,,,
N,0,60,N,,,
Y,0,N,N,N,Y,N,,,
,
,,,,5,,,,N,NORMAL,
Y,ENGLISH,0,,,0,,,
,,,,,,G711P,;

This complete your configuration

 
Please also dont forget to do a regen for the AMO SA,AUN,PERSI and other AMO that you think the extension is included.

 
If it was me....
Get a full regen out of the system before you do anything, you can refer back to it later if there are any problems.
then

REG-ZIEL:ALL;
REG-ACTDA;
REG-TAPRO:STN;
REG-PERSI:STN;
REG-SDAT;
REG-AUN;
REG-SA;

delete the extensions.
add them back in on the new pens
then run back in the ZIEL, ACTDA, TAPRO, PERSI and SDAT.
It will overwrite all the values including the ones that you deleted so all will be ok again
Run back in any SA and AUN that you had to delete.
.


 
Thank you for all your help. I will try the commands.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top