On 1/20/07, Pavel Jezek <[EMAIL PROTECTED]> wrote:

you have probably something wron in config file and phone refuses to
configure,
here is my minimalistic file for 7941/61, you can try...

<device>
<deviceProtocol>SIP</deviceProtocol>
<sshUserId>admin</sshUserId>
<sshPassword>admin</sshPassword>
<devicePool>
    <dateTimeSetting>
       <dateTemplate>D-M-Y</dateTemplate>
       <timeZone>Central Europe Standard/Daylight Time</timeZone>
       <ntps>
            <ntp>
                <name>ntpserver</name>
            </ntp>
       </ntps>
    </dateTimeSetting>
    <callManagerGroup>
       <members>
          <member priority="0">
             <callManager>
                <ports>
                   <ethernetPhonePort>2000</ethernetPhonePort>
                   <sipPort>5060</sipPort>
                   <securedSipPort>5061</securedSipPort>
                </ports>
                <processNodeName>asteriskserver</processNodeName>
             </callManager>
          </member>
       </members>
    </callManagerGroup>
</devicePool>

<sipProfile>
    <sipProxies>
       <registerWithProxy>true</registerWithProxy>
    </sipProxies>
    <enableVad>false</enableVad>
    <preferredCodec>g729a</preferredCodec>
    <natEnabled>0</natEnabled>
    <phoneLabel>SIP</phoneLabel>
    <sipLines>
       <line button="1">
          <featureID>9</featureID>
          <featureLabel>SIP 999</featureLabel>
          <proxy>asteriskserver</proxy>
          <name>999</name>
          <displayName>yourname</displayName>
          <authName>999</authName>
          <authPassword>xxx</authPassword>
          <messagesNumber>7777</messagesNumber>
       </line>
       <line button="2">
          <featureID>21</featureID>
          <featureLabel>Helpdesk</featureLabel>
          <speedDialNumber>5880</speedDialNumber>
       </line>
    </sipLines>
    <dialTemplate>DRdialplan.xml</dialTemplate>
</sipProfile>

<commonProfile>
    <phonePassword>admin</phonePassword>
</commonProfile>

<loadInformation>SIP41.8-2-1S</loadInformation>


<versionStamp>1143565489-a3cbf294-7526-4c29-8791-c4fce4ce4c37</versionStamp>


<directoryURL></directoryURL>
<servicesURL></servicesURL>
</device>
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




Hi!

Here's my configuration file:

<device xsi:type="axl:XIPPhone">

<fullConfig>true</fullConfig>
<deviceProtocol>SIP</deviceProtocol>
<sshUserId>user</sshUserId>
<sshPassword>pass</sshPassword>

<devicePool>

 <name>Default</name>
 <dateTimeSetting>
   <name>CMLocal</name>
   <dateTemplate>D.M.Y</dateTemplate>
   <timeZone>W. Europe Standard/Daylight Time</timeZone>
 </dateTimeSetting>

 <callManagerGroup>
   <members>
     <member priority="0">
       <callManager>
         <ports>
           <ethernetPhonePort>2000</ethernetPhonePort>
         </ports>
         <processNodeName>My Asterisk IP</processNodeName>
       </callManager>
     </member>
   </members>
 </callManagerGroup>

 <srstInfo>
   <name>Enable</name>
   <srstOption>Enable</srstOption>
   <userModifiable>true</userModifiable>
   <ipAddr1>My Asterisk IP</ipAddr1>
   <port1>2000</port1>
   <ipAddr2></ipAddr2>
   <port2>2000</port2>
   <ipAddr3></ipAddr3>
   <port3>2000</port3>
 </srstInfo>

 <mlppDomainId>-1</mlppDomainId>
 <mlppIndicationStatus>Default</mlppIndicationStatus>
 <preemption>Default</preemption>

</devicePool>

<commonProfile>
   <phonePassword></phonePassword>
   <backgroundImageAccess>true</backgroundImageAccess>
   <callLogBlfEnabled>2</callLogBlfEnabled>
