mirror of
https://github.com/dannymcc/Cisco-7906G-SIP.git
synced 2024-11-21 19:37:59 +01:00
Create example SEP configuration file
This commit is contained in:
parent
6714e7caaa
commit
f1aea4a3ee
1 changed files with 174 additions and 0 deletions
174
SEP000000000000.cnf.xml
Normal file
174
SEP000000000000.cnf.xml
Normal file
|
@ -0,0 +1,174 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<device>
|
||||
<deviceProtocol>SIP</deviceProtocol>
|
||||
<sshUserId>abc</sshUserId>
|
||||
<sshPassword>123</sshPassword>
|
||||
<transportLayerProtocol>1</transportLayerProtocol>
|
||||
<transferonhookenabled>true</transferonhookenabled>
|
||||
<stopmediaport>16399</stopmediaport>
|
||||
<voipcontrolport>5061</voipcontrolport>
|
||||
<rfc2543hold>true</rfc2543hold>
|
||||
<calleridblocking>0</calleridblocking>
|
||||
<remotepartyid>false</remotepartyid>
|
||||
<devicePool>
|
||||
<dateTimeSetting>
|
||||
<dateTemplate>D/M/YA</dateTemplate>
|
||||
<timeZone>GMT Standard/Daylight Time</timeZone>
|
||||
<ntps>
|
||||
<ntp>
|
||||
<name>time.aa.net.uk</name>
|
||||
<ntpMode>Unicast</ntpMode>
|
||||
</ntp>
|
||||
</ntps>
|
||||
</dateTimeSetting>
|
||||
<callManagerGroup>
|
||||
<members>
|
||||
<member>
|
||||
<callManager>
|
||||
<processNodeName>sip.provider.com</processNodeName>
|
||||
<ports>
|
||||
<sipPort>5060</sipPort>
|
||||
</ports>
|
||||
</callManager>
|
||||
</member>
|
||||
</members>
|
||||
</callManagerGroup>
|
||||
</devicePool>
|
||||
<sipProfile>
|
||||
<dialTemplate>dialplan.xml</dialTemplate>
|
||||
<autoAnswerTimer>1</autoAnswerTimer>
|
||||
<autoAnswerAltBehavior>false</autoAnswerAltBehavior>
|
||||
<autoAnswerOverride>true</autoAnswerOverride>
|
||||
<transferOnhookEnabled>false</transferOnhookEnabled>
|
||||
<enableVad>false</enableVad>
|
||||
<dtmfAvtPayload>101</dtmfAvtPayload>
|
||||
<dtmfDbLevel>3</dtmfDbLevel>
|
||||
<dtmfOutofBand>avt</dtmfOutofBand>
|
||||
<alwaysUsePrimeLine>false</alwaysUsePrimeLine>
|
||||
<alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail>
|
||||
<kpml>3</kpml>
|
||||
<natEnabled>true</natEnabled>
|
||||
<natAddress>123.123.123.123</natAddress>
|
||||
<phoneLabel>222</phoneLabel>
|
||||
<stutterMsgWaiting>1</stutterMsgWaiting>
|
||||
<callStats>false</callStats>
|
||||
<offhookToFirstDigitTimer>15000</offhookToFirstDigitTimer>
|
||||
<silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
|
||||
<disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>
|
||||
<startMediaPort>16384</startMediaPort>
|
||||
<stopMediaPort>32766</stopMediaPort>
|
||||
<voipControlPort>5060</voipControlPort>
|
||||
<dscpForAudio>184</dscpForAudio>
|
||||
<ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>
|
||||
<softKeyFile></softKeyFile>
|
||||
<sipProxies>
|
||||
<backupProxy>
|
||||
|
||||
</backupProxy>
|
||||
<backupProxyPort>5060</backupProxyPort>
|
||||
<emergencyProxy>sip.provider.com</emergencyProxy>
|
||||
<emergencyProxyPort>5060</emergencyProxyPort>
|
||||
<outboundProxy></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>60</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>
|
||||
|
||||
<sipLines>
|
||||
<line button="1">
|
||||
<featureID>9</featureID>
|
||||
<featureLabel>222</featureLabel>
|
||||
<proxy>USECALLMANAGER</proxy>
|
||||
<port>5060</port>
|
||||
<name>pbx-username</name>
|
||||
<displayName>pbx-username</displayName>
|
||||
<callWaiting>3</callWaiting>
|
||||
<authName>pbx-username</authName>
|
||||
<authPassword>Pa$$w0rd</authPassword>
|
||||
<sharedLine>false</sharedLine>
|
||||
<messageWaitingLampPolicy>3</messageWaitingLampPolicy>
|
||||
<messagesNumber>*55</messagesNumber>
|
||||
<ringSettingIdle>4</ringSettingIdle>
|
||||
<ringSettingActive>5</ringSettingActive>
|
||||
<contact>pbx-username</contact>
|
||||
<speedDialNumber></speedDialNumber>
|
||||
<serviceURI></serviceURI>
|
||||
<featureOptionMask></featureOptionMask>
|
||||
<autoAnswer>
|
||||
<autoAnswerEnabled>2</autoAnswerEnabled>
|
||||
</autoAnswer>
|
||||
<forwardCallInfoDisplay>
|
||||
</forwardCallInfoDisplay>
|
||||
</line>
|
||||
</sipLines>
|
||||
</sipProfile>
|
||||
<commonProfile>
|
||||
<phonePassword></phonePassword>
|
||||
<backgroundImageAccess>true</backgroundImageAccess>
|
||||
<callLogBlfEnabled>2</callLogBlfEnabled>
|
||||
</commonProfile>
|
||||
<vendorConfig>
|
||||
<disableSpeaker>false</disableSpeaker>
|
||||
<disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
|
||||
<pcPort>0</pcPort>
|
||||
<settingsAccess>1</settingsAccess>
|
||||
<garp>0</garp>
|
||||
<voiceVlanAccess>0</voiceVlanAccess>
|
||||
<videoCapability>1</videoCapability>
|
||||
<autoSelectLineEnable>0</autoSelectLineEnable>
|
||||
<webAccess>0</webAccess>
|
||||
<daysDisplayNotActive></daysDisplayNotActive>
|
||||
<displayOnTime>00:00</displayOnTime>
|
||||
<displayOnDuration>23:59</displayOnDuration>
|
||||
<displayIdleTimeout>00:10</displayIdleTimeout>
|
||||
<spanToPCPort>1</spanToPCPort>
|
||||
</vendorConfig>
|
||||
<userLocale>
|
||||
<name>English_United_Kingdom</name>
|
||||
<uid></uid>
|
||||
<langCode>en_US</langCode>
|
||||
<version>1.0.0.0-1</version>
|
||||
<winCharSet>iso-8859-1</winCharSet>
|
||||
</userLocale>
|
||||
<networkLocaleInfo>
|
||||
<name></name>
|
||||
<uid></uid>
|
||||
<version>1.0.0.0-1</version>
|
||||
</networkLocaleInfo>
|
||||
<capfList>
|
||||
<capf>
|
||||
<phonePort>3804</phonePort>
|
||||
</capf>
|
||||
</capfList>
|
||||
</device>
|
Loading…
Reference in a new issue