WorkMan Phone AAX

From WorkManSoft Wiki
Revision as of 16:48, 13 October 2012 by Frla (talk | contribs) (Created page with "== About == This is the service that handle Aastra SIP phones e.g. 6757i et.c. === Devices === == Configuration of service == === aaxphones.ini === This ini-file can contain...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

About

This is the service that handle Aastra SIP phones e.g. 6757i et.c.

Devices

Configuration of service

aaxphones.ini

This ini-file can contain n sections of telephones and the ini-file is structured in the following way:

 [4375]
 AAXUser=4375
 AAXPassword=password
 PhoneIP=192.168.0.7
 SIPName=1001
 PhoneUser=admin
 PhonePass=22222
 PhonePort=80

The[4375] section can be any title/value. The AAXUser is what the WorkMan Agent 3 client identifies itself with to the AAX-service. SIPName is that o the phone and PhoneUser/PhonePass is the user/password that protect each phone. PhoneIP is the IP the phone is registered with. PhonePort is reserved for future use but is currently default to port 80 (webserver).