</commonProfile>

 <loadInformation></loadInformation>
 <vendorConfig>
   <disableSpeaker>false</disableSpeaker>
   <disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
   <forwardingDelay>1</forwardingDelay>
   <pcPort>0</pcPort>
   <settingsAccess>1</settingsAccess>
   <garp>0</garp>
   <voiceVlanAccess>0</voiceVlanAccess>
   <videoCapability>1</videoCapability>
   <autoSelectLineEnable>0</autoSelectLineEnable>
   <webAccess>1</webAccess>
   <daysDisplayNotActive>1,7</daysDisplayNotActive>
   <displayOnTime>08:30</displayOnTime>
   <displayOnDuration>11:30</displayOnDuration>
   <displayIdleTimeout>01:00</displayIdleTimeout>
   <spanToPCPort>1</spanToPCPort>
   <loggingDisplay>1</loggingDisplay>
 </vendorConfig>


<versionStamp>1136931633-57191cee-5ffc-4342-b286-4246b4991890</versionStamp>

 <userLocale>
   <name>English_United_States</name>
   <uid>1</uid>
   <langCode>en_US</langCode>
   <version>1.0.0.0-1</version>
   <winCharSet>iso-8859-1</winCharSet>
 </userLocale>

 <networkLocale>United_States</networkLocale>
 <networkLocaleInfo>
   <name>United_States</name>
   <uid>64</uid>
   <version>1.0.0.0-1</version>
 </networkLocaleInfo>

 <deviceSecurityMode>1</deviceSecurityMode>
 <idleTimeout>120</idleTimeout>
 <authenticationURL></authenticationURL>
 <directoryURL></directoryURL>
 <idleURL></idleURL>
 <informationURL></informationURL>
 <messagesURL></messagesURL>
 <proxyServerURL></proxyServerURL>
 <servicesURL></servicesURL>
 <dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig>
 <dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
 <dscpForCm2Dvce>96</dscpForCm2Dvce>
 <capfAuthMode>0</capfAuthMode>

 <capfList>
   <capf>
     <phonePort>3804</phonePort>
     <processNodeName>ccm-beta-5-1</processNodeName>
   </capf>
 </capfList>

 <certHash></certHash>
 <encrConfig>false</encrConfig>

<sipProfile>

<sipProxies>
 <backupProxy>My Asterisk IP</backupProxy>
 <backupProxyPort>5060</backupProxyPort>
 <emergencyProxy>My Asterisk IP</emergencyProxy>
 <emergencyProxyPort>5060</emergencyProxyPort>
 <outboundProxy>My Asterisk IP</outboundProxy>
 <outboundProxyPort>5060</outboundProxyPort>
 <registerWithProxy>true</registerWithProxy>
</sipProxies>

<sipCallFeatures>
 <cnfJoinEnabled>true</cnfJoinEnabled>
 <callForwardURI>x-cisco-serviceuri-cfwdall</callForwardURI>
 <callPickupURI>x-cisco-serviceuri-pickup</callPickupURI>
 <callPickupListURI>x-cisco-serviceuri-opickup</callPickupListURI>
 <callPickupGroupURI>x-cisco-serviceuri-gpickup</callPickupGroupURI>
 <meetMeServiceURI>x-cisco-serviceuri-meetme</meetMeServiceURI>
 <abbreviatedDialURI>x-cisco-serviceuri-abbrdial</abbreviatedDialURI>
 <rfc2543Hold>false</rfc2543Hold>
 <callHoldRingback>2</callHoldRingback>
 <localCfwdEnable>true</localCfwdEnable>
 <semiAttendedTransfer>true</semiAttendedTransfer>
 <anonymousCallBlock>2</anonymousCallBlock>
 <callerIdBlocking>2</callerIdBlocking>
 <dndControl>0</dndControl>
 <remoteCcEnable>true</remoteCcEnable>
</sipCallFeatures>

