Wiley Siler wrote:
Does anyone have an example of a working config for SIP 1.4.1? I made the transition and the phones seem to hate the new config file from the example.Here are my polycom config files relating to sip ( names have been changed to protect the innocent )
W
Sean
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Example Per-phone Configuration File -->
<!-- $Revision: 1.59 $ $Date: 2004/05/22 00:50:41 $ -->
<phone1>
<reg reg.1.displayName="<username>" reg.1.address="<username>" reg.1.label="<username>" reg.1.type="private" reg.1.auth.userId="<username>" reg.1.auth.password="<password>">
</reg>
<msg msg.bypassInstantMessage="1">
<mwi msg.mwi.1.subscribe="" msg.mwi.1.callBackMode="contact" msg.mwi.1.callBack="<voicemailMain>"/>
</msg>
</phone1>
<?xml version="1.0" standalone="yes"?>
<!-- SIP Application Configuration File -->
<!-- $Revision: 1.57.2.1 $ $Date: 2004/07/27 00:23:34 $ -->
<sip>
<voIpProt>
<local voIpProt.local.port="5060"/>
<server voIpProt.server.1.address="192.168.1.1" voIpProt.server.1.port="5060" voIpProt.server.1.transport="UDPonly" voIpProt.server.1.expires="3600" voIpProt.server.1.register="1" voIpProt.server.1.retryTimeOut="0" voIpProt.server.1.retryMaxCount="0" voIpProt.server.1.expires.lineSeize="30"/>
<SIP voIpProt.SIP.useRFC2543hold="1" voIpProt.SIP.lcs="0" voIpProt.SIP.sendCompactHdrs="0" voIpProt.SIP.WM50="0" voIpProt.SIP.keepalive.sessionTimers="0" voIpProt.SIP.requestURI.E164.addGlobalPrefix="">
<outboundProxy voIpProt.SIP.outboundProxy.address="" voIpProt.SIP.outboundProxy.port="5060"/>
<alertInfo voIpProt.SIP.alertInfo.1.value="AA" voIpProt.SIP.alertInfo.1.class="3"/>
<alertInfo voIpProt.SIP.alertInfo.2.value="RA" voIpProt.SIP.alertInfo.2.class="4"/>
<requestValidation voIpProt.SIP.requestValidation.1.request="" voIpProt.SIP.requestValidation.1.method="" voIpProt.SIP.requestValidation.1.request.1.event="">
<digest voIpProt.SIP.requestValidation.digest.realm="192.168.1.1"/>
</requestValidation>
<specialEvent voIpProt.SIP.specialEvent.lineSeize.nonStandard="1" voIpProt.SIP.specialEvent.checkSync.alwaysReboot="0"/>
<conference voIpProt.SIP.conference.address=""/>
</SIP>
</voIpProt>
<dialplan dialplan.impossibleMatchHandling="2" dialplan.removeEndOfDial="1">
<digitmap dialplan.digitmap="911|[2-8]xxxxxx|1xxxxxxxxxx" dialplan.digitmap.timeOut="3"/>
<routing>
<server dialplan.routing.server.1.address="" dialplan.routing.server.1.port="5060"/>
<emergency dialplan.routing.emergency.1.value="911" dialplan.routing.emergency.1.server.1="1"/>
</routing>
</dialplan>
<logging>
<level>
<change log.level.change.sip="4" log.level.change.sip.obs="5"/>
</level>
</logging>
</sip>
_______________________________________________ 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
