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 for central speed dial in siemens/unify hipath 4000

Status
Not open for further replies.

persi01

Technical User
Sep 14, 2017
32
0
0
IN
Hi guys,

I am using Unify Hipath 4000 version 7 system
Need commands/AMO to configure central system wide speed dial feature for all extension.
e.g. 333 = 09988776655 ( 0 - is external trunk access code )
So any user dial 333 this will get translate to 09988776655.

Also is it possible to do same via web based portal or assistant?
 
Hi,
I presume that it is allocated properly in DIMSU, if so then add the tables as follows:

ADD-LRNGZ:00,000,999;
ADD-LRNGZ:01,100,500;

Then add in the values for the different speed dialling numbers:
ADD-ZRNGZ:0,001,9123456789100,0,"SIEMENS TEST NUMBER";

Allow the Phones to use it
CHA-SBCSU:STNO=XXXX,SPDC1=0,SPDC2=1;

 
Thanks sbcsu once again.[thumbsup2]
I will config this & confirm back, mean time below are my observations correct me if I am wrong.

ADD-LRNGZ:00,000,999; // created list 0 with with speed dial no as 000 to 999

ADD-ZRNGZ:0,001,9123456789100,0,"SIEMENS TEST NUMBER"; // mapping 001 of list 0 to 9123456789100

CHA-SBCSU:STNO=XXXX,SPDC1=0,SPDC2=1; // allowing sbcsu to access speed dial 0 & 1


further I will define feature code
ADD-WABE:*43,,,SPDC1,N;

Usage to dial 9123456789100 via speed dial
> *43001
----------------------------------------------------------------------------------------------------
One more doubt how system will decide if administrator as define same speed dial number in two SP dial list 0 & 1.
Also both are accessible to extension.
e.g.
Now in your above e.g. you create SP list 0 with 000 to 999 & SP list 1 with 100 to 500

ADD-ZRNGZ:0,101,9123456789100,0,"SIEMENS TEST NUMBER";
ADD-ZRNGZ:1,101,9456789100,0,"2nd TEST NUMBER";

In this case if user dial *43101 then which number will get dial.

Thanx in advance.




 
Unless you also made a "List 1" I would set both SPDC1 and SPDC2 to 0. Otherwise it's going to whine that list 1 doesn't exist. You really only need to make a WABE code for SPDCD1 anyway, unless you need multiple lists.

In case you care, the "standard" code for SPDC1 is #61 and SPDC2 is #62 .... Sometimes quick reference manuals for analog stations and the like will make reference to those codes and it might mess with people's minds. :eek:)



Don Bruechert, Voice Comm Analyst II
CareTech Solutions @ Holy Family Memorial
Manitowoc, WI, USA
 
Thank you sbcsu & donb01 for the sharing info, configured speed dial in OS4000 , its working[thumbsup2].
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top