<sipStack>
 <sipInviteRetx>6</sipInviteRetx>
 <sipRetx>10</sipRetx>
 <timerInviteExpires>180</timerInviteExpires>
 <timerRegisterExpires>3600</timerRegisterExpires>
 <timerRegisterDelta>5</timerRegisterDelta>
 <timerKeepAliveExpires>120</timerKeepAliveExpires>
 <timerSubscribeExpires>120</timerSubscribeExpires>
 <timerSubscribeDelta>5</timerSubscribeDelta>
 <timerT1>500</timerT1>
 <timerT2>4000</timerT2>
 <maxRedirects>70</maxRedirects>
 <remotePartyID>true</remotePartyID>
 <userInfo>None</userInfo>
</sipStack>

 <autoAnswerTimer>1</autoAnswerTimer>
 <autoAnswerAltBehavior>false</autoAnswerAltBehavior>
 <autoAnswerOverride>true</autoAnswerOverride>
 <transferOnhookEnabled>false</transferOnhookEnabled>
 <enableVad>false</enableVad>
 <preferredCodec>none</preferredCodec>
 <dtmfAvtPayload>101</dtmfAvtPayload>
 <dtmfDbLevel>3</dtmfDbLevel>
 <dtmfOutofBand>avt</dtmfOutofBand>
 <alwaysUsePrimeLine>false</alwaysUsePrimeLine>
 <alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail>
 <kpml>3</kpml>
 <natEnabled>0</natEnabled>
 <natAddress>My Asterisk IP</natAddress>
 <phoneLabel>My company's name.</phoneLabel>
 <stutterMsgWaiting>2</stutterMsgWaiting>
 <callStats>false</callStats>
 <offhookToFirstDigitTimer>15000</offhookToFirstDigitTimer>

<silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>

 <disableLocalSpeedDialConfig>true</disableLocalSpeedDialConfig>
 <startMediaPort>16384</startMediaPort>
 <stopMediaPort>32766</stopMediaPort>

 <sipLines>

 <line button="1">
   <featureID>9</featureID>
   <featureLabel>extension</featureLabel>
   <proxy>My Asterisk IP</proxy>
   <port>5060</port>
   <name>extension</name>
   <displayName>extension</displayName>
   <autoAnswer>
     <autoAnswerEnabled>2</autoAnswerEnabled>
   </autoAnswer>
   <callWaiting>3</callWaiting>
   <authName>extension</authName>
   <authPassword>extension password</authPassword>
   <sharedLine>false</sharedLine>
   <messageWaitingLampPolicy>3</messageWaitingLampPolicy>
   <messagesNumber>*97</messagesNumber>
   <ringSettingIdle>4</ringSettingIdle>
   <ringSettingActive>5</ringSettingActive>
   <contact>extension</contact>
   <forwardCallInfoDisplay>
   <callerName>true</callerName>
   <callerNumber>false</callerNumber>
   <redirectedNumber>false</redirectedNumber>
   <dialedNumber>true</dialedNumber>
   </forwardCallInfoDisplay>
 </line>

 <line button="2">
     <featureID>21</featureID>
     <featureLabel>Some name</featureLabel>
     <speedDialNumber>Some tel number</speedDialNumber>
 </line>

 </sipLines>

 <voipControlPort>5060</voipControlPort>
 <dscpForAudio>184</dscpForAudio>
 <ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>
 <dialTemplate>dialplan.xml</dialTemplate>
 <softKeyFile>SK50719900-3bee-4594-bc3f-6400e1a33bf0.xml</softKeyFile>

</sipProfile>

<versionStamp>1136931633-57191cee-5ffc-4342-b286-4246b4991890</versionStamp>


</device>

I bought this phone from a former client who provided me with 8.0.3 SIP
firmware *.cop file and that was it. It's all I have. I don't have Cisco
tech support account or anything like that. I thought it might leave a good
impression on perspective clients seeing this phone operational on my desk.

Thanks again.
Mihaela MJ
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to