Update templates
This commit is contained in:
parent
f297206ac8
commit
1064758f33
|
|
@ -42,6 +42,11 @@
|
||||||
<timerKeepAliveExpires>120</timerKeepAliveExpires>
|
<timerKeepAliveExpires>120</timerKeepAliveExpires>
|
||||||
<timerSubscribeExpires>120</timerSubscribeExpires>
|
<timerSubscribeExpires>120</timerSubscribeExpires>
|
||||||
<timerSubscribeDelta>5</timerSubscribeDelta>
|
<timerSubscribeDelta>5</timerSubscribeDelta>
|
||||||
|
<timerT1>500</timerT1>
|
||||||
|
<timerT2>4000</timerT2>
|
||||||
|
<maxRedirects>70</maxRedirects>
|
||||||
|
<remotePartyID>false</remotePartyID>
|
||||||
|
<userInfo>None</userInfo>
|
||||||
</sipStack>
|
</sipStack>
|
||||||
<sipLines>
|
<sipLines>
|
||||||
<line button="1">
|
<line button="1">
|
||||||
|
|
@ -50,7 +55,12 @@
|
||||||
<authName>${USERNAME}</authName>
|
<authName>${USERNAME}</authName>
|
||||||
<authPassword>${SECRET}</authPassword>
|
<authPassword>${SECRET}</authPassword>
|
||||||
<contact>${USERNAME}</contact>
|
<contact>${USERNAME}</contact>
|
||||||
|
<autoAnswer>
|
||||||
|
<autoAnswerEnabled>0</autoAnswerEnabled>
|
||||||
|
</autoAnswer>
|
||||||
</line>
|
</line>
|
||||||
</sipLines>
|
</sipLines>
|
||||||
|
<startMediaPort>10000</startMediaPort>
|
||||||
|
<stopMediaPort>20000</stopMediaPort>
|
||||||
</sipProfile>
|
</sipProfile>
|
||||||
</device>
|
</device>
|
||||||
|
|
@ -44,6 +44,11 @@
|
||||||
<timerKeepAliveExpires>120</timerKeepAliveExpires>
|
<timerKeepAliveExpires>120</timerKeepAliveExpires>
|
||||||
<timerSubscribeExpires>120</timerSubscribeExpires>
|
<timerSubscribeExpires>120</timerSubscribeExpires>
|
||||||
<timerSubscribeDelta>5</timerSubscribeDelta>
|
<timerSubscribeDelta>5</timerSubscribeDelta>
|
||||||
|
<timerT1>500</timerT1>
|
||||||
|
<timerT2>4000</timerT2>
|
||||||
|
<maxRedirects>70</maxRedirects>
|
||||||
|
<remotePartyID>false</remotePartyID>
|
||||||
|
<userInfo>None</userInfo>
|
||||||
</sipStack>
|
</sipStack>
|
||||||
<sipLines>
|
<sipLines>
|
||||||
<line button="1">
|
<line button="1">
|
||||||
|
|
@ -52,6 +57,9 @@
|
||||||
<authName>${USERNAME}</authName>
|
<authName>${USERNAME}</authName>
|
||||||
<authPassword>${SECRET}</authPassword>
|
<authPassword>${SECRET}</authPassword>
|
||||||
<contact>${USERNAME}</contact>
|
<contact>${USERNAME}</contact>
|
||||||
|
<autoAnswer>
|
||||||
|
<autoAnswerEnabled>0</autoAnswerEnabled>
|
||||||
|
</autoAnswer>
|
||||||
</line>
|
</line>
|
||||||
</sipLines>
|
</sipLines>
|
||||||
</sipProfile>
|
</sipProfile>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
mime_type => text/xml, text/plain
|
||||||
|
SEP${TOLOWER(${MAC})}.cnf.xml => cisco-78xx-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
|
||||||
|
|
@ -1,14 +1,13 @@
|
||||||
<device>
|
<device>
|
||||||
<deviceProtocol>SIP</deviceProtocol>
|
<deviceProtocol>SIP</deviceProtocol>
|
||||||
<sshUserId>[== DEVICE SSH ID ==]</sshUserId>
|
|
||||||
<sshPassword>[== DEVICE SSH PASSWORD ==]</sshPassword>
|
|
||||||
<devicePool>
|
<devicePool>
|
||||||
<dateTimeSetting>
|
<dateTimeSetting>
|
||||||
<dateTemplate>M/D/YA</dateTemplate>
|
<dateTemplate>D.M.Y</dateTemplate>
|
||||||
<timeZone>Eastern Standard/Daylight Time</timeZone>
|
<timeTemplate>HH:MM</timeTemplate>
|
||||||
|
<olsonTimeZone>Etc/GMT+05</olsonTimeZone>
|
||||||
<ntps>
|
<ntps>
|
||||||
<ntp>
|
<ntp>
|
||||||
<name>pool.ntp.org</name>
|
<name>${SERVER}</name>
|
||||||
<ntpMode>Unicast</ntpMode>
|
<ntpMode>Unicast</ntpMode>
|
||||||
</ntp>
|
</ntp>
|
||||||
</ntps>
|
</ntps>
|
||||||
|
|
@ -18,48 +17,21 @@
|
||||||
<member priority="0">
|
<member priority="0">
|
||||||
<callManager>
|
<callManager>
|
||||||
<ports>
|
<ports>
|
||||||
<ethernetPhonePort>2000</ethernetPhonePort>
|
<sipPort>${SERVER_PORT}</sipPort>
|
||||||
<sipPort>5060</sipPort>
|
|
||||||
<securedSipPort>5061</securedSipPort>
|
<securedSipPort>5061</securedSipPort>
|
||||||
</ports>
|
</ports>
|
||||||
<processNodeName>[== SIP SERVER IP ==]</processNodeName>
|
<processNodeName>${SERVER}</processNodeName>
|
||||||
</callManager>
|
</callManager>
|
||||||
</member>
|
</member>
|
||||||
</members>
|
</members>
|
||||||
</callManagerGroup>
|
</callManagerGroup>
|
||||||
</devicePool>
|
</devicePool>
|
||||||
<sipProfile>
|
<sipProfile>
|
||||||
<sipProxies>
|
|
||||||
<backupProxy></backupProxy>
|
|
||||||
<backupProxyPort>5060</backupProxyPort>
|
|
||||||
<emergencyProxy></emergencyProxy>
|
|
||||||
<emergencyProxyPort></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>
|
<sipStack>
|
||||||
<sipInviteRetx>6</sipInviteRetx>
|
<sipInviteRetx>6</sipInviteRetx>
|
||||||
<sipRetx>10</sipRetx>
|
<sipRetx>10</sipRetx>
|
||||||
<timerInviteExpires>180</timerInviteExpires>
|
<timerInviteExpires>180</timerInviteExpires>
|
||||||
<timerRegisterExpires>3600</timerRegisterExpires>
|
<timerRegisterExpires>600</timerRegisterExpires>
|
||||||
<timerRegisterDelta>5</timerRegisterDelta>
|
<timerRegisterDelta>5</timerRegisterDelta>
|
||||||
<timerKeepAliveExpires>120</timerKeepAliveExpires>
|
<timerKeepAliveExpires>120</timerKeepAliveExpires>
|
||||||
<timerSubscribeExpires>120</timerSubscribeExpires>
|
<timerSubscribeExpires>120</timerSubscribeExpires>
|
||||||
|
|
@ -70,140 +42,29 @@
|
||||||
<remotePartyID>false</remotePartyID>
|
<remotePartyID>false</remotePartyID>
|
||||||
<userInfo>None</userInfo>
|
<userInfo>None</userInfo>
|
||||||
</sipStack>
|
</sipStack>
|
||||||
<autoAnswerTimer>1</autoAnswerTimer>
|
|
||||||
<autoAnswerAltBehavior>false</autoAnswerAltBehavior>
|
|
||||||
<autoAnswerOverride>true</autoAnswerOverride>
|
|
||||||
<transferOnhookEnabled>false</transferOnhookEnabled>
|
|
||||||
<enableVad>false</enableVad>
|
<enableVad>false</enableVad>
|
||||||
<dtmfAvtPayload>101</dtmfAvtPayload>
|
<dtmfAvtPayload>101</dtmfAvtPayload>
|
||||||
<dtmfDbLevel>3</dtmfDbLevel>
|
<dtmfDbLevel>3</dtmfDbLevel>
|
||||||
<dtmfOutofBand>avt</dtmfOutofBand>
|
<dtmfOutofBand>avt</dtmfOutofBand>
|
||||||
<alwaysUsePrimeLine>false</alwaysUsePrimeLine>
|
|
||||||
<alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail>
|
|
||||||
<kpml>3</kpml>
|
|
||||||
<phoneLabel>[== PHONE LABEL, 11 CHARACTERS OR LESS ==]</phoneLabel>
|
|
||||||
<stutterMsgWaiting>1</stutterMsgWaiting>
|
|
||||||
<callStats>false</callStats>
|
|
||||||
<silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
|
|
||||||
<disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>
|
|
||||||
<sipLines>
|
<sipLines>
|
||||||
<line button="1">
|
<line button="1">
|
||||||
<featureID>9</featureID>
|
<name>${USERNAME}</name>
|
||||||
<featureLabel>[== KEY LABEL ==]</featureLabel>
|
<displayName>${USERNAME}</displayName>
|
||||||
<proxy>USECALLMANAGER</proxy>
|
<authName>${USERNAME}</authName>
|
||||||
<port>5060</port>
|
<authPassword>${SECRET}</authPassword>
|
||||||
<name>[== SIP EXTENSION ==]</name>
|
<contact>${USERNAME}</contact>
|
||||||
<displayName>[== SIP DISPLAY NAME ==]</displayName>
|
|
||||||
<autoAnswer>
|
|
||||||
<autoAnswerEnabled>2</autoAnswerEnabled>
|
|
||||||
</autoAnswer>
|
|
||||||
<callWaiting>3</callWaiting>
|
|
||||||
<authName>[== SIP EXTENSION / AUTH NAME ==]</authName>
|
|
||||||
<authPassword[== SIP PASSWORD ==]</authPassword>
|
|
||||||
<sharedLine>false</sharedLine>
|
|
||||||
<messageWaitingLampPolicy>1</messageWaitingLampPolicy>
|
|
||||||
<messagesNumber>*97</messagesNumber>
|
|
||||||
<ringSettingIdle>4</ringSettingIdle>
|
|
||||||
<ringSettingActive>5</ringSettingActive>
|
|
||||||
<contact>[== SIP EXTENSION ==]</contact>
|
|
||||||
<forwardCallInfoDisplay>
|
<forwardCallInfoDisplay>
|
||||||
<callerName>true</callerName>
|
<callerName>true</callerName>
|
||||||
<callerNumber>false</callerNumber>
|
<callerNumber>false</callerNumber>
|
||||||
<redirectedNumber>false</redirectedNumber>
|
<redirectedNumber>false</redirectedNumber>
|
||||||
<dialedNumber>true</dialedNumber>
|
<dialedNumber>true</dialedNumber>
|
||||||
</forwardCallInfoDisplay>
|
</forwardCallInfoDisplay>
|
||||||
|
<autoAnswer>
|
||||||
|
<autoAnswerEnabled>0</autoAnswerEnabled>
|
||||||
|
</autoAnswer>
|
||||||
</line>
|
</line>
|
||||||
</sipLines>
|
</sipLines>
|
||||||
<voipControlPort>5060</voipControlPort>
|
<startMediaPort>10000</startMediaPort>
|
||||||
<startMediaPort>16348</startMediaPort>
|
<stopMediaPort>20000</stopMediaPort>
|
||||||
<stopMediaPort>20134</stopMediaPort>
|
|
||||||
<dscpForAudio>184</dscpForAudio>
|
|
||||||
<ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>
|
|
||||||
<dialTemplate>dialplan.xml</dialTemplate>
|
|
||||||
<softKeyFile></softKeyFile>
|
|
||||||
</sipProfile>
|
</sipProfile>
|
||||||
<commonProfile>
|
|
||||||
<phonePassword></phonePassword>
|
|
||||||
<backgroundImageAccess>true</backgroundImageAccess>
|
|
||||||
<callLogBlfEnabled>2</callLogBlfEnabled>
|
|
||||||
</commonProfile>
|
|
||||||
<loadInformation>sip78xx.12-1-1-12</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>
|
|
||||||
<daysDisplayNotActive>1,2,3,4,5,6,7</daysDisplayNotActive>
|
|
||||||
<displayOnTime>00:00</displayOnTime>
|
|
||||||
<displayOnDuration>00:00</displayOnDuration>
|
|
||||||
<displayIdleTimeout>00:10</displayIdleTimeout>
|
|
||||||
<spanToPCPort>1</spanToPCPort>
|
|
||||||
<loggingDisplay>1</loggingDisplay>
|
|
||||||
<loadServer></loadServer>
|
|
||||||
</vendorConfig>
|
|
||||||
<userLocale>
|
|
||||||
<name></name>
|
|
||||||
<uid></uid>
|
|
||||||
<langCode>en_US</langCode>
|
|
||||||
<version>1.0.0.0-1</version>
|
|
||||||
<winCharSet>iso-8859-1</winCharSet>
|
|
||||||
</userLocale>
|
|
||||||
<networkLocale></networkLocale>
|
|
||||||
<networkLocaleInfo>
|
|
||||||
<name></name>
|
|
||||||
<uid></uid>
|
|
||||||
<version>1.0.0.0-1</version>
|
|
||||||
</networkLocaleInfo>
|
|
||||||
<deviceSecurityMode>1</deviceSecurityMode>
|
|
||||||
<authenticationURL></authenticationURL>
|
|
||||||
<directoryURL></directoryURL>
|
|
||||||
<servicesURL></servicesURL>
|
|
||||||
<idleURL></idleURL>
|
|
||||||
<informationURL></informationURL>
|
|
||||||
<messagesURL></messagesURL>
|
|
||||||
<proxyServerURL></proxyServerURL>
|
|
||||||
<dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig>
|
|
||||||
<dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
|
|
||||||
<dscpForCm2Dvce>96</dscpForCm2Dvce>
|
|
||||||
<transportLayerProtocol>4</transportLayerProtocol>
|
|
||||||
<capfAuthMode>0</capfAuthMode>
|
|
||||||
<capfList>
|
|
||||||
<capf>
|
|
||||||
<phonePort>3804</phonePort>
|
|
||||||
</capf>
|
|
||||||
</capfList>
|
|
||||||
<phoneServices useHTTPS="false">
|
|
||||||
<provisioning>2</provisioning>
|
|
||||||
<phoneService type="1" category="0">
|
|
||||||
<name>Missed Calls</name>
|
|
||||||
<url>Application:Cisco/MissedCalls</url>
|
|
||||||
<vendor />
|
|
||||||
<version />
|
|
||||||
</phoneService>
|
|
||||||
<phoneService type="1" category="0">
|
|
||||||
<name>Received Calls</name>
|
|
||||||
<url>Application:Cisco/ReceivedCalls</url>
|
|
||||||
<vendor />
|
|
||||||
<version />
|
|
||||||
</phoneService>
|
|
||||||
<phoneService type="1" category="0">
|
|
||||||
<name>Placed Calls</name>
|
|
||||||
<url>Application:Cisco/PlacedCalls</url>
|
|
||||||
<vendor />
|
|
||||||
<version />
|
|
||||||
</phoneService>
|
|
||||||
<phoneService type="2" category="0">
|
|
||||||
<name>Voicemail</name>
|
|
||||||
<url>Application:Cisco/Voicemail</url>
|
|
||||||
<vendor />
|
|
||||||
<version />
|
|
||||||
</phoneService>
|
|
||||||
</phoneServices>
|
|
||||||
<certHash></certHash>
|
|
||||||
<encrConfig>false</encrConfig>
|
|
||||||
</device>
|
</device>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue