adding 7911 doc
This commit is contained in:
parent
6dc5c672e1
commit
5bc26416e6
|
@ -0,0 +1,30 @@
|
||||||
|
# 7911 - 7906 Series :
|
||||||
|
|
||||||
|
## Intro :
|
||||||
|
|
||||||
|
You will need an IPv4 Network with :
|
||||||
|
|
||||||
|
* DHCP server (tested on tagged Voice-Vlan)
|
||||||
|
* TFTP server (option 66 configured in DHCP server)
|
||||||
|
* physical access to the phone
|
||||||
|
|
||||||
|
## Factory reset sequence :
|
||||||
|
|
||||||
|
When the phone start's up, (either POE or local adapter), dial the `#` until the red headset light starts blinking.
|
||||||
|
Dial `1 2 3 4 5 6 7 8 9 * 0 #` in that order. The phone will factory reset
|
||||||
|
|
||||||
|
## Flashing process :
|
||||||
|
|
||||||
|
```<loadInformation>``` is what needs to contain the firmware number.
|
||||||
|
|
||||||
|
After factory reset, the phone will look up in the TFTP server for his own config file (`SEP<mac-address>.cnf.xml`)
|
||||||
|
In the case of flashing to SIP firmware, that file has to contain the fact that it goes to SIP and a firmware version.
|
||||||
|
All system files must be stored at the root of the TFTP server.
|
||||||
|
|
||||||
|
## Startup Sequence :
|
||||||
|
|
||||||
|
At every reboot, the phone will look up for the ``SEP<mac-address>.cnf.xml``.
|
||||||
|
|
||||||
|
## Common problems:
|
||||||
|
|
||||||
|
Phone can start to boot-loop after flashing. Apparently, if it can't connect to the IPPBX, it will reboot.
|
|
@ -0,0 +1,178 @@
|
||||||
|
<device>
|
||||||
|
<deviceProtocol>SIP</deviceProtocol>
|
||||||
|
<devicePool>
|
||||||
|
<dateTimeSetting>
|
||||||
|
<dateTemplate>D/M/YY</dateTemplate>
|
||||||
|
<timeZone>W. Europe Standard/Daylight Time</timeZone>
|
||||||
|
<ntps>
|
||||||
|
<ntp>
|
||||||
|
<name><NTP SERVER></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><PBX IP></processNodeName>
|
||||||
|
</callManager>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</callManagerGroup>
|
||||||
|
</devicePool>
|
||||||
|
<sipProfile>
|
||||||
|
<sipProxies>
|
||||||
|
<backupProxy></backupProxy>
|
||||||
|
<backupProxyPort></backupProxyPort>
|
||||||
|
<emergencyProxy></emergencyProxy>
|
||||||
|
<emergencyProxyPort></emergencyProxyPort>
|
||||||
|
<outboundProxy></outboundProxy>
|
||||||
|
<outboundProxyPort></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>1</callHoldRingback>
|
||||||
|
<localCfwdEnable>true</localCfwdEnable>
|
||||||
|
<semiAttendedTransfer>true</semiAttendedTransfer>
|
||||||
|
<anonymousCallBlock>0</anonymousCallBlock>
|
||||||
|
<callerIdBlocking>0</callerIdBlocking>
|
||||||
|
<retainForwardInformation>false</retainForwardInformation>
|
||||||
|
<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>Phone</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>0</kpml>
|
||||||
|
<natEnabled>false</natEnabled>
|
||||||
|
<natAddress></natAddress>
|
||||||
|
<phoneLabel><phone name></phoneLabel>
|
||||||
|
<offhookToFirstDigitTimer>15000</offhookToFirstDigitTimer>
|
||||||
|
<stutterMsgWaiting>0</stutterMsgWaiting>
|
||||||
|
<callStats>false</callStats>
|
||||||
|
<silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
|
||||||
|
<disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>
|
||||||
|
<startMediaPort>16384</startMediaPort>
|
||||||
|
<stopMediaPort>32766</stopMediaPort>
|
||||||
|
<sipLines>
|
||||||
|
<line button="1">
|
||||||
|
<offhookToFirstDigitTimer>15000</offhookToFirstDigitTimer>
|
||||||
|
<featureID>9</featureID>
|
||||||
|
<featureLabel><Line Name></featureLabel>
|
||||||
|
<proxy>USECALLMANAGER</proxy>
|
||||||
|
<port>5060</port>
|
||||||
|
<name><SIP USER NAME></name>
|
||||||
|
<displayName>Main</displayName>
|
||||||
|
<autoAnswer>
|
||||||
|
<autoAnswerEnabled>0</autoAnswerEnabled>
|
||||||
|
</autoAnswer>
|
||||||
|
<callWaiting>1</callWaiting>
|
||||||
|
<authName><SIP USER NAME></authName>
|
||||||
|
<authPassword><SIP USER PASSWORD></authPassword>
|
||||||
|
<sharedLine>false</sharedLine>
|
||||||
|
<messageWaitingLampPolicy>1</messageWaitingLampPolicy>
|
||||||
|
<messagesNumber>*97</messagesNumber>
|
||||||
|
<ringSettingIdle>4</ringSettingIdle>
|
||||||
|
<ringSettingActive>5</ringSettingActive>
|
||||||
|
<contact>cisco7911</contact>
|
||||||
|
<forwardCallInfoDisplay>
|
||||||
|
<callerName>true</callerName>
|
||||||
|
<callerNumber>false</callerNumber>
|
||||||
|
<redirectedNumber>false</redirectedNumber>
|
||||||
|
<dialedNumber>true</dialedNumber>
|
||||||
|
</forwardCallInfoDisplay>
|
||||||
|
</line>
|
||||||
|
</sipLines>
|
||||||
|
<voipControlPort>5060</voipControlPort>
|
||||||
|
<dscpForAudio>184</dscpForAudio>
|
||||||
|
<dialTemplate>dialplan.xml</dialTemplate>
|
||||||
|
</sipProfile>
|
||||||
|
<commonProfile>
|
||||||
|
<phonePassword>cisco</phonePassword>
|
||||||
|
<backgroundImageAccess>true</backgroundImageAccess>
|
||||||
|
<setBackground>
|
||||||
|
<background>
|
||||||
|
<image></image>
|
||||||
|
<icon></icon>
|
||||||
|
</background>
|
||||||
|
</setBackground>
|
||||||
|
<callLogBlfEnabled>1</callLogBlfEnabled>
|
||||||
|
</commonProfile>
|
||||||
|
<loadInformation>SIP11.9-4-2SR3-1S</loadInformation>
|
||||||
|
<vendorConfig>
|
||||||
|
<disableSpeaker>false</disableSpeaker>
|
||||||
|
<disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
|
||||||
|
<pcPort>0</pcPort>
|
||||||
|
<settingsAccess>1</settingsAccess>
|
||||||
|
<garp>0</garp>
|
||||||
|
<voiceVlanAccess>0</voiceVlanAccess>
|
||||||
|
<videoCapability>0</videoCapability>
|
||||||
|
<autoSelectLineEnable>0</autoSelectLineEnable>
|
||||||
|
<webAccess>1</webAccess>
|
||||||
|
<spanToPCPort>1</spanToPCPort>
|
||||||
|
<loggingDisplay>1</loggingDisplay>
|
||||||
|
<loadServer></loadServer>
|
||||||
|
</vendorConfig>
|
||||||
|
<networkLocale></networkLocale>
|
||||||
|
<networkLocaleInfo>
|
||||||
|
<name></name>
|
||||||
|
<version>5.0(2)</version>
|
||||||
|
</networkLocaleInfo>
|
||||||
|
<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>
|
Loading…
Reference in a new issue