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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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: [EMAIL PROTECTED] _______________________________________________ Asterisk-Users mailing list [email protected] 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 [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
