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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

delete a station/copy a station using RMX 1

Status
Not open for further replies.

jgbmt

Technical User
Mar 29, 2016
47
US
Hi everyone,

I need some help with some pretty basic stuff.

Assistant is still down on our HiPath 4K and I need to delete an analog station and rebuild it using another analog station as an example. Can someone please provide some assistance on how to perform this using RMX? Assistant was used to do all MAC and as mentioned, its unavailable.

Also, it looks like we have an analog station that is not forwarding to voice mail on busy or Ring/NA. How can I fix this using RMX CLI?

I thank you in advance for your assistance!
 
Know the number of the station you want to copy.

Do REG-SCSU and provide the station number.

You will get a blob of code for the station.

Copy the part from ADD-SCSU to the final semicolon and paste it in the command window.

Edit the extension and PEN number and press Enter.

That yould give you an extension. After that there are other commenads for forwarding and putting on the name and crap like that.

Code:
REG-SCSU:2598;
H500:  AMO SCSU  STARTED
ADD-SCSU:2598,1-2-12-3,ANATE,0,0,                     
          10,10,20,20,20,20,2,,0,0,0,,,VAR,  
          ,,,AMERICAN,           
          YES,,NO,,,,0,DIR,YES,NO,0,;

Good luck!

Don Bruechert, Voice Comm Analyst II
CareTech Solutions @ Holy Family Memorial
Manitowoc, WI, USA
 
Thank you Don!

In addition to SCSU, SDAT, ZIEL, & ACTDA is there any other commands that you may be referring to?

Also, is the procedure the same for digital stations? If not, can you please provide some insight?

 
Those are the key AMOs.

Digital stations are using SBCSU (they have an s0 Bus)

Note that if you try to DEL a station and it has supplemental information (pick, hunt, etc) it may not let you until you remove that first.

Analog trunks are TACSU Digital trunks are TDCSU

To find an open number use WABE DIS-WABE:GEN,<first in range>&&<last in range>; or <first>&<second>&<third>;

PERSI is how you put the name on the station. DIS-PERSI:NAME,<digits as above>; ADD-PERSI:NAME,<extn>;

Hunt group is SA Pickup group is AUN

ADD, CHG, DEL, DIS, EXE, STA are your major action words, so CHA-SCSU will let you change station paramers - answer each question or press Enter for no change.

? and ?? are your friends. If you say DIS-WABE and it says "type?" you can say ? to see what your choices are, or ?? to get more detailed information.

That's a start!

Don Bruechert, Voice Comm Analyst II
CareTech Solutions @ Holy Family Memorial
Manitowoc, WI, USA
 
Wow! I knew about "?", but never heard/read about "??". Thanks Don!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top