Thursday, March 3, 2016

Speed Dial provisioning 1100 series 1140 1120 Avaya Nortel phones

Building upon the deployment .cfg files in my previous posts, here's some things you can add to your 1140 / 1120 phones automatically

SPEED DIAL LIST
We have some users that need to log in and out of a queue and put in some away/pause codes. 

On the 1140, we built a speedcall list for these to make the process easier by pressing 1 or 2 buttons, vs remember "*238 or *25 etc

So, in your general.cfg or your SIPmac.CFG files, you add in this value:

SPEEDLIST_LABEL QUEUE
DEFAULT_SPEEDDIALLIST_FILE Speeddiallist.txt
SPEEDLIST_KEY_INDEX 4

speedlist_label is the name of the speedial list as it will show on a key on your phone.
_file is the name of the file that you will build with your speedials in your TFTP directory

speedlist_key_index is the key that you want to assign to this speeddial list.  The 1140/1120 phone button numbers start in the lower right, and move up, then continue on the lower left and then up.
So, on an 1120 with 4 buttons, giving it an index value of 4 will put it in the upper left corner.  An 1140 using the same list would apper in the lower left corner (since it has 6 line keys)

in your TFTP directory create a file called Speeddiallist.txt

In that file, it will look something like this

[key]
label=NOT READY - BREAK
target=*726@10.1.100.13

[key]
label=NOT READY - LUNCH
target=*727@10.1.100.13

[key]
label=Login/Logout
target=*822@10.1.100.13

the word "key" is interrpreted as a new line.  The label is what appears on the phone LCD display, and the target is the actual number that the phone will dial when pressed.

TIME ZONE

If you need to assign time zones to your phones, you can do this through the .cfg files.
Simply add in the following two lines and place the appropriate offset for your geographical location.

TIMEZONE_OFFSET -18400
FORCE_TIME_ZONE YES

Location Time zone offset (seconds)
(GMT-10:00) Hawaii -36000
(GMT-09:00) Alaska -32400
(GMT-08:00) Pacific time -28800
(US and Canada)
(GMT-07:00) Mountain time (US and Canada) -25200
(GMT-06:00) Central time -21600
(US and Canada)
(GMT-05:00) Eastern time -18000
(US and Canada)
(GMT-04:00) Atlantic time -14400
(US and Canada)
(GMT-03:00) Brasilia, -10800
Buenos Aires
(GMT+00:00) Greenwich, 0
Dublin, Lisbon, London
(GMT+01:00) Amsterdam, 3600
Berlin, Rome, Stockholm,
Madrid, Paris
(GMT+02:00) Athens, 7200
Istanbul, Cairo, Helsinki,
Jerusalem
(GMT+03:00) Moscow, St. 10800
Petersburg
(GMT+05:30) Bombay, Calcutta, Madras, New 18000
Delhi
(GMT+08:00) Beijing, 28800
Chongqing, Hong Kong,
Singapore, Taipei
(GMT+09:00) Osaka, 32400
Sapporo, Tokyo, Seoul
(GMT+10:00) Canberra, 36000
Melbourne, Sydney
(GMT+12:00) Auckland, 43200
Wellington

No comments:

Post a Comment