[Asterisk-Users] Re: Polycom 301 second line registration

Noah Miller noah at rosecompanies.com
Thu Sep 1 07:22:07 MST 2005


> Is your Asterisk server listening on port 5061? If not, just change  
> the
> entry to 5060.

Also, I'm not sure how your sip.conf is set up for asterisk, but if  
you've set it up like:

[203]
type=friend
username=blah
secret=blah
etc...

Your Polycom config file will generally look like this.

<PHONE_CONFIG>
         <OVERRIDES
         reg.1.displayName="FD1"
         reg.1.label="L1"
         reg.1.address="203"
         reg.1.server.1.address="192.168.1.8"
         reg.1.server.1.port="5060"
         reg.1.auth.userId="blah"
         reg.1.auth.password="blah"
         reg.2.displayName="FD2"
         reg.2.label="L2"
         reg.2.address="203"
         reg.2.auth.userId="blah"
         reg.2.auth.password="blah"
         reg.2.server.1.address="192.168.1.8"
         reg.2.server.1.port="5060"/>
</PHONE_CONFIG>


- Noah




> On Wed, 2005-08-31 at 16:36 -0600, Andres Paglayan wrote:
>
>> Hi,
>>
>> I am having problems on getting the second line to work on a  
>> Polycom 301,
>>
>> this is the phone.cfg file,
>> the * box is 192.168.1.8 and the phone is 192.168.1.18
>> I am not 100% sure about what the reg.x.address should be,
>> with this setting I only get the line number to work,
>> the second just gives me busy signal, and its extension is not  
>> available.
>> I also tried 203 at 192.168.1.18 and 203 as the reg.2.address  
>> parameter but
>> without success,
>> the 203 extension setting in Asterisk is a clon of the 200 except for
>> the id and the port, (that matches this conf file)
>>
>>
>> <PHONE_CONFIG>
>>         <OVERRIDES
>>         reg.1.displayName="FD1"
>>         reg.1.label="L1"
>>         reg.1.address="192.168.1.18"
>>         reg.1.server.1.address="192.168.1.8"
>>         reg.1.server.1.port="5060"
>>         reg.1.auth.userId="200"
>>         reg.1.auth.password="123"
>>         reg.2.displayName="FD2"
>>         reg.2.label="L2"
>>         reg.2.address="203 at 192.168.1.18"
>>         reg.2.auth.userId="203"
>>         reg.2.auth.password="123"
>>         reg.2.server.1.address="192.168.1.8"
>>         reg.2.server.1.port="5061"/>
>> </PHONE_CONFIG>
>>
>> Thanks for any help,
>>
>> Andres
>





More information about the asterisk-users mailing list