asterisk@not-real.org
2005-Aug-02 09:05 UTC
[Asterisk-Users] Polycom phones w/ two lines on different servers
Hi all - This isn't really directly Asterisk related, but has anyone successfully set up a Polycom phone to register two lines on two different Asterisk boxes? I can get the first line to register, but the second one does not. I can still place calls from that second line, which indicates to me the server, user, and secret are correct. I'm running the newest 2.6 series firmware with the newest SIP image. My <mac>-sip.cfg contains: <phone1> <reg reg.1.displayName="1006" reg.1.address="1006@192.168.0.90" reg.1.label="1006" reg.1.type="private" reg.1.auth.userId="1006" reg.1.auth.password="" reg.1.server.dnsLookupOption="0" reg.1.server.1.address="192.168.0.90" reg.1.server.1.port="5060" reg.1.server.1.expires="" reg.1.server.1.retryTimeOut="" reg.1.server.1.retryMaxCount="" reg.1.server.1.expires.lineSeize="" reg.2.displayName="1003" reg.2.address="1003@192.168.2.2" reg.2.label="1003" reg.2.type="private" reg.2.auth.userId="1003" reg.2.auth.password="" reg.2.server.dnsLookupOption="0" reg.2.server.1.address="192.168.2.2" reg.2.server.1.port="" The local overrides file for the phone contain: voIpProt.server.2.expires.lineSeize="" voIpProt.server.2.retryMaxCount="" voIpProt.server.2.retryTimeOut="" voIpProt.server.2.register="" voIpProt.server.2.expires="3600" voIpProt.server.2.transport="DNSnaptr" voIpProt.server.2.port="5060" voIpProt.server.2.address="192.168.2.2" Any ideas? Sample configs would be appreciated if you've got something like this working in the past. Thanks, Nick
Chris Mason (Lists)
2005-Aug-02 12:43 UTC
[Asterisk-Users] Polycom phones w/ two lines on different servers
I do it all the time, the phone on my desk has four server registrations. Don't use OVERRIDE or web configurations, do it this way: <?xml version="1.0" standalone="yes"?> <PHONE_CONFIG> <phone1> <preferences voice.codecPref.G711Mu="1" voice.codecPref.G711A="" voice.codecPref.G729AB="2" /> <cfg httpd.cfg.enabled="0" /> <volume voice.volume.persist.handset="1" voice.volume.persist.headset="1" voice.volume.persist.handsfree="1" /> <gains voice.gain.rx.analog.ringer="10" voice.gain.rx.analog.handset="10" voice.gain.rx.analog.headset="10" voice.gain.rx.analog.chassis="10" /> <gains voice.gain.rx.analog.ringer="5" voice.gain.rx.analog.handset="2" voice.gain.rx.analog.headset="2" /> <call call.donotdisturb.perReg="1" /> <ringtype se.rt.enabled="1" se.rt.1.ringer="9" se.rt.1.type="ring" /> <microbrowser mb.main.home="http://polycom.mason.home/index.html" /> <SNTP tcpIpApp.sntp.address="81.169.154.116" tcpIpApp.sntp.daylightSavings.enable="0" tcpIpApp.sntp.daylightSavings.fixedDayEnable="0" tcpIpApp.sntp.daylightSavings.start.date="1" tcpIpApp.sntp.daylightSavings.start.dayOfWeek="1" tcpIpApp.sntp.daylightSavings.start.dayOfWeek.lastInMonth="0" tcpIpApp.sntp.daylightSavings.start.month="3" tcpIpApp.sntp.daylightSavings.start.time="2" tcpIpApp.sntp.daylightSavings.stop.date="1" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek="1" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="1" tcpIpApp.sntp.daylightSavings.stop.month="10" tcpIpApp.sntp.daylightSavings.stop.time="2" tcpIpApp.sntp.gmtOffset="-14400" tcpIpApp.sntp.resyncPeriod="86400" /> <reg reg.1.address="100" reg.1.auth.password="secret" reg.1.auth.userId="1001" reg.1.displayName="1001" reg.1.label="1001" reg.1.type="private" reg.1.server.1.expires="3600" reg.1.server.1.address="192.168.0.1" reg.1.server.1.expires.lineSeize="30" reg.1.server.1.port="5060" reg.1.server.1.register="1" reg.1.server.1.retryMaxCount="0" reg.1.server.1.retryTimeOut="0" reg.1.server.1.transport="2" call.serverMissedCall.1.enabled="1" msg.mwi.1.callBack="8500" msg.mwi.1.callBackMode="contact" msg.mwi.1.subscribe="" se.rt.1.ringer="9" reg.2.address="200" reg.2.auth.password="secret" reg.2.auth.userId="805" reg.2.displayName="805" reg.2.label="805" reg.2.type="private" reg.2.server.1.expires="3600" reg.2.server.1.address="207.44.xxx.xxx" reg.2.server.1.expires.lineSeize="30" reg.2.server.1.port="5060" reg.2.server.1.register="1" reg.2.server.1.retryMaxCount="0" reg.2.server.1.retryTimeOut="0" reg.2.server.1.transport="2" msg.mwi.2.callBack="8500" msg.mwi.2.callBackMode="contact" msg.mwi.2.subscribe="" call.serverMissedCall.2.enabled="1" se.rt.1.ringer="11" reg.3.address="300" reg.3.auth.password="secret" reg.3.auth.userId="301" reg.3.displayName="" reg.3.label="GT" reg.3.type="private" reg.3.server.1.expires="3600" reg.3.server.1.address="64.246.xxx.xxx" reg.3.server.1.expires.lineSeize="30" reg.3.server.1.port="5060" reg.3.server.1.register="1" reg.3.server.1.retryMaxCount="0" reg.3.server.1.retryTimeOut="0" reg.3.server.1.transport="2" call.serverMissedCall.3.enabled="1" msg.mwi.3.callBack="8500" msg.mwi.3.callBackMode="contact" msg.mwi.3.subscribe="" se.rt.1.ringer="2" reg.4.address="400" reg.4.auth.password="secret" reg.4.auth.userId="1500" reg.4.displayName="MAIN" reg.4.label="MAIN" reg.4.type="private" reg.4.server.1.expires="3600" reg.4.server.1.address="192.168.200.1" reg.4.server.1.expires.lineSeize="30" reg.4.server.1.port="5060" reg.4.server.1.register="1" reg.4.server.1.retryMaxCount="0" reg.4.server.1.retryTimeOut="0" reg.4.server.1.transport="2" call.serverMissedCall.1.enabled="1" msg.mwi.1.callBack="8500" msg.mwi.1.callBackMode="contact" msg.mwi.1.subscribe="" se.rt.1.ringer="3" /> <msg msg.bypassInstantMessage="1" /> </phone1> </PHONE_CONFIG> -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 Cell: 264-235-5670 Yahoo IM: netconcepts_anguilla@yahoo.com
Mike Clark
2005-Aug-02 14:32 UTC
[Asterisk-Users] Polycom phones w/ two lines on different servers
asterisk@not-real.org wrote:>Hi all - > >This isn't really directly Asterisk related, but has anyone successfully >set up a Polycom phone to register two lines on two different Asterisk >boxes? I can get the first line to register, but the second one does not. >I can still place calls from that second line, which indicates to me the >server, user, and secret are correct. I'm running the newest 2.6 series >firmware with the newest SIP image. > >My <mac>-sip.cfg contains: ><phone1> > <reg reg.1.displayName="1006" reg.1.address="1006@192.168.0.90" >reg.1.label="1006" > reg.1.type="private" reg.1.auth.userId="1006" reg.1.auth.password="" > reg.1.server.dnsLookupOption="0" reg.1.server.1.address="192.168.0.90" > reg.1.server.1.port="5060" reg.1.server.1.expires="" > reg.1.server.1.retryTimeOut="" reg.1.server.1.retryMaxCount="" > reg.1.server.1.expires.lineSeize="" reg.2.displayName="1003" >reg.2.address="1003@192.168.2.2" > reg.2.label="1003" reg.2.type="private" reg.2.auth.userId="1003" >reg.2.auth.password="" > reg.2.server.dnsLookupOption="0" reg.2.server.1.address="192.168.2.2" >reg.2.server.1.port="" > > >The local overrides file for the phone contain: >voIpProt.server.2.expires.lineSeize="" >voIpProt.server.2.retryMaxCount="" >voIpProt.server.2.retryTimeOut="" >voIpProt.server.2.register="" >voIpProt.server.2.expires="3600" >voIpProt.server.2.transport="DNSnaptr" >voIpProt.server.2.port="5060" >voIpProt.server.2.address="192.168.2.2" > >Any ideas? Sample configs would be appreciated if you've got something >like this working in the past. > >Thanks, >Nick > >Nick: I've done it with the previous Polycom sip firmware release, 1.4.1, but not the latest and greatest. If you want to see an example of that, I can send it to you. Mike Clark
Chris Coulthurst
2005-Aug-02 17:30 UTC
[Asterisk-Users] Polycom phones w/ two lines on different servers
I can't offer you a config file since I no longer have a dual-server solution (I was just testing its feasibility) but I can tell you what I did. I didn't configure the second server on the sip.cnf files, I did it from the Browser page. The first server was an internal lan, which is also where the DNS comes from. The second server, I used the FQDN of the outside-world server. Other than usernames and passwords, I left all of the other fields as default. I have the IP 500 with 1.5.2.0054 SIP software and the OLDER 2.6.1 bootrom (for retro-compatibility). Oh, I also set 2 line appearances per "CO" key, rather than the default (I think it was 8?) Worked like a champ! Chris Coulthurst chris@shuksan.com ----- Original Message ----- From: <asterisk@not-real.org> To: <asterisk-users@lists.digium.com> Sent: Tuesday, August 02, 2005 9:05 AM Subject: [Asterisk-Users] Polycom phones w/ two lines on different servers> Hi all - > > This isn't really directly Asterisk related, but has anyone successfully > set up a Polycom phone to register two lines on two different Asterisk > boxes? I can get the first line to register, but the second one does not. > I can still place calls from that second line, which indicates to me the > server, user, and secret are correct. I'm running the newest 2.6 series > firmware with the newest SIP image. > > My <mac>-sip.cfg contains: > <phone1> > <reg reg.1.displayName="1006" reg.1.address="1006@192.168.0.90" > reg.1.label="1006" > reg.1.type="private" reg.1.auth.userId="1006" reg.1.auth.password="" > reg.1.server.dnsLookupOption="0" reg.1.server.1.address="192.168.0.90" > reg.1.server.1.port="5060" reg.1.server.1.expires="" > reg.1.server.1.retryTimeOut="" reg.1.server.1.retryMaxCount="" > reg.1.server.1.expires.lineSeize="" reg.2.displayName="1003" > reg.2.address="1003@192.168.2.2" > reg.2.label="1003" reg.2.type="private" reg.2.auth.userId="1003" > reg.2.auth.password="" > reg.2.server.dnsLookupOption="0" reg.2.server.1.address="192.168.2.2" > reg.2.server.1.port="" > > > The local overrides file for the phone contain: > voIpProt.server.2.expires.lineSeize="" > voIpProt.server.2.retryMaxCount="" > voIpProt.server.2.retryTimeOut="" > voIpProt.server.2.register="" > voIpProt.server.2.expires="3600" > voIpProt.server.2.transport="DNSnaptr" > voIpProt.server.2.port="5060" > voIpProt.server.2.address="192.168.2.2" > > Any ideas? Sample configs would be appreciated if you've got something > like this working in the past. > > Thanks, > Nick > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
jj
2005-Aug-04 06:00 UTC
[Asterisk-Users] Polycom phones w/ two lines on different servers
You are attempting to put the second registration on the backup server for the first registration. Move farthur down the file and setit up on the second line. Works great. My IP600 on my desk has 3 different registrations right now to different servers. Great debug tool. On Aug 2, 2005, at 11:05 AM, asterisk@not-real.org wrote:> Hi all - > > This isn't really directly Asterisk related, but has anyone > successfully > set up a Polycom phone to register two lines on two different Asterisk > boxes? I can get the first line to register, but the second one > does not. > I can still place calls from that second line, which indicates to > me the > server, user, and secret are correct. I'm running the newest 2.6 > series > firmware with the newest SIP image. > > My <mac>-sip.cfg contains: > <phone1> > <reg reg.1.displayName="1006" reg.1.address="1006@192.168.0.90" > reg.1.label="1006" > reg.1.type="private" reg.1.auth.userId="1006" reg. > 1.auth.password="" > reg.1.server.dnsLookupOption="0" reg.1.server. > 1.address="192.168.0.90" > reg.1.server.1.port="5060" reg.1.server.1.expires="" > reg.1.server.1.retryTimeOut="" reg.1.server.1.retryMaxCount="" > reg.1.server.1.expires.lineSeize="" reg.2.displayName="1003" > reg.2.address="1003@192.168.2.2" > reg.2.label="1003" reg.2.type="private" reg.2.auth.userId="1003" > reg.2.auth.password="" > reg.2.server.dnsLookupOption="0" reg.2.server. > 1.address="192.168.2.2" > reg.2.server.1.port="" > > > The local overrides file for the phone contain: > voIpProt.server.2.expires.lineSeize="" > voIpProt.server.2.retryMaxCount="" > voIpProt.server.2.retryTimeOut="" > voIpProt.server.2.register="" > voIpProt.server.2.expires="3600" > voIpProt.server.2.transport="DNSnaptr" > voIpProt.server.2.port="5060" > voIpProt.server.2.address="192.168.2.2" > > Any ideas? Sample configs would be appreciated if you've got something > like this working in the past. > > Thanks, > Nick > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Adam Robins
2005-Aug-04 11:41 UTC
[Asterisk-Users] Polycom phones w/ two lines on different servers
I have configured my phone following your example, but it does not work for me. Can you also please share your sip.cfg settings? Thanks, Adam -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Chris Mason (Lists) Sent: Tuesday, August 02, 2005 3:44 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Polycom phones w/ two lines on different servers I do it all the time, the phone on my desk has four server registrations. Don't use OVERRIDE or web configurations, do it this way: <?xml version="1.0" standalone="yes"?> <PHONE_CONFIG> <phone1> <preferences voice.codecPref.G711Mu="1" voice.codecPref.G711A="" voice.codecPref.G729AB="2" /> <cfg httpd.cfg.enabled="0" /> <volume voice.volume.persist.handset="1" voice.volume.persist.headset="1" voice.volume.persist.handsfree="1" /> <gains voice.gain.rx.analog.ringer="10" voice.gain.rx.analog.handset="10" voice.gain.rx.analog.headset="10" voice.gain.rx.analog.chassis="10" /> <gains voice.gain.rx.analog.ringer="5" voice.gain.rx.analog.handset="2" voice.gain.rx.analog.headset="2" /> <call call.donotdisturb.perReg="1" /> <ringtype se.rt.enabled="1" se.rt.1.ringer="9" se.rt.1.type="ring" /> <microbrowser mb.main.home="http://polycom.mason.home/index.html" /> <SNTP tcpIpApp.sntp.address="81.169.154.116" tcpIpApp.sntp.daylightSavings.enable="0" tcpIpApp.sntp.daylightSavings.fixedDayEnable="0" tcpIpApp.sntp.daylightSavings.start.date="1" tcpIpApp.sntp.daylightSavings.start.dayOfWeek="1" tcpIpApp.sntp.daylightSavings.start.dayOfWeek.lastInMonth="0" tcpIpApp.sntp.daylightSavings.start.month="3" tcpIpApp.sntp.daylightSavings.start.time="2" tcpIpApp.sntp.daylightSavings.stop.date="1" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek="1" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="1" tcpIpApp.sntp.daylightSavings.stop.month="10" tcpIpApp.sntp.daylightSavings.stop.time="2" tcpIpApp.sntp.gmtOffset="-14400" tcpIpApp.sntp.resyncPeriod="86400" /> <reg reg.1.address="100" reg.1.auth.password="secret" reg.1.auth.userId="1001" reg.1.displayName="1001" reg.1.label="1001" reg.1.type="private" reg.1.server.1.expires="3600" reg.1.server.1.address="192.168.0.1" reg.1.server.1.expires.lineSeize="30" reg.1.server.1.port="5060" reg.1.server.1.register="1" reg.1.server.1.retryMaxCount="0" reg.1.server.1.retryTimeOut="0" reg.1.server.1.transport="2" call.serverMissedCall.1.enabled="1" msg.mwi.1.callBack="8500" msg.mwi.1.callBackMode="contact" msg.mwi.1.subscribe="" se.rt.1.ringer="9" reg.2.address="200" reg.2.auth.password="secret" reg.2.auth.userId="805" reg.2.displayName="805" reg.2.label="805" reg.2.type="private" reg.2.server.1.expires="3600" reg.2.server.1.address="207.44.xxx.xxx" reg.2.server.1.expires.lineSeize="30" reg.2.server.1.port="5060" reg.2.server.1.register="1" reg.2.server.1.retryMaxCount="0" reg.2.server.1.retryTimeOut="0" reg.2.server.1.transport="2" msg.mwi.2.callBack="8500" msg.mwi.2.callBackMode="contact" msg.mwi.2.subscribe="" call.serverMissedCall.2.enabled="1" se.rt.1.ringer="11" reg.3.address="300" reg.3.auth.password="secret" reg.3.auth.userId="301" reg.3.displayName="" reg.3.label="GT" reg.3.type="private" reg.3.server.1.expires="3600" reg.3.server.1.address="64.246.xxx.xxx" reg.3.server.1.expires.lineSeize="30" reg.3.server.1.port="5060" reg.3.server.1.register="1" reg.3.server.1.retryMaxCount="0" reg.3.server.1.retryTimeOut="0" reg.3.server.1.transport="2" call.serverMissedCall.3.enabled="1" msg.mwi.3.callBack="8500" msg.mwi.3.callBackMode="contact" msg.mwi.3.subscribe="" se.rt.1.ringer="2" reg.4.address="400" reg.4.auth.password="secret" reg.4.auth.userId="1500" reg.4.displayName="MAIN" reg.4.label="MAIN" reg.4.type="private" reg.4.server.1.expires="3600" reg.4.server.1.address="192.168.200.1" reg.4.server.1.expires.lineSeize="30" reg.4.server.1.port="5060" reg.4.server.1.register="1" reg.4.server.1.retryMaxCount="0" reg.4.server.1.retryTimeOut="0" reg.4.server.1.transport="2" call.serverMissedCall.1.enabled="1" msg.mwi.1.callBack="8500" msg.mwi.1.callBackMode="contact" msg.mwi.1.subscribe="" se.rt.1.ringer="3" /> <msg msg.bypassInstantMessage="1" /> </phone1> </PHONE_CONFIG> -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 Cell: 264-235-5670 Yahoo IM: netconcepts_anguilla@yahoo.com _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users The contents of this email message and any attachments are confidential and are intended solely for addressee. The information may also be legally privileged. This transmission is sent in trust, for the sole purpose of delivery to the intended recipient. If you have received this transmission in error, any use, reproduction or dissemination of this transmission is strictly prohibited. If you are not the intended recipient, please immediately notify the sender by reply email and delete this message and its attachments, if any.
Chris Mason (Lists)
2005-Aug-04 11:51 UTC
[Asterisk-Users] Polycom phones w/ two lines on different servers
I use the default. Try this. cd /home/PlcmSpIP cat log/YOURMAC-boot.log se what the log file says, also do the same with the YOURMAC-app.log -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 Cell: 264-235-5670 Yahoo IM: netconcepts_anguilla@yahoo.com
Adam Robins
2005-Aug-04 13:41 UTC
[Asterisk-Users] Polycom phones w/ two lines on different servers
This is in the xxxx-app.log file: 0804194926|sip |4|00|Registration failed User: 1800, Error Code:403 Forbidden Where '1800' is the extension I am attempting to register. SIP.conf is set up properly, and there is nothing in Asterisk showing a denied registration attempt. Could it be because the second server is on a different subnet across a WAN link? There is no firewall between the phone and the servers. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Chris Mason (Lists) Sent: Thursday, August 04, 2005 2:52 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Polycom phones w/ two lines on different servers I use the default. Try this. cd /home/PlcmSpIP cat log/YOURMAC-boot.log se what the log file says, also do the same with the YOURMAC-app.log -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 Cell: 264-235-5670 Yahoo IM: netconcepts_anguilla@yahoo.com _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users The contents of this email message and any attachments are confidential and are intended solely for addressee. The information may also be legally privileged. This transmission is sent in trust, for the sole purpose of delivery to the intended recipient. If you have received this transmission in error, any use, reproduction or dissemination of this transmission is strictly prohibited. If you are not the intended recipient, please immediately notify the sender by reply email and delete this message and its attachments, if any.
Tarpo, Louie
2005-Aug-04 14:55 UTC
[Asterisk-Users] Polycom phones w/ two lines on different servers
My Polycom 300 is registered on two different servers on two different subnets. It was failing the same way for me as well because we had server information in sip.conf, so it was always going to one server. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Adam Robins Sent: Thursday, August 04, 2005 2:41 PM To: lists@masonc.com; Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Polycom phones w/ two lines on different servers This is in the xxxx-app.log file: 0804194926|sip |4|00|Registration failed User: 1800, Error Code:403 Forbidden Where '1800' is the extension I am attempting to register. SIP.conf is set up properly, and there is nothing in Asterisk showing a denied registration attempt. Could it be because the second server is on a different subnet across a WAN link? There is no firewall between the phone and the servers. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Chris Mason (Lists) Sent: Thursday, August 04, 2005 2:52 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Polycom phones w/ two lines on different servers I use the default. Try this. cd /home/PlcmSpIP cat log/YOURMAC-boot.log se what the log file says, also do the same with the YOURMAC-app.log -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 Cell: 264-235-5670 Yahoo IM: netconcepts_anguilla@yahoo.com _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users The contents of this email message and any attachments are confidential and are intended solely for addressee. The information may also be legally privileged. This transmission is sent in trust, for the sole purpose of delivery to the intended recipient. If you have received this transmission in error, any use, reproduction or dissemination of this transmission is strictly prohibited. If you are not the intended recipient, please immediately notify the sender by reply email and delete this message and its attachments, if any. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Adam Robins
2005-Aug-04 15:56 UTC
[Asterisk-Users] Polycom phones w/ two lines on different servers
I have server info there as well. According to the Admin Guide, the info placed in the individual phoneMACADDRESS.cfg file is supposed to override sip.cfg. I'll give it a shot. Thanks. ________________________________ From: asterisk-users-bounces@lists.digium.com on behalf of Tarpo, Louie Sent: Thu 8/4/2005 5:55 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Polycom phones w/ two lines on different servers My Polycom 300 is registered on two different servers on two different subnets. It was failing the same way for me as well because we had server information in sip.conf, so it was always going to one server. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Adam Robins Sent: Thursday, August 04, 2005 2:41 PM To: lists@masonc.com; Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Polycom phones w/ two lines on different servers This is in the xxxx-app.log file: 0804194926|sip |4|00|Registration failed User: 1800, Error Code:403 Forbidden Where '1800' is the extension I am attempting to register. SIP.conf is set up properly, and there is nothing in Asterisk showing a denied registration attempt. Could it be because the second server is on a different subnet across a WAN link? There is no firewall between the phone and the servers. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Chris Mason (Lists) Sent: Thursday, August 04, 2005 2:52 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Polycom phones w/ two lines on different servers I use the default. Try this. cd /home/PlcmSpIP cat log/YOURMAC-boot.log se what the log file says, also do the same with the YOURMAC-app.log -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 Cell: 264-235-5670 Yahoo IM: netconcepts_anguilla@yahoo.com _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users The contents of this email message and any attachments are confidential and are intended solely for addressee. The information may also be legally privileged. This transmission is sent in trust, for the sole purpose of delivery to the intended recipient. If you have received this transmission in error, any use, reproduction or dissemination of this transmission is strictly prohibited. If you are not the intended recipient, please immediately notify the sender by reply email and delete this message and its attachments, if any. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 6182 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050804/0532b9ed/attachment.bin