Pour mon usage personnel,
J’ai réparé un téléphone Cisco 7962G, pour ensuite le mettre sur mon PBX personnel.
Pour se faire, il y a quelques étapes à respecter:
- Utiliser le firmware SIP42.9-1-1SR1S (Les firmwares supérieurs ne fonctionnent pas avec le fichier de configuration).
- Ajouter la ligne suivante dans XMLDefault.cnf.xml: <loadInformation404 model=”Cisco 7962″>SIP42.9-1-1SR1S</loadInformation404>.
- Utiliser le fichier de configuration que je vais fournir ici en modifiant les valeurs en fonction de votre environement.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 | <device> <deviceProtocol>SIP</deviceProtocol>  <sshUserId>__USERNAME__</sshUserId>   <sshPassword>__PASSWORD__</sshPassword>  <devicePool>    <dateTimeSetting>       <dateTemplate>D/M/Y</dateTemplate>       <timeZone>UTC Standard/Daylight Time</timeZone>     <ntps>            <ntp>                <name>europe.pool.ntp.org</name>                <ntpMode>Unicast</ntpMode>            </ntp>       </ntps>    </dateTimeSetting>    <callManagerGroup>       <members>          <member priority="0">             <callManager>                <ports>                   <ethernetPhonePort>2000</ethernetPhonePort>                   <sipPort>5060</sipPort>                   <securedSipPort>5061</securedSipPort>                </ports>                <processNodeName>__IP_ADDRESS_PBX__</processNodeName>             </callManager>          </member>       </members>    </callManagerGroup>   </devicePool>   <sipProfile>   <sipProxies>       <backupProxy>USECALLMANAGER</backupProxy>       <backupProxyPort>5060</backupProxyPort>       <emergencyProxy>USECALLMANAGER</emergencyProxy>       <emergencyProxyPort>5060</emergencyProxyPort>       <outboundProxy></outboundProxy>       <outboundProxyPort></outboundProxyPort>       <registerWithProxy>true</registerWithProxy>    </sipProxies>    <sipCallFeatures>      <cnfJoinEnabled>true</cnfJoinEnabled>       <callForwardURI>x--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>1200</timerRegisterExpires>       <timerRegisterDelta>5</timerRegisterDelta>       <timerKeepAliveExpires>120</timerKeepAliveExpires>       <timerSubscribeExpires>120</timerSubscribeExpires>       <timerSubscribeDelta>5</timerSubscribeDelta>       <timerT1>500</timerT1>       <timerT2>4000</timerT2>       <maxRedirects>70</maxRedirects>       <remotePartyID>false</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>  <natReceivedProcessing>true</natReceivedProcessing>    <natEnabled>false</natEnabled>    <natAddress></natAddress>    <phoneLabel></phoneLabel>   <stutterMsgWaiting>1</stutterMsgWaiting>   <callStats>false</callStats>    <silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>    <disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>   <startMediaPort>16384</startMediaPort>    <stopMediaPort>32766</stopMediaPort>   <sipLines>    <line        button="1">         <featureID>9</featureID>          <featureLabel>__LINE_LABEL__</featureLabel>          <proxy>USECALLMANAGER</proxy>          <port>5060</port>         <name>__NAME__</name>         <displayName>__DISPLAYNAME__</displayName>          <autoAnswer>           <autoAnswerEnabled>2</autoAnswerEnabled>        </autoAnswer>          <callWaiting>3</callWaiting>         <authName>__SIP_USERNAME__</authName>          <authPassword>__SIP_PASSWORD__</authPassword>          <sharedLine>false</sharedLine>         <messageWaitingLampPolicy>1</messageWaitingLampPolicy>          <messagesNumber>__VOICEMAIL__</messagesNumber>          <ringSettingIdle>4</ringSettingIdle>          <ringSettingActive>5</ringSettingActive>         <contact>__CONTACTNAME__</contact>          <forwardCallInfoDisplay>             <callerName>true</callerName>             <callerNumber>false</callerNumber>             <redirectedNumber>false</redirectedNumber>             <dialedNumber>true</dialedNumber>          </forwardCallInfoDisplay>       </line> </sipLines>  <voipControlPort>5060</voipControlPort>    <dscpForAudio>184</dscpForAudio>    <ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>    <dialTemplate>dialplan.xml</dialTemplate>   </sipProfile>  <commonProfile>    <phonePassword></phonePassword>  <backgroundImageAccess>true</backgroundImageAccess>    <callLogBlfEnabled>2</callLogBlfEnabled>   </commonProfile>  <loadInformation>SIP42.9-1-1SR1S</loadInformation>  <vendorConfig>   <disableSpeaker>false</disableSpeaker>   <disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>   <pcPort>0</pcPort>   <settingsAccess>1</settingsAccess>  <garp>0</garp>   <voiceVlanAccess>0</voiceVlanAccess>  <videoCapability>0</videoCapability>    <autoSelectLineEnable>1</autoSelectLineEnable>   <sshAccess>1</sshAccess>  <sshPort>22</sshPort>  <webAccess>1</webAccess>    <spanToPCPort>0</spanToPCPort>    <loggingDisplay>1</loggingDisplay>    <loadServer></loadServer>   </vendorConfig>  <versionStamp>1143565489-a3cbf294-7526-4c29-8791-c4fce4ce4c38</versionStamp>  <userLocale>   <name>Belgium</name>  <uid>1</uid>   <langCode>en_US</langCode>  <version>1.0.0.0-1</version>   <winCharSet>iso-8859-1</winCharSet>  </userLocale>  <deviceSecurityMode>1</deviceSecurityMode>  <authenticationURL></authenticationURL>   <directoryURL></directoryURL>   <idleURL></idleURL>   <informationURL></informationURL>  <messagesURL></messagesURL>   <proxyServerURL></proxyServerURL>   <servicesURL></servicesURL>  <dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig>   <dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>   <dscpForCm2Dvce>96</dscpForCm2Dvce> <transportLayerProtocol>2</transportLayerProtocol> <capfAuthMode>0</capfAuthMode>   <capfList>    <capf>       <phonePort>3804</phonePort>    </capf>   </capfList>  <certHash></certHash>   <encrConfig>false</encrConfig>   </device> | 
Liens utiles:
- http://adis.ca/post/using-cisco-ip-phones-with-asterisk/
- http://www.voip-info.org/wiki/view/Asterisk+Presence+for+Cisco+79×1+Phones
- http://forums.asterisk.org/viewtopic.php?p=166124
- http://www.dslreports.com/forum/r26632503-Voip.ms-Cisco-7942-configuration-files
- https://supportforums.cisco.com/docs/DOC-15799
- http://www.voip-info.org/wiki/view/Asterisk+phone+cisco+79xx
- https://sites.google.com/site/seppsbrainoverload/cisco-corner/cisco-voice/cp-7941g-sip-setup
- http://www.cisco.com/en/US/products/hw/phones/ps379/products_tech_note09186a0080094584.shtml#issue5