Firmware

Firmware herunterladen: http://downloads.polycom.com/voice/voip/sp_ss_sip/spip_ssip_3_1_7_legacy_release_sig_split.zip

Das Configfile
<?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="1000129b" reg.1.address="1000129b" reg.1.label="test" reg.1.type="private" reg.1.auth.userId="1000129b" reg.1.auth.password="shi" reg.1.server.1.address="212.29.18.5" reg.1.server.1.port="5060" reg.1.server.1.expires="" reg.1.server.1.expires.overlap="" reg.1.server.1.register="1" reg.1.server.1.retryTimeOut="0" reg.1.server.1.retryMaxCount="0" reg.1.server.1.expires.lineSeize="30" reg.1.outboundProxy.address="212.29.18.5" reg.1.outboundProxy.port="5060"/>
  <msg msg.bypassInstantMessage="1">
  <mwi msg.mwi.1.subscribe="" msg.mwi.1.callBackMode="contact" msg.mwi.1.callBack=""/>
  </msg>
</phone1>
CODE

Die Konfigdatei muß folgendes Format haben: <MAC-Adresse>-phone.cfg

Configfile für Teamsip
<?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="%TF_ACCOUNT%" reg.1.address="%TF_ACCOUNT%" reg.1.label="test" reg.1.type="private" reg.1.auth.userId="%TF_ACCOUNT%" reg.1.auth.password="%TF_PASSWORD%" reg.1.server.1.address="%TF_SIPSERVER%" reg.1.server.1.port="5060" reg.1.server.1.expires="" reg.1.server.1.expires.overlap="" reg.1.server.1.register="1" reg.1.server.1.retryTimeOut="0" reg.1.server.1.retryMaxCount="0" reg.1.server.1.expires.lineSeize="30" reg.1.outboundProxy.address="%TF_SIPSERVER%" reg.1.outboundProxy.port="5060"/>
  <msg msg.bypassInstantMessage="1">
  <mwi msg.mwi.1.subscribe="" msg.mwi.1.callBackMode="contact" msg.mwi.1.callBack=""/>
  </msg>
<TCP_IP>
    <netMon tcpIpApp.netMon.enabled="1" tcpIpApp.netMon.period="30" />
    <SNTP tcpIpApp.sntp.resyncPeriod="86400" tcpIpApp.sntp.address="ntp.tmwr.de" tcpIpApp.sntp.address.overrideDHCP="0" tcpIpApp.sntp.gmtOffset="1" tcpIpApp.sntp.gmtOffset.overrideDHCP="0" tcpIpApp.sntp.daylightSavings.enable="1" tcpIpApp.sntp.daylightSavings.fixedDayEnable="0" tcpIpApp.sntp.daylightSavings.start.month="3" tcpIpApp.sntp.daylightSavings.start.date="8" tcpIpApp.sntp.daylightSavings.start.time="2" tcpIpApp.sntp.daylightSavings.start.dayOfWeek="1" tcpIpApp.sntp.daylightSavings.start.dayOfWeek.lastInMonth="0" tcpIpApp.sntp.daylightSavings.stop.month="11" tcpIpApp.sntp.daylightSavings.stop.date="1" tcpIpApp.sntp.daylightSavings.stop.time="2" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek="1" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0" />
    <port>
      <RTP tcpIpApp.port.rtp.filterByIp="1" tcpIpApp.port.rtp.filterByPort="0" tcpIpApp.port.rtp.forceSend="" tcpIpApp.port.rtp.mediaPortRangeStart="" />
    </port>
    <keepalive tcpIpApp.keepalive.tcp.idleTransmitInterval="" tcpIpApp.keepalive.tcp.noResponseTrasmitInterval="" tcpIpApp.keepalive.tcp.sip.tls.enable="0" />
  </TCP_IP>
</phone1>
CODE