Help with 9112i config for TrixBox

sgadkari
Posts: 39
Member Since:
2007-08-15

We are currently using 9112i's all over the office and they work just fine. I tried to reconfig them to work with TrixBox, but they weren't able to function. Is there a general config template we could follow to have the 9112i's work w/TrixBox?



aastra2
Posts: 324
Member Since:
2006-10-05
The endpoint manager has

The endpoint manager has issues when used for the 9112i and the 9133i. Firstly, it doesn't support configuring programmable keys, which affects both phones.

But the bigger problem for the 9112i is the way it configures the extensions in the .cfg file. It configures the extension information using the per-line SIP parameters, but since the 9112i only has one line it doesn't support these parameters and only uses the "global" sip settings.

For example, the endpoint manager creates an entry like this:


sip line1 screen name: Gaz 4
sip line1 display name: Gaz 4
sip line1 auth name: 42564
sip line1 user name: 42564
sip line1 password: 12345
sip line1 vmail: *97
sip line1 mode: 0

But to get this working on the 9112i, you'd need to convert this to the global SIP settings by removing all the "line1" references, ie change it to something like the following:


sip screen name: Gaz 4
sip display name: Gaz 4
sip auth name: 42564
sip user name: 42564
sip password: 12345
sip vmail: *97
sip mode: 0
--

----
Gareth

Firmware 2.5.1 available.
Download it from www.aastratelecom.com



sgadkari
Posts: 39
Member Since:
2007-08-15
Firstly, THANKS for the

Firstly, THANKS for the post! That will help tremendously...my only other question is where can I find the above config file? Is it on TrixBox, or is it a config file of the 9112i itself?

Sid



aastra2
Posts: 324
Member Since:
2006-10-05
The file is on Trixbox, in

The file is on Trixbox, in /tftpboot. It is created by the endpoint manager when you create the extension and link it to the phone, it will be named after the MAC address of the phone, eg 00085D03C879.cfg

--

----
Gareth

Firmware 2.5.1 available.
Download it from www.aastratelecom.com



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.