Update configs
Added cisco-88xx, cisco-dx650. Updated other configs
This commit is contained in:
parent
1064758f33
commit
f2e960db25
|
|
@ -19,6 +19,7 @@
|
||||||
<member priority="0">
|
<member priority="0">
|
||||||
<callManager>
|
<callManager>
|
||||||
<ports>
|
<ports>
|
||||||
|
<ethernetPhonePort>2000</ethernetPhonePort>
|
||||||
<sipPort>${SERVER_PORT}</sipPort>
|
<sipPort>${SERVER_PORT}</sipPort>
|
||||||
<securedSipPort>5061</securedSipPort>
|
<securedSipPort>5061</securedSipPort>
|
||||||
</ports>
|
</ports>
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
<member priority="0">
|
<member priority="0">
|
||||||
<callManager>
|
<callManager>
|
||||||
<ports>
|
<ports>
|
||||||
|
<ethernetPhonePort>2000</ethernetPhonePort>
|
||||||
<sipPort>${SERVER_PORT}</sipPort>
|
<sipPort>${SERVER_PORT}</sipPort>
|
||||||
<securedSipPort>5061</securedSipPort>
|
<securedSipPort>5061</securedSipPort>
|
||||||
</ports>
|
</ports>
|
||||||
|
|
@ -33,8 +34,6 @@
|
||||||
<dtmfAvtPayload>101</dtmfAvtPayload>
|
<dtmfAvtPayload>101</dtmfAvtPayload>
|
||||||
<dtmfDbLevel>3</dtmfDbLevel>
|
<dtmfDbLevel>3</dtmfDbLevel>
|
||||||
<dtmfOutofBand>avt</dtmfOutofBand>
|
<dtmfOutofBand>avt</dtmfOutofBand>
|
||||||
<startMediaPort>10000</startMediaPort>
|
|
||||||
<stopMediaPort>20000</stopMediaPort>
|
|
||||||
<sipStack>
|
<sipStack>
|
||||||
<sipInviteRetx>6</sipInviteRetx>
|
<sipInviteRetx>6</sipInviteRetx>
|
||||||
<sipRetx>10</sipRetx>
|
<sipRetx>10</sipRetx>
|
||||||
|
|
@ -62,5 +61,7 @@
|
||||||
</autoAnswer>
|
</autoAnswer>
|
||||||
</line>
|
</line>
|
||||||
</sipLines>
|
</sipLines>
|
||||||
|
<startMediaPort>10000</startMediaPort>
|
||||||
|
<stopMediaPort>20000</stopMediaPort>
|
||||||
</sipProfile>
|
</sipProfile>
|
||||||
</device>
|
</device>
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
<member priority="0">
|
<member priority="0">
|
||||||
<callManager>
|
<callManager>
|
||||||
<ports>
|
<ports>
|
||||||
|
<ethernetPhonePort>2000</ethernetPhonePort>
|
||||||
<sipPort>${SERVER_PORT}</sipPort>
|
<sipPort>${SERVER_PORT}</sipPort>
|
||||||
<securedSipPort>5061</securedSipPort>
|
<securedSipPort>5061</securedSipPort>
|
||||||
</ports>
|
</ports>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
mime_type => text/xml, text/plain
|
||||||
|
SEP${TOLOWER(${MAC})}.cnf.xml => cisco-88xx-tmpl.cfg
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
mime_type => text/xml, text/plain
|
||||||
|
;Replace mac(MAC)1(2) to device mac address (in lower and higher register)
|
||||||
|
;Dev1
|
||||||
|
SEPmac1.cnf.xml => mac1.cfg
|
||||||
|
SEPMAC1.cnf.xml => mac1.cfg
|
||||||
|
;Dev2
|
||||||
|
SEPmac2.cnf.xml => mac2.cfg
|
||||||
|
SEPMAC2.cnf.xml => mac2.cfg
|
||||||
|
|
@ -0,0 +1,72 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<device>
|
||||||
|
<deviceProtocol>SIP</deviceProtocol>
|
||||||
|
<devicePool>
|
||||||
|
<dateTimeSetting>
|
||||||
|
<dateTemplate>D.M.Y</dateTemplate>
|
||||||
|
<timeTemplate>HH:MM</timeTemplate>
|
||||||
|
<olsonTimeZone>Etc/GMT+05</olsonTimeZone>
|
||||||
|
<ntps>
|
||||||
|
<ntp>
|
||||||
|
<name>${SERVER}</name>
|
||||||
|
<ntpMode>Unicast</ntpMode>
|
||||||
|
</ntp>
|
||||||
|
</ntps>
|
||||||
|
</dateTimeSetting>
|
||||||
|
<callManagerGroup>
|
||||||
|
<members>
|
||||||
|
<member priority="0">
|
||||||
|
<callManager>
|
||||||
|
<ports>
|
||||||
|
<ethernetPhonePort>2000</ethernetPhonePort>
|
||||||
|
<sipPort>${SERVER_PORT}</sipPort>
|
||||||
|
<securedSipPort>5061</securedSipPort>
|
||||||
|
</ports>
|
||||||
|
<processNodeName>${SERVER}</processNodeName>
|
||||||
|
</callManager>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</callManagerGroup>
|
||||||
|
</devicePool>
|
||||||
|
<sipProfile>
|
||||||
|
<sipStack>
|
||||||
|
<sipInviteRetx>6</sipInviteRetx>
|
||||||
|
<sipRetx>10</sipRetx>
|
||||||
|
<timerInviteExpires>180</timerInviteExpires>
|
||||||
|
<timerRegisterExpires>600</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>
|
||||||
|
<enableVad>false</enableVad>
|
||||||
|
<dtmfAvtPayload>101</dtmfAvtPayload>
|
||||||
|
<dtmfDbLevel>3</dtmfDbLevel>
|
||||||
|
<dtmfOutofBand>avt</dtmfOutofBand>
|
||||||
|
<sipLines>
|
||||||
|
<line button="1">
|
||||||
|
<name>${USERNAME}</name>
|
||||||
|
<displayName>${USERNAME}</displayName>
|
||||||
|
<authName>${USERNAME}</authName>
|
||||||
|
<authPassword>${SECRET}</authPassword>
|
||||||
|
<contact>${USERNAME}</contact>
|
||||||
|
<forwardCallInfoDisplay>
|
||||||
|
<callerName>true</callerName>
|
||||||
|
<callerNumber>false</callerNumber>
|
||||||
|
<redirectedNumber>false</redirectedNumber>
|
||||||
|
<dialedNumber>true</dialedNumber>
|
||||||
|
</forwardCallInfoDisplay>
|
||||||
|
<autoAnswer>
|
||||||
|
<autoAnswerEnabled>0</autoAnswerEnabled>
|
||||||
|
</autoAnswer>
|
||||||
|
</line>
|
||||||
|
</sipLines>
|
||||||
|
<startMediaPort>10000</startMediaPort>
|
||||||
|
<stopMediaPort>20000</stopMediaPort>
|
||||||
|
</sipProfile>
|
||||||
|
</device>
|
||||||
|
|
@ -0,0 +1,457 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<device>
|
||||||
|
<deviceProtocol>SIP</deviceProtocol>
|
||||||
|
|
||||||
|
<sshUserId>admin</sshUserId>
|
||||||
|
<sshPassword>cisco</sshPassword>
|
||||||
|
|
||||||
|
<devicePool>
|
||||||
|
<dateTimeSetting>
|
||||||
|
<dateTemplate>D.M.Y</dateTemplate>
|
||||||
|
<timeZone>Russian Standard/Daylight Time</timeZone>
|
||||||
|
<ntps>
|
||||||
|
<ntp>
|
||||||
|
<name></name>
|
||||||
|
<ntpMode>Unicast</ntpMode>
|
||||||
|
</ntp>
|
||||||
|
</ntps>
|
||||||
|
</dateTimeSetting>
|
||||||
|
|
||||||
|
<callManagerGroup>
|
||||||
|
<members>
|
||||||
|
<member priority="0">
|
||||||
|
<callManager>
|
||||||
|
<ports>
|
||||||
|
<ethernetPhonePort>2000</ethernetPhonePort>
|
||||||
|
<sipPort>5064</sipPort>
|
||||||
|
<securedSipPort>5061</securedSipPort>
|
||||||
|
</ports>120
|
||||||
|
<processNodeName>192.168.118.251</processNodeName>
|
||||||
|
</callManager>
|
||||||
|
</member>
|
||||||
|
<member priority="1">
|
||||||
|
<callManager>
|
||||||
|
<ports>
|
||||||
|
<ethernetPhonePort>2000</ethernetPhonePort>
|
||||||
|
<sipPort>5064</sipPort>
|
||||||
|
<securedSipPort>5061</securedSipPort>
|
||||||
|
</ports>
|
||||||
|
<processNodeName>192.168.118.252</processNodeName>
|
||||||
|
</callManager>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</callManagerGroup>
|
||||||
|
</devicePool>
|
||||||
|
|
||||||
|
<commonProfile>
|
||||||
|
<phonePassword></phonePassword>
|
||||||
|
<backgroundImageAccess>true</backgroundImageAccess>
|
||||||
|
<callLogBlfEnabled>3</callLogBlfEnabled>
|
||||||
|
</commonProfile>
|
||||||
|
|
||||||
|
<loadInformation>sip9951.9-4-1-9</loadInformation>
|
||||||
|
<featurePolicyFile>DefaultFP.xml</featurePolicyFile>
|
||||||
|
|
||||||
|
<vendorConfig>
|
||||||
|
<disableSpeaker>false</disableSpeaker>
|
||||||
|
<disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
|
||||||
|
<pcPort>0</pcPort>
|
||||||
|
<settingsAccess>1</settingsAccess>
|
||||||
|
<garp>0</garp>
|
||||||
|
<voiceVlanAccess>0</voiceVlanAccess>
|
||||||
|
<ciscoCamera>1</ciscoCamera>
|
||||||
|
<videoCapability>1</videoCapability>
|
||||||
|
<usbClasses>0,1,2</usbClasses>
|
||||||
|
<sdio>1</sdio>
|
||||||
|
<wifi>0</wifi>
|
||||||
|
<bluetoothProfile>0,1</bluetoothProfile>
|
||||||
|
<powerNegotiation>0</powerNegotiation>
|
||||||
|
<autoSelectLineEnable>0</autoSelectLineEnable>
|
||||||
|
<webAccess>0</webAccess>
|
||||||
|
<sshAccess>0</sshAccess>
|
||||||
|
<g722CodecSupport>2</g722CodecSupport>
|
||||||
|
<daysDisplayNotActive>1,7</daysDisplayNotActive>
|
||||||
|
<displayOnTime>07:30</displayOnTime>
|
||||||
|
<displayOnDuration>10:00</displayOnDuration>
|
||||||
|
<displayIdleTimeout>01:00</displayIdleTimeout>
|
||||||
|
<displayOnWhenIncomingCall>1</displayOnWhenIncomingCall>
|
||||||
|
<spanToPCPort>1</spanToPCPort>
|
||||||
|
<loggingDisplay>1</loggingDisplay>
|
||||||
|
<loadServer></loadServer>
|
||||||
|
</vendorConfig>
|
||||||
|
|
||||||
|
<commonConfig>
|
||||||
|
<usb1>1</usb1>
|
||||||
|
<usb2>1</usb2>
|
||||||
|
<ciscoCamera>1</ciscoCamera>
|
||||||
|
<usbClasses>0,1,2</usbClasses>
|
||||||
|
<sdio>1</sdio>
|
||||||
|
<bluetooth>1</bluetooth>
|
||||||
|
<wifi>1</wifi>
|
||||||
|
<bluetoothProfile>0,1</bluetoothProfile>
|
||||||
|
<joinAndDirectTransferPolicy>0</joinAndDirectTransferPolicy>
|
||||||
|
</commonConfig>
|
||||||
|
|
||||||
|
<enterpriseConfig>
|
||||||
|
<usb1>1</usb1>
|
||||||
|
<usb2>1</usb2>
|
||||||
|
<ciscoCamera>1</ciscoCamera>
|
||||||
|
<usbClasses>0,1,2</usbClasses>
|
||||||
|
<sdio>1</sdio>
|
||||||
|
<bluetooth>1</bluetooth>
|
||||||
|
<wifi>1</wifi>
|
||||||
|
<bluetoothProfile>0,1</bluetoothProfile>
|
||||||
|
<joinAndDirectTransferPolicy>0</joinAndDirectTransferPolicy>
|
||||||
|
<videoCapability>1</videoCapability>
|
||||||
|
<webAccess>0</webAccess>
|
||||||
|
<eapAuthentication>2</eapAuthentication>
|
||||||
|
<webProtocol>0</webProtocol>
|
||||||
|
</enterpriseConfig>
|
||||||
|
|
||||||
|
<addOnModules>
|
||||||
|
<addOnModule uuid="" idx="1">
|
||||||
|
<deviceType>CKEM</deviceType>
|
||||||
|
<deviceLine>36</deviceLine>
|
||||||
|
<loadInformation></loadInformation>
|
||||||
|
<phoneTemplateId></phoneTemplateId>
|
||||||
|
</addOnModule>
|
||||||
|
</addOnModules>
|
||||||
|
|
||||||
|
<advertiseG722Codec>2</advertiseG722Codec>
|
||||||
|
|
||||||
|
<networkLocale>Russian_Federation</networkLocale>
|
||||||
|
|
||||||
|
<networkLocaleInfo>
|
||||||
|
<name>Russian_Federation</name>
|
||||||
|
<uid>64</uid>
|
||||||
|
<version>8.5.0.0(1)</version>
|
||||||
|
</networkLocaleInfo>
|
||||||
|
|
||||||
|
<userLocale>
|
||||||
|
<name>Russian_Russia</name>
|
||||||
|
<uid></uid>
|
||||||
|
<langCode>ru_RU</langCode>
|
||||||
|
<version></version>
|
||||||
|
<winCharSet>utf-8</winCharSet>
|
||||||
|
</userLocale>
|
||||||
|
|
||||||
|
<deviceSecurityMode>1</deviceSecurityMode>
|
||||||
|
|
||||||
|
<idleTimeout>0</idleTimeout>
|
||||||
|
<authenticationURL></authenticationURL>
|
||||||
|
<directoryURL></directoryURL>
|
||||||
|
<idleURL></idleURL>
|
||||||
|
<informationURL></informationURL>
|
||||||
|
<messagesNumber></messagesNumber>
|
||||||
|
<messagesURL></messagesURL>
|
||||||
|
<proxyServerURL></proxyServerURL>
|
||||||
|
<servicesURL></servicesURL>
|
||||||
|
<dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig>
|
||||||
|
<dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
|
||||||
|
<dscpForCm2Dvce>96</dscpForCm2Dvce>
|
||||||
|
|
||||||
|
<transportLayerProtocol>4</transportLayerProtocol>
|
||||||
|
<dndCallAlert>5</dndCallAlert>
|
||||||
|
<phonePersonalization>1</phonePersonalization>
|
||||||
|
<rollover>0</rollover>
|
||||||
|
<singleButtonBarge>0</singleButtonBarge>
|
||||||
|
<joinAcrossLines>1</joinAcrossLines>
|
||||||
|
<autoCallPickupEnable>false</autoCallPickupEnable>
|
||||||
|
<blfAudibleAlertSettingOfIdleStation>0</blfAudibleAlertSettingOfIdleStation>
|
||||||
|
<blfAudibleAlertSettingOfBusyStation>0</blfAudibleAlertSettingOfBusyStation>
|
||||||
|
|
||||||
|
<capfAuthMode>0</capfAuthMode>
|
||||||
|
<capfList>
|
||||||
|
<capf>
|
||||||
|
<phonePort>3804</phonePort>
|
||||||
|
</capf>
|
||||||
|
</capfList>
|
||||||
|
|
||||||
|
<certHash></certHash>
|
||||||
|
<encrConfig>false</encrConfig>
|
||||||
|
<sipProfile>
|
||||||
|
<sipProxies>
|
||||||
|
<backupProxy></backupProxy>
|
||||||
|
<backupProxyPort>5064</backupProxyPort>
|
||||||
|
<emergencyProxy></emergencyProxy>
|
||||||
|
<emergencyProxyPort>5064</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>2</callHoldRingback>
|
||||||
|
<localCfwdEnable>true</localCfwdEnable>
|
||||||
|
<semiAttendedTransfer>true</semiAttendedTransfer>
|
||||||
|
<anonymousCallBlock>2</anonymousCallBlock>
|
||||||
|
<callerIdBlocking>2</callerIdBlocking>
|
||||||
|
<dndControl>0</dndControl>
|
||||||
|
<remoteCcEnable>true</remoteCcEnable>
|
||||||
|
<retainForwardInformation>true</retainForwardInformation>
|
||||||
|
</sipCallFeatures>
|
||||||
|
|
||||||
|
<sipStack>
|
||||||
|
<sipInviteRetx>6</sipInviteRetx>
|
||||||
|
<sipRetx>10</sipRetx>
|
||||||
|
<timerInviteExpires>180</timerInviteExpires>
|
||||||
|
<timerRegisterExpires>120</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>0</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>true</alwaysUsePrimeLine>
|
||||||
|
<alwaysUsePrimeLineVoiceMail>true</alwaysUsePrimeLineVoiceMail>
|
||||||
|
<kpml>3</kpml>
|
||||||
|
<natEnabled>false</natEnabled>
|
||||||
|
<natAddress>ELASTIX_IP_ADDRESS</natAddress>
|
||||||
|
|
||||||
|
<stutterMsgWaiting>2</stutterMsgWaiting>
|
||||||
|
|
||||||
|
<callStats>false</callStats>
|
||||||
|
<silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
|
||||||
|
<disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>
|
||||||
|
|
||||||
|
<startMediaPort>10000</startMediaPort>
|
||||||
|
<stopMediaPort>20000</stopMediaPort>
|
||||||
|
<voipControlPort>5060</voipControlPort>
|
||||||
|
<dscpForAudio>184</dscpForAudio>
|
||||||
|
<dscpVideo>136</dscpVideo>
|
||||||
|
<dscpForTelepresence>128</dscpForTelepresence>
|
||||||
|
<ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>
|
||||||
|
<softKeyFile>softkeys.xml</softKeyFile>
|
||||||
|
<dialTemplate>dialplan.xml</dialTemplate>
|
||||||
|
<phoneLabel></phoneLabel>
|
||||||
|
<sipLines>
|
||||||
|
|
||||||
|
<line button="1" lineIndex="1">
|
||||||
|
<featureID>9</featureID>
|
||||||
|
<featureLabel>911</featureLabel>
|
||||||
|
<name>911</name>
|
||||||
|
<displayName>911</displayName>
|
||||||
|
<contact></contact>
|
||||||
|
<proxy>USECALLMANAGER</proxy>
|
||||||
|
<port>5064</port>
|
||||||
|
<autoAnswer>
|
||||||
|
<autoAnswerEnabled>2</autoAnswerEnabled>
|
||||||
|
</autoAnswer>
|
||||||
|
<callWaiting>3</callWaiting>
|
||||||
|
<authName>911</authName>
|
||||||
|
<authPassword>123</authPassword>
|
||||||
|
<sharedLine>false</sharedLine>
|
||||||
|
<messageWaitingLampPolicy>3</messageWaitingLampPolicy>
|
||||||
|
<messageWaitingAMWI>1</messageWaitingAMWI>
|
||||||
|
<messagesNumber>*97</messagesNumber>
|
||||||
|
<ringSettingIdle>4</ringSettingIdle>
|
||||||
|
<ringSettingActive>5</ringSettingActive>
|
||||||
|
<forwardCallInfoDisplay>
|
||||||
|
<callerName>true</callerName>
|
||||||
|
<callerNumber>false</callerNumber>
|
||||||
|
<redirectedNumber>false</redirectedNumber>
|
||||||
|
<dialedNumber>true</dialedNumber>
|
||||||
|
</forwardCallInfoDisplay>
|
||||||
|
<maxNumCalls>4</maxNumCalls>
|
||||||
|
<busyTrigger>2</busyTrigger>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="3">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>912</featureLabel>
|
||||||
|
<speedDialNumber>912</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="4">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>1000</featureLabel>
|
||||||
|
<speedDialNumber>1000</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="5">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>2000</featureLabel>
|
||||||
|
<speedDialNumber>2000</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<!--- <line button="6">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 1</featureLabel>
|
||||||
|
<speedDialNumber>201</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="7">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 2</featureLabel>
|
||||||
|
<speedDialNumber>218</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="8">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 3</featureLabel>
|
||||||
|
<speedDialNumber>209</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="9">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 4</featureLabel>
|
||||||
|
<speedDialNumber>212</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="10">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 5</featureLabel>
|
||||||
|
<speedDialNumber>247</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="11">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 6</featureLabel>
|
||||||
|
<speedDialNumber>239</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="12">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 7</featureLabel>
|
||||||
|
<speedDialNumber>208</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="13">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 8</featureLabel>
|
||||||
|
<speedDialNumber>225</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="14">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 9</featureLabel>
|
||||||
|
<speedDialNumber>219</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="15">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 10</featureLabel>
|
||||||
|
<speedDialNumber>240</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="16">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 11</featureLabel>
|
||||||
|
<speedDialNumber>296</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="17">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 12</featureLabel>
|
||||||
|
<speedDialNumber>279</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="18">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 13</featureLabel>
|
||||||
|
<speedDialNumber>220</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="19">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 14</featureLabel>
|
||||||
|
<speedDialNumber>235</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="20">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 15</featureLabel>
|
||||||
|
<speedDialNumber>250</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="21">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 16</featureLabel>
|
||||||
|
<speedDialNumber>230</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="22">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 17</featureLabel>
|
||||||
|
<speedDialNumber>293</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line> -->
|
||||||
|
|
||||||
|
</sipLines>
|
||||||
|
</sipProfile>
|
||||||
|
|
||||||
|
<phoneServices>
|
||||||
|
<provisioning>0</provisioning>
|
||||||
|
<phoneService type="1" category="0">
|
||||||
|
<name>Ìîé îôèñ</name>
|
||||||
|
<url>http://192.168.18.38:9995/ssw?user_agent=cisco</url>
|
||||||
|
<vendor></vendor>
|
||||||
|
<version></version>
|
||||||
|
</phoneService>
|
||||||
|
<phoneService type="1" category="0">
|
||||||
|
<name>Missed Calls</name>
|
||||||
|
<url>Application:Cisco/MissedCalls</url>
|
||||||
|
<vendor></vendor>
|
||||||
|
<version></version>
|
||||||
|
</phoneService>
|
||||||
|
<phoneService type="2" category="0">
|
||||||
|
<name>Voicemail</name>
|
||||||
|
<url>Application:Cisco/Voicemail</url>
|
||||||
|
<vendor></vendor>
|
||||||
|
<version></version>
|
||||||
|
</phoneService>
|
||||||
|
<phoneService type="1" category="0">
|
||||||
|
<name>Received Calls</name>
|
||||||
|
<url>Application:Cisco/ReceivedCalls</url>
|
||||||
|
<vendor></vendor>
|
||||||
|
<version></version>
|
||||||
|
</phoneService>
|
||||||
|
<phoneService type="1" category="0">
|
||||||
|
<name>Placed Calls</name>
|
||||||
|
<url>Application:Cisco/PlacedCalls</url>
|
||||||
|
<vendor></vendor>
|
||||||
|
<version></version>
|
||||||
|
</phoneService>
|
||||||
|
</phoneServices>
|
||||||
|
</device>
|
||||||
|
|
@ -0,0 +1,457 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<device>
|
||||||
|
<deviceProtocol>SIP</deviceProtocol>
|
||||||
|
|
||||||
|
<sshUserId>admin</sshUserId>
|
||||||
|
<sshPassword>cisco</sshPassword>
|
||||||
|
|
||||||
|
<devicePool>
|
||||||
|
<dateTimeSetting>
|
||||||
|
<dateTemplate>D.M.Y</dateTemplate>
|
||||||
|
<timeZone>Russian Standard/Daylight Time</timeZone>
|
||||||
|
<ntps>
|
||||||
|
<ntp>
|
||||||
|
<name></name>
|
||||||
|
<ntpMode>Unicast</ntpMode>
|
||||||
|
</ntp>
|
||||||
|
</ntps>
|
||||||
|
</dateTimeSetting>
|
||||||
|
|
||||||
|
<callManagerGroup>
|
||||||
|
<members>
|
||||||
|
<member priority="0">
|
||||||
|
<callManager>
|
||||||
|
<ports>
|
||||||
|
<ethernetPhonePort>2000</ethernetPhonePort>
|
||||||
|
<sipPort>5064</sipPort>
|
||||||
|
<securedSipPort>5061</securedSipPort>
|
||||||
|
</ports>120
|
||||||
|
<processNodeName>192.168.118.251</processNodeName>
|
||||||
|
</callManager>
|
||||||
|
</member>
|
||||||
|
<member priority="1">
|
||||||
|
<callManager>
|
||||||
|
<ports>
|
||||||
|
<ethernetPhonePort>2000</ethernetPhonePort>
|
||||||
|
<sipPort>5064</sipPort>
|
||||||
|
<securedSipPort>5061</securedSipPort>
|
||||||
|
</ports>
|
||||||
|
<processNodeName>192.168.118.252</processNodeName>
|
||||||
|
</callManager>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</callManagerGroup>
|
||||||
|
</devicePool>
|
||||||
|
|
||||||
|
<commonProfile>
|
||||||
|
<phonePassword></phonePassword>
|
||||||
|
<backgroundImageAccess>true</backgroundImageAccess>
|
||||||
|
<callLogBlfEnabled>3</callLogBlfEnabled>
|
||||||
|
</commonProfile>
|
||||||
|
|
||||||
|
<loadInformation>sip9951.9-4-1-9</loadInformation>
|
||||||
|
<featurePolicyFile>DefaultFP.xml</featurePolicyFile>
|
||||||
|
|
||||||
|
<vendorConfig>
|
||||||
|
<disableSpeaker>false</disableSpeaker>
|
||||||
|
<disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
|
||||||
|
<pcPort>0</pcPort>
|
||||||
|
<settingsAccess>1</settingsAccess>
|
||||||
|
<garp>0</garp>
|
||||||
|
<voiceVlanAccess>0</voiceVlanAccess>
|
||||||
|
<ciscoCamera>1</ciscoCamera>
|
||||||
|
<videoCapability>1</videoCapability>
|
||||||
|
<usbClasses>0,1,2</usbClasses>
|
||||||
|
<sdio>1</sdio>
|
||||||
|
<wifi>0</wifi>
|
||||||
|
<bluetoothProfile>0,1</bluetoothProfile>
|
||||||
|
<powerNegotiation>0</powerNegotiation>
|
||||||
|
<autoSelectLineEnable>0</autoSelectLineEnable>
|
||||||
|
<webAccess>0</webAccess>
|
||||||
|
<sshAccess>0</sshAccess>
|
||||||
|
<g722CodecSupport>2</g722CodecSupport>
|
||||||
|
<daysDisplayNotActive>1,7</daysDisplayNotActive>
|
||||||
|
<displayOnTime>07:30</displayOnTime>
|
||||||
|
<displayOnDuration>10:00</displayOnDuration>
|
||||||
|
<displayIdleTimeout>01:00</displayIdleTimeout>
|
||||||
|
<displayOnWhenIncomingCall>1</displayOnWhenIncomingCall>
|
||||||
|
<spanToPCPort>1</spanToPCPort>
|
||||||
|
<loggingDisplay>1</loggingDisplay>
|
||||||
|
<loadServer></loadServer>
|
||||||
|
</vendorConfig>
|
||||||
|
|
||||||
|
<commonConfig>
|
||||||
|
<usb1>1</usb1>
|
||||||
|
<usb2>1</usb2>
|
||||||
|
<ciscoCamera>1</ciscoCamera>
|
||||||
|
<usbClasses>0,1,2</usbClasses>
|
||||||
|
<sdio>1</sdio>
|
||||||
|
<bluetooth>1</bluetooth>
|
||||||
|
<wifi>1</wifi>
|
||||||
|
<bluetoothProfile>0,1</bluetoothProfile>
|
||||||
|
<joinAndDirectTransferPolicy>0</joinAndDirectTransferPolicy>
|
||||||
|
</commonConfig>
|
||||||
|
|
||||||
|
<enterpriseConfig>
|
||||||
|
<usb1>1</usb1>
|
||||||
|
<usb2>1</usb2>
|
||||||
|
<ciscoCamera>1</ciscoCamera>
|
||||||
|
<usbClasses>0,1,2</usbClasses>
|
||||||
|
<sdio>1</sdio>
|
||||||
|
<bluetooth>1</bluetooth>
|
||||||
|
<wifi>1</wifi>
|
||||||
|
<bluetoothProfile>0,1</bluetoothProfile>
|
||||||
|
<joinAndDirectTransferPolicy>0</joinAndDirectTransferPolicy>
|
||||||
|
<videoCapability>1</videoCapability>
|
||||||
|
<webAccess>0</webAccess>
|
||||||
|
<eapAuthentication>2</eapAuthentication>
|
||||||
|
<webProtocol>0</webProtocol>
|
||||||
|
</enterpriseConfig>
|
||||||
|
|
||||||
|
<addOnModules>
|
||||||
|
<addOnModule uuid="" idx="1">
|
||||||
|
<deviceType>CKEM</deviceType>
|
||||||
|
<deviceLine>36</deviceLine>
|
||||||
|
<loadInformation></loadInformation>
|
||||||
|
<phoneTemplateId></phoneTemplateId>
|
||||||
|
</addOnModule>
|
||||||
|
</addOnModules>
|
||||||
|
|
||||||
|
<advertiseG722Codec>2</advertiseG722Codec>
|
||||||
|
|
||||||
|
<networkLocale>Russian_Federation</networkLocale>
|
||||||
|
|
||||||
|
<networkLocaleInfo>
|
||||||
|
<name>Russian_Federation</name>
|
||||||
|
<uid>64</uid>
|
||||||
|
<version>8.5.0.0(1)</version>
|
||||||
|
</networkLocaleInfo>
|
||||||
|
|
||||||
|
<userLocale>
|
||||||
|
<name>Russian_Russia</name>
|
||||||
|
<uid></uid>
|
||||||
|
<langCode>ru_RU</langCode>
|
||||||
|
<version></version>
|
||||||
|
<winCharSet>utf-8</winCharSet>
|
||||||
|
</userLocale>
|
||||||
|
|
||||||
|
<deviceSecurityMode>1</deviceSecurityMode>
|
||||||
|
|
||||||
|
<idleTimeout>0</idleTimeout>
|
||||||
|
<authenticationURL></authenticationURL>
|
||||||
|
<directoryURL></directoryURL>
|
||||||
|
<idleURL></idleURL>
|
||||||
|
<informationURL></informationURL>
|
||||||
|
<messagesNumber></messagesNumber>
|
||||||
|
<messagesURL></messagesURL>
|
||||||
|
<proxyServerURL></proxyServerURL>
|
||||||
|
<servicesURL></servicesURL>
|
||||||
|
<dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig>
|
||||||
|
<dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
|
||||||
|
<dscpForCm2Dvce>96</dscpForCm2Dvce>
|
||||||
|
|
||||||
|
<transportLayerProtocol>4</transportLayerProtocol>
|
||||||
|
<dndCallAlert>5</dndCallAlert>
|
||||||
|
<phonePersonalization>1</phonePersonalization>
|
||||||
|
<rollover>0</rollover>
|
||||||
|
<singleButtonBarge>0</singleButtonBarge>
|
||||||
|
<joinAcrossLines>1</joinAcrossLines>
|
||||||
|
<autoCallPickupEnable>false</autoCallPickupEnable>
|
||||||
|
<blfAudibleAlertSettingOfIdleStation>0</blfAudibleAlertSettingOfIdleStation>
|
||||||
|
<blfAudibleAlertSettingOfBusyStation>0</blfAudibleAlertSettingOfBusyStation>
|
||||||
|
|
||||||
|
<capfAuthMode>0</capfAuthMode>
|
||||||
|
<capfList>
|
||||||
|
<capf>
|
||||||
|
<phonePort>3804</phonePort>
|
||||||
|
</capf>
|
||||||
|
</capfList>
|
||||||
|
|
||||||
|
<certHash></certHash>
|
||||||
|
<encrConfig>false</encrConfig>
|
||||||
|
<sipProfile>
|
||||||
|
<sipProxies>
|
||||||
|
<backupProxy></backupProxy>
|
||||||
|
<backupProxyPort>5064</backupProxyPort>
|
||||||
|
<emergencyProxy></emergencyProxy>
|
||||||
|
<emergencyProxyPort>5064</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>2</callHoldRingback>
|
||||||
|
<localCfwdEnable>true</localCfwdEnable>
|
||||||
|
<semiAttendedTransfer>true</semiAttendedTransfer>
|
||||||
|
<anonymousCallBlock>2</anonymousCallBlock>
|
||||||
|
<callerIdBlocking>2</callerIdBlocking>
|
||||||
|
<dndControl>0</dndControl>
|
||||||
|
<remoteCcEnable>true</remoteCcEnable>
|
||||||
|
<retainForwardInformation>true</retainForwardInformation>
|
||||||
|
</sipCallFeatures>
|
||||||
|
|
||||||
|
<sipStack>
|
||||||
|
<sipInviteRetx>6</sipInviteRetx>
|
||||||
|
<sipRetx>10</sipRetx>
|
||||||
|
<timerInviteExpires>180</timerInviteExpires>
|
||||||
|
<timerRegisterExpires>120</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>0</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>true</alwaysUsePrimeLine>
|
||||||
|
<alwaysUsePrimeLineVoiceMail>true</alwaysUsePrimeLineVoiceMail>
|
||||||
|
<kpml>3</kpml>
|
||||||
|
<natEnabled>false</natEnabled>
|
||||||
|
<natAddress>ELASTIX_IP_ADDRESS</natAddress>
|
||||||
|
|
||||||
|
<stutterMsgWaiting>2</stutterMsgWaiting>
|
||||||
|
|
||||||
|
<callStats>false</callStats>
|
||||||
|
<silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
|
||||||
|
<disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>
|
||||||
|
|
||||||
|
<startMediaPort>10000</startMediaPort>
|
||||||
|
<stopMediaPort>20000</stopMediaPort>
|
||||||
|
<voipControlPort>5060</voipControlPort>
|
||||||
|
<dscpForAudio>184</dscpForAudio>
|
||||||
|
<dscpVideo>136</dscpVideo>
|
||||||
|
<dscpForTelepresence>128</dscpForTelepresence>
|
||||||
|
<ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>
|
||||||
|
<softKeyFile>softkeys.xml</softKeyFile>
|
||||||
|
<dialTemplate>dialplan.xml</dialTemplate>
|
||||||
|
<phoneLabel></phoneLabel>
|
||||||
|
<sipLines>
|
||||||
|
|
||||||
|
<line button="1" lineIndex="1">
|
||||||
|
<featureID>9</featureID>
|
||||||
|
<featureLabel>911</featureLabel>
|
||||||
|
<name>911</name>
|
||||||
|
<displayName>911</displayName>
|
||||||
|
<contact></contact>
|
||||||
|
<proxy>USECALLMANAGER</proxy>
|
||||||
|
<port>5064</port>
|
||||||
|
<autoAnswer>
|
||||||
|
<autoAnswerEnabled>2</autoAnswerEnabled>
|
||||||
|
</autoAnswer>
|
||||||
|
<callWaiting>3</callWaiting>
|
||||||
|
<authName>911</authName>
|
||||||
|
<authPassword>123</authPassword>
|
||||||
|
<sharedLine>false</sharedLine>
|
||||||
|
<messageWaitingLampPolicy>3</messageWaitingLampPolicy>
|
||||||
|
<messageWaitingAMWI>1</messageWaitingAMWI>
|
||||||
|
<messagesNumber>*97</messagesNumber>
|
||||||
|
<ringSettingIdle>4</ringSettingIdle>
|
||||||
|
<ringSettingActive>5</ringSettingActive>
|
||||||
|
<forwardCallInfoDisplay>
|
||||||
|
<callerName>true</callerName>
|
||||||
|
<callerNumber>false</callerNumber>
|
||||||
|
<redirectedNumber>false</redirectedNumber>
|
||||||
|
<dialedNumber>true</dialedNumber>
|
||||||
|
</forwardCallInfoDisplay>
|
||||||
|
<maxNumCalls>4</maxNumCalls>
|
||||||
|
<busyTrigger>2</busyTrigger>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="3">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>912</featureLabel>
|
||||||
|
<speedDialNumber>912</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="4">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>1000</featureLabel>
|
||||||
|
<speedDialNumber>1000</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="5">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>2000</featureLabel>
|
||||||
|
<speedDialNumber>2000</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<!--- <line button="6">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 1</featureLabel>
|
||||||
|
<speedDialNumber>201</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="7">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 2</featureLabel>
|
||||||
|
<speedDialNumber>218</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="8">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 3</featureLabel>
|
||||||
|
<speedDialNumber>209</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="9">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 4</featureLabel>
|
||||||
|
<speedDialNumber>212</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="10">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 5</featureLabel>
|
||||||
|
<speedDialNumber>247</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="11">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 6</featureLabel>
|
||||||
|
<speedDialNumber>239</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="12">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 7</featureLabel>
|
||||||
|
<speedDialNumber>208</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="13">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 8</featureLabel>
|
||||||
|
<speedDialNumber>225</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="14">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 9</featureLabel>
|
||||||
|
<speedDialNumber>219</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="15">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 10</featureLabel>
|
||||||
|
<speedDialNumber>240</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="16">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 11</featureLabel>
|
||||||
|
<speedDialNumber>296</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="17">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 12</featureLabel>
|
||||||
|
<speedDialNumber>279</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="18">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 13</featureLabel>
|
||||||
|
<speedDialNumber>220</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="19">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 14</featureLabel>
|
||||||
|
<speedDialNumber>235</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="20">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 15</featureLabel>
|
||||||
|
<speedDialNumber>250</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="21">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 16</featureLabel>
|
||||||
|
<speedDialNumber>230</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
<line button="22">
|
||||||
|
<featureID>21</featureID>
|
||||||
|
<featureLabel>Ñîòðóäíèê 17</featureLabel>
|
||||||
|
<speedDialNumber>293</speedDialNumber>
|
||||||
|
<featureOptionMask>1</featureOptionMask>
|
||||||
|
</line> -->
|
||||||
|
|
||||||
|
</sipLines>
|
||||||
|
</sipProfile>
|
||||||
|
|
||||||
|
<phoneServices>
|
||||||
|
<provisioning>0</provisioning>
|
||||||
|
<phoneService type="1" category="0">
|
||||||
|
<name>Ìîé îôèñ</name>
|
||||||
|
<url>http://192.168.18.38:9995/ssw?user_agent=cisco</url>
|
||||||
|
<vendor></vendor>
|
||||||
|
<version></version>
|
||||||
|
</phoneService>
|
||||||
|
<phoneService type="1" category="0">
|
||||||
|
<name>Missed Calls</name>
|
||||||
|
<url>Application:Cisco/MissedCalls</url>
|
||||||
|
<vendor></vendor>
|
||||||
|
<version></version>
|
||||||
|
</phoneService>
|
||||||
|
<phoneService type="2" category="0">
|
||||||
|
<name>Voicemail</name>
|
||||||
|
<url>Application:Cisco/Voicemail</url>
|
||||||
|
<vendor></vendor>
|
||||||
|
<version></version>
|
||||||
|
</phoneService>
|
||||||
|
<phoneService type="1" category="0">
|
||||||
|
<name>Received Calls</name>
|
||||||
|
<url>Application:Cisco/ReceivedCalls</url>
|
||||||
|
<vendor></vendor>
|
||||||
|
<version></version>
|
||||||
|
</phoneService>
|
||||||
|
<phoneService type="1" category="0">
|
||||||
|
<name>Placed Calls</name>
|
||||||
|
<url>Application:Cisco/PlacedCalls</url>
|
||||||
|
<vendor></vendor>
|
||||||
|
<version></version>
|
||||||
|
</phoneService>
|
||||||
|
</phoneServices>
|
||||||
|
</device>
|
||||||
|
|
@ -0,0 +1,138 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<device>
|
||||||
|
<deviceProtocol>SIP</deviceProtocol>
|
||||||
|
<devicePool>
|
||||||
|
<dateTimeSetting>
|
||||||
|
<dateTemplate>D.M.Y</dateTemplate>
|
||||||
|
<timeTemplate>HH:MM</timeTemplate>
|
||||||
|
<olsonTimeZone>Etc/GMT+05</olsonTimeZone>
|
||||||
|
<ntps>
|
||||||
|
<ntp>
|
||||||
|
<name>${SERVER}</name>
|
||||||
|
<ntpMode>Unicast</ntpMode>
|
||||||
|
</ntp>
|
||||||
|
</ntps>
|
||||||
|
</dateTimeSetting>
|
||||||
|
<callManagerGroup>
|
||||||
|
<members>
|
||||||
|
<member priority="0">
|
||||||
|
<callManager>
|
||||||
|
<ports>
|
||||||
|
<ethernetPhonePort>2000</ethernetPhonePort>
|
||||||
|
<sipPort>${SERVER_PORT}</sipPort>
|
||||||
|
<securedSipPort>5061</securedSipPort>
|
||||||
|
</ports>
|
||||||
|
<processNodeName>${SERVER}</processNodeName>
|
||||||
|
</callManager>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</callManagerGroup>
|
||||||
|
</devicePool>
|
||||||
|
|
||||||
|
<sipProfile>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
<URIDialingDisplayPreference>1</URIDialingDisplayPreference>
|
||||||
|
<localCfwdEnable>true</localCfwdEnable>
|
||||||
|
<semiAttendedTransfer>true</semiAttendedTransfer>
|
||||||
|
<anonymousCallBlock>0</anonymousCallBlock>
|
||||||
|
<callerIdBlocking>0</callerIdBlocking>
|
||||||
|
<dndControl>0</dndControl>
|
||||||
|
<remoteCcEnable>true</remoteCcEnable>
|
||||||
|
<retainForwardInformation>false</retainForwardInformation>
|
||||||
|
</sipCallFeatures>
|
||||||
|
<sipStack>
|
||||||
|
<sipInviteRetx>6</sipInviteRetx>
|
||||||
|
<sipRetx>10</sipRetx>
|
||||||
|
<timerInviteExpires>180</timerInviteExpires>
|
||||||
|
<timerRegisterExpires>600</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>
|
||||||
|
|
||||||
|
<phoneLabel></phoneLabel>
|
||||||
|
<stutterMsgWaiting>2</stutterMsgWaiting>
|
||||||
|
<callStats>true</callStats>
|
||||||
|
<offhookToFirstDigitTimer>15000</offhookToFirstDigitTimer>
|
||||||
|
|
||||||
|
<silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
|
||||||
|
<disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>
|
||||||
|
<poundEndOfDial>false</poundEndOfDial>
|
||||||
|
<startMediaPort>10000</startMediaPort>
|
||||||
|
<stopMediaPort>20000</stopMediaPort>
|
||||||
|
|
||||||
|
<sipLines>
|
||||||
|
<line button="1" lineIndex="1">
|
||||||
|
<name>${USERNAME}</name>
|
||||||
|
<displayName>Office</displayName>
|
||||||
|
<autoAnswer>
|
||||||
|
<autoAnswerEnabled>0</autoAnswerEnabled>
|
||||||
|
</autoAnswer>
|
||||||
|
<callWaiting>1</callWaiting>
|
||||||
|
<authName>${USERNAME}</authName>
|
||||||
|
<authPassword>${SECRET}</authPassword>
|
||||||
|
<sharedLine>false</sharedLine>
|
||||||
|
<messageWaitingLampPolicy>3</messageWaitingLampPolicy>
|
||||||
|
<messageWaitingAMWI>1</messageWaitingAMWI>
|
||||||
|
<messagesNumber>*97</messagesNumber>
|
||||||
|
<ringSettingIdle>4</ringSettingIdle>
|
||||||
|
<ringSettingActive>5</ringSettingActive>
|
||||||
|
<contact></contact>
|
||||||
|
<forwardCallInfoDisplay>
|
||||||
|
<callerName>true</callerName>
|
||||||
|
<callerNumber>true</callerNumber>
|
||||||
|
<redirectedNumber>false</redirectedNumber>
|
||||||
|
<dialedNumber>true</dialedNumber>
|
||||||
|
</forwardCallInfoDisplay>
|
||||||
|
|
||||||
|
<maxNumCalls>10</maxNumCalls>
|
||||||
|
<busyTrigger>6</busyTrigger>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
</sipLines>
|
||||||
|
<voipControlPort>5060</voipControlPort>
|
||||||
|
<ringSettingBusyStationPolicy>1</ringSettingBusyStationPolicy>
|
||||||
|
|
||||||
|
<alwaysUsePrimeLine>false</alwaysUsePrimeLine>
|
||||||
|
<alwaysUsePrimeLineVoiceMail>true</alwaysUsePrimeLineVoiceMail>
|
||||||
|
</sipProfile>
|
||||||
|
|
||||||
|
<MissedCallLoggingOption>10</MissedCallLoggingOption>
|
||||||
|
|
||||||
|
<commonProfile>
|
||||||
|
<backgroundImageAccess>true</backgroundImageAccess>
|
||||||
|
<callLogBlfEnabled>3</callLogBlfEnabled>
|
||||||
|
</commonProfile>
|
||||||
|
|
||||||
|
<loadInformation></loadInformation>
|
||||||
|
|
||||||
|
<commonConfig>
|
||||||
|
<ciscoCamera>1</ciscoCamera>
|
||||||
|
<videoCapability>1</videoCapability>
|
||||||
|
</commonConfig>
|
||||||
|
</device>
|
||||||
|
|
@ -0,0 +1,261 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<device xsi:type="axl:XIPPhone">
|
||||||
|
<fullConfig>true</fullConfig>
|
||||||
|
<deviceProtocol>SIP</deviceProtocol>
|
||||||
|
<sshUserId>YOUR USERNAME</sshUserId>
|
||||||
|
<sshPassword>YOUR PASSWORD</sshPassword>
|
||||||
|
<ipAddressMode>0</ipAddressMode>
|
||||||
|
|
||||||
|
<echoMultiEnable>false</echoMultiEnable>
|
||||||
|
<ipPreferenceModeControl>0</ipPreferenceModeControl>
|
||||||
|
|
||||||
|
<devicePool>
|
||||||
|
<revertPriority>0</revertPriority>
|
||||||
|
<dateTimeSetting>
|
||||||
|
<dateTemplate>D/M/YA</dateTemplate>
|
||||||
|
<timeZone>US Eastern Standard Time</timeZone>
|
||||||
|
<ntps>
|
||||||
|
<ntp>
|
||||||
|
<name>ca.pool.ntp.org</name>
|
||||||
|
<ntpMode>Unicast</ntpMode>
|
||||||
|
</ntp>
|
||||||
|
</ntps>
|
||||||
|
</dateTimeSetting>
|
||||||
|
<callManagerGroup>
|
||||||
|
<members>
|
||||||
|
<member priority="0">
|
||||||
|
<callManager>
|
||||||
|
<name>YOUR NAME</name>
|
||||||
|
<description>SIP phone Connection</description>
|
||||||
|
<ports>
|
||||||
|
<sipPort>5060</sipPort>
|
||||||
|
<securedSipPort>5061</securedSipPort>
|
||||||
|
</ports>
|
||||||
|
<processNodeName>YOUR PROVIDER ADDRESS</processNodeName>
|
||||||
|
</callManager>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</callManagerGroup>
|
||||||
|
</devicePool>
|
||||||
|
<sipProfile>
|
||||||
|
<sipProxies>
|
||||||
|
<backupProxy>USECALLMANAGER</backupProxy>
|
||||||
|
<backupProxyPort>5060</backupProxyPort>
|
||||||
|
<emergencyProxy>USECALLMANAGER</emergencyProxy>
|
||||||
|
<emergencyProxyPort>5060</emergencyProxyPort>
|
||||||
|
<outboundProxy>USECALLMANAGER</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>1</callHoldRingback>
|
||||||
|
<URIDialingDisplayPreference>1</URIDialingDisplayPreference>
|
||||||
|
<localCfwdEnable>true</localCfwdEnable>
|
||||||
|
<semiAttendedTransfer>true</semiAttendedTransfer>
|
||||||
|
<anonymousCallBlock>0</anonymousCallBlock>
|
||||||
|
<callerIdBlocking>0</callerIdBlocking>
|
||||||
|
<dndControl>0</dndControl>
|
||||||
|
<remoteCcEnable>true</remoteCcEnable>
|
||||||
|
<retainForwardInformation>false</retainForwardInformation>
|
||||||
|
</sipCallFeatures>
|
||||||
|
|
||||||
|
|
||||||
|
<sipStack>
|
||||||
|
<sipInviteRetx>6</sipInviteRetx>
|
||||||
|
<sipRetx>10</sipRetx>
|
||||||
|
<timerInviteExpires>180</timerInviteExpires>
|
||||||
|
<timerRegisterExpires>60</timerRegisterExpires>
|
||||||
|
<timerRegisterDelta>0</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>
|
||||||
|
|
||||||
|
<phoneLabel></phoneLabel>
|
||||||
|
<stutterMsgWaiting>2</stutterMsgWaiting>
|
||||||
|
<callStats>true</callStats>
|
||||||
|
<offhookToFirstDigitTimer>15000</offhookToFirstDigitTimer>
|
||||||
|
|
||||||
|
<silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
|
||||||
|
<disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>
|
||||||
|
<poundEndOfDial>false</poundEndOfDial>
|
||||||
|
<startMediaPort>16384</startMediaPort>
|
||||||
|
<stopMediaPort>32766</stopMediaPort>
|
||||||
|
|
||||||
|
<sipLines>
|
||||||
|
<line button="1" lineIndex="1">
|
||||||
|
<featureID>9</featureID>
|
||||||
|
<featureLabel>Office</featureLabel>
|
||||||
|
<proxy>USECALLMANAGER</proxy>
|
||||||
|
<port>5060</port>
|
||||||
|
<name>YOUR EXTENSION NAME</name>
|
||||||
|
<displayName>Office</displayName>
|
||||||
|
<autoAnswer>
|
||||||
|
<autoAnswerEnabled>0</autoAnswerEnabled>
|
||||||
|
</autoAnswer>
|
||||||
|
<callWaiting>1</callWaiting>
|
||||||
|
<authName>YOUR EXTENSION</authName>
|
||||||
|
<authPassword>YOUR PASSWORD</authPassword>
|
||||||
|
<sharedLine>false</sharedLine>
|
||||||
|
<messageWaitingLampPolicy>3</messageWaitingLampPolicy>
|
||||||
|
<messageWaitingAMWI>1</messageWaitingAMWI>
|
||||||
|
<messagesNumber>*97</messagesNumber>
|
||||||
|
<ringSettingIdle>4</ringSettingIdle>
|
||||||
|
<ringSettingActive>5</ringSettingActive>
|
||||||
|
<contact></contact>
|
||||||
|
<forwardCallInfoDisplay>
|
||||||
|
<callerName>true</callerName>
|
||||||
|
<callerNumber>true</callerNumber>
|
||||||
|
<redirectedNumber>false</redirectedNumber>
|
||||||
|
<dialedNumber>true</dialedNumber>
|
||||||
|
</forwardCallInfoDisplay>
|
||||||
|
|
||||||
|
<maxNumCalls>10</maxNumCalls>
|
||||||
|
<busyTrigger>6</busyTrigger>
|
||||||
|
</line>
|
||||||
|
|
||||||
|
</sipLines>
|
||||||
|
<externalNumberMask>YOUR NUMBER</externalNumberMask>
|
||||||
|
<voipControlPort>5060</voipControlPort>
|
||||||
|
<ringSettingBusyStationPolicy>1</ringSettingBusyStationPolicy>
|
||||||
|
<dialTemplate>dialplan.xml</dialTemplate>
|
||||||
|
|
||||||
|
<alwaysUsePrimeLine>false</alwaysUsePrimeLine>
|
||||||
|
<alwaysUsePrimeLineVoiceMail>true</alwaysUsePrimeLineVoiceMail>
|
||||||
|
</sipProfile>
|
||||||
|
<MissedCallLoggingOption>10</MissedCallLoggingOption>
|
||||||
|
<commonProfile>
|
||||||
|
|
||||||
|
<backgroundImageAccess>true</backgroundImageAccess>
|
||||||
|
<callLogBlfEnabled>3</callLogBlfEnabled>
|
||||||
|
</commonProfile>
|
||||||
|
|
||||||
|
<loadInformation></loadInformation>
|
||||||
|
|
||||||
|
<vendorConfig>
|
||||||
|
<disableSpeaker>false</disableSpeaker>
|
||||||
|
<disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
|
||||||
|
<allowBTContactImport>1</allowBTContactImport>
|
||||||
|
<allowBTMobileHandsfree>1</allowBTMobileHandsfree>
|
||||||
|
<recordingTone>0</recordingTone>
|
||||||
|
<settingsAccess>1</settingsAccess>
|
||||||
|
<recordingToneLocalVolume>100</recordingToneLocalVolume>
|
||||||
|
<recordingToneRemoteVolume>50</recordingToneRemoteVolume>
|
||||||
|
<recordingToneDuration></recordingToneDuration>
|
||||||
|
<deviceUIProfile>0</deviceUIProfile>
|
||||||
|
<detectCMConnectionFailure>0</detectCMConnectionFailure>
|
||||||
|
<garp>1</garp>
|
||||||
|
<multiUser>0</multiUser>
|
||||||
|
<requireScreenLock>0</requireScreenLock>
|
||||||
|
</vendorConfig>
|
||||||
|
<commonConfig>
|
||||||
|
<ciscoCamera>1</ciscoCamera>
|
||||||
|
<videoCapability>1</videoCapability>
|
||||||
|
<webProtocol>0</webProtocol>
|
||||||
|
<webAccess>0</webAccess>
|
||||||
|
<daysDisplayNotActive>1,7</daysDisplayNotActive>
|
||||||
|
<displayOnTime>08:00</displayOnTime>
|
||||||
|
<displayOnDuration>09:00</displayOnDuration>
|
||||||
|
<displayOnWhenIncomingCall>1</displayOnWhenIncomingCall>
|
||||||
|
<displayIdleTimeout>00:10</displayIdleTimeout>
|
||||||
|
<sshAccess>0</sshAccess>
|
||||||
|
<sendKeyAction>1</sendKeyAction>
|
||||||
|
<RingLocale>0</RingLocale>
|
||||||
|
<appInstallFromAndroidMarket>true</appInstallFromAndroidMarket>
|
||||||
|
</commonConfig>
|
||||||
|
|
||||||
|
|
||||||
|
<userLocale>
|
||||||
|
<name>English_United_States</name>
|
||||||
|
<uid>1</uid>
|
||||||
|
<langCode>en_US</langCode>
|
||||||
|
<version></version>
|
||||||
|
<winCharSet>iso-8859-1</winCharSet>
|
||||||
|
</userLocale>
|
||||||
|
<networkLocale>Canada</networkLocale>
|
||||||
|
<networkLocaleInfo>
|
||||||
|
<name>Canada</name>
|
||||||
|
<uid>64</uid>
|
||||||
|
<version></version>
|
||||||
|
</networkLocaleInfo>
|
||||||
|
<deviceSecurityMode>1</deviceSecurityMode>
|
||||||
|
<idleTimeout>0</idleTimeout>
|
||||||
|
|
||||||
|
<transportLayerProtocol>1</transportLayerProtocol>
|
||||||
|
<dndCallAlert>5</dndCallAlert>
|
||||||
|
<phonePersonalization>1</phonePersonalization>
|
||||||
|
<rollover>0</rollover>
|
||||||
|
<singleButtonBarge>0</singleButtonBarge>
|
||||||
|
<joinAcrossLines>0</joinAcrossLines>
|
||||||
|
<autoCallPickupEnable>false</autoCallPickupEnable>
|
||||||
|
<blfAudibleAlertSettingOfIdleStation>0</blfAudibleAlertSettingOfIdleStation>
|
||||||
|
<blfAudibleAlertSettingOfBusyStation>0</blfAudibleAlertSettingOfBusyStation>
|
||||||
|
<capfAuthMode>0</capfAuthMode>
|
||||||
|
|
||||||
|
|
||||||
|
<encrConfig>false</encrConfig>
|
||||||
|
<advertiseG722Codec>0</advertiseG722Codec>
|
||||||
|
<mobility>
|
||||||
|
<handoffdn>8888</handoffdn>
|
||||||
|
<dtmfdn>41200</dtmfdn>
|
||||||
|
<ivrdn>86547810</ivrdn>
|
||||||
|
<dtmfHoldCode>*81</dtmfHoldCode>
|
||||||
|
<dtmfExclusiveHoldCode>*82</dtmfExclusiveHoldCode>
|
||||||
|
<dtmfResumeCode>*83</dtmfResumeCode>
|
||||||
|
<dtmfTxfCode>*84</dtmfTxfCode>
|
||||||
|
<dtmfCnfCode>*85</dtmfCnfCode>
|
||||||
|
</mobility>
|
||||||
|
<TLSResumptionTimer>0</TLSResumptionTimer>
|
||||||
|
<phoneServices useHTTPS="true">
|
||||||
|
<provisioning>0</provisioning>
|
||||||
|
<phoneService type="1" category="0">
|
||||||
|
<name>Missed Calls</name>
|
||||||
|
<url>Application:Cisco/MissedCalls</url>
|
||||||
|
<vendor></vendor>
|
||||||
|
<version></version>
|
||||||
|
</phoneService>
|
||||||
|
<phoneService type="1" category="0">
|
||||||
|
<name>Received Calls</name>
|
||||||
|
<url>Application:Cisco/ReceivedCalls</url>
|
||||||
|
<vendor></vendor>
|
||||||
|
<version></version>
|
||||||
|
</phoneService>
|
||||||
|
<phoneService type="1" category="0">
|
||||||
|
<name>Placed Calls</name>
|
||||||
|
<url>Application:Cisco/PlacedCalls</url>
|
||||||
|
<vendor></vendor>
|
||||||
|
<version></version>
|
||||||
|
</phoneService>
|
||||||
|
<phoneService type="1" category="0">
|
||||||
|
<name>Personal Directory</name>
|
||||||
|
<url>Application:Cisco/PersonalDirectory</url>
|
||||||
|
<vendor></vendor>
|
||||||
|
<version></version>
|
||||||
|
</phoneService>
|
||||||
|
</phoneServices>
|
||||||
|
</device>
|
||||||
Loading…
Reference in New Issue