dimanche 13 décembre 2015

Cisco Cius SEP Config

Wurde kürzlich nach der Konfig für ein Cisco Cius gefragt.
Für den Fall, dass es noch mal irgendwer braucht, hier die Konfig.
Damit kann man ein Cius auch an eine FB anmelden, leider trennt sich die Verbindung alle 5min, liegt vermutlich an SIP TCP vs UDP :/
An einen Asterisk klappt es aber einwandfrei.

Code:

<?xml version="1.0" encoding="UTF-8"?>
<device  xsi:type="axl:XIPPhone" ctiid="5" uuid="{3e75083c-4172-7e2b-1688-5a6388be2bdb}">
<deviceProtocol>SIP</deviceProtocol>
<sshUserId></sshUserId>
<sshPassword></sshPassword>
<ipAddressMode>0</ipAddressMode>
<allowAutoConfig>true</allowAutoConfig>
<ipPreferenceModeControl>0</ipPreferenceModeControl>
<featurePolicyFile>DefaultFP.xml</featurePolicyFile>
<devicePool  uuid="{1b1b9eb6-7803-11d3-bdf0-00108302ead1}">
<revertPriority>0</revertPriority>
<name>Default</name>
<dateTimeSetting  uuid="{9ec4850a-7748-11d3-bdf0-00108302ead1}">
<name>CMLocal</name>
<dateTemplate>D.M.Y</dateTemplate>
<timeZone></timeZone>
<olsonTimeZone>Europe/Berlin</olsonTimeZone>
<ntps>
<ntp>
<name>192.168.0.1</name>
<ntpMode>Unicast</ntpMode>
</ntp>
</ntps>
</dateTimeSetting>
<callManagerGroup>
<name>Default</name>
<members>
<member  priority="0">
<callManager>
<name>CUCM</name>
<description>CUCM</description>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
<sipPort>5060</sipPort>
<securedSipPort>5061</securedSipPort>
<mgcpPorts>
<listen>2427</listen>
<keepAlive>2428</keepAlive>
</mgcpPorts>
</ports>
<processNodeName>192.168.0.1</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>
<sipStack>
<sipInviteRetx>60</sipInviteRetx>
<sipRetx>100</sipRetx>
<timerInviteExpires>1800</timerInviteExpires>
<timerRegisterExpires>3600</timerRegisterExpires>
<timerRegisterDelta>10</timerRegisterDelta>
<timerKeepAliveExpires>240</timerKeepAliveExpires>
<timerSubscribeExpires>240</timerSubscribeExpires>
<timerSubscribeDelta>10</timerSubscribeDelta>
<timerT1>5000</timerT1>
<timerT2>40000</timerT2>
<maxRedirects>700</maxRedirects>
<remotePartyID>true</remotePartyID>
<userInfo>None</userInfo>
</sipStack>
<transferOnhookEnabled>false</transferOnhookEnabled>
<enableVad>false</enableVad>
<preferredCodec>none</preferredCodec>
<dtmfAvtPayload>101</dtmfAvtPayload>
<dtmfDbLevel>3</dtmfDbLevel>
<dtmfOutofBand>avt</dtmfOutofBand>
<kpml>3</kpml>
<phoneLabel></phoneLabel>
<stutterMsgWaiting>2</stutterMsgWaiting>
<callStats>true</callStats>
<offhookToFirstDigitTimer>15000</offhookToFirstDigitTimer>
<T302Timer>15000</T302Timer>
<silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
<disableLocalSpeedDialConfig>true</disableLocalSpeedDialConfig>
<poundEndOfDial>false</poundEndOfDial>
<startMediaPort>16384</startMediaPort>
<stopMediaPort>32766</stopMediaPort>
<sipLines>
<line  button="1" lineIndex="1">
<featureID>9</featureID>
<featureLabel>Cisco Cius</featureLabel>
<proxy>USECALLMANAGER</proxy>
<port>5060</port>
<authName>623</authName>
<name>623</name>
<authPassword>623</authPassword>
<callWaiting>3</callWaiting>
<sharedLine>false</sharedLine>
<ringSettingIdle>4</ringSettingIdle>
<ringSettingActive>5</ringSettingActive>
<contact>29a5a34b-30d1-cc1c-a7d6-a363b1453880</contact>
</line>
</sipLines>
<voipControlPort>5060</voipControlPort>
<dscpForAudio>184</dscpForAudio>
<dscpVideo>136</dscpVideo>
<dscpForTelepresence>128</dscpForTelepresence>
<ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>
<dialTemplate>dialplan.xml</dialTemplate>
<alwaysUsePrimeLine>false</alwaysUsePrimeLine>
</sipProfile>
<MissedCallLoggingOption>10</MissedCallLoggingOption>
<commonProfile>
<phonePassword></phonePassword>
<backgroundImageAccess>true</backgroundImageAccess>
</commonProfile>
<loadInformation></loadInformation>
<inactiveLoadInformation></inactiveLoadInformation>
<vendorConfig>
<sdio>1</sdio>
<garp>1</garp>
<requireScreenLock>0</requireScreenLock>
<lockDevice>0</lockDevice>
<wipeDevice>0</wipeDevice>
<webAccess>0</webAccess>
<sshAccess>0</sshAccess>
<androidDebugBridge>2</androidDebugBridge>
<appInstallFromUnknownSrc>2</appInstallFromUnknownSrc>
<appInstallFromCiscoMarket>true</appInstallFromCiscoMarket>
</vendorConfig>
<commonConfig>
</commonConfig>
<enterpriseConfig>
<usbClasses>0,1,2</usbClasses><sdio>1</sdio><bluetoothProfile>0,1</bluetoothProfile><ciscoCamera>1</ciscoCamera><webProtocol>0</webProtocol><webAccess>0</webAccess><androidDebugBridge>2</androidDebugBridge><appInstallFromUnknownSrc>2</appInstallFromUnknownSrc><appInstallFromAndroidMarket>true</appInstallFromAndroidMarket><appInstallFromCiscoMarket>true</appInstallFromCiscoMarket></enterpriseConfig>
<versionStamp>1386172917-5c6de505-d28c-497a-8765-2e68b2547760</versionStamp>
<userLocale>
<name>Germany</name>
<uid>1</uid>
<langCode>de_DE</langCode>
<version>8.5.0.0(1)</version>
<winCharSet>iso-8859-1</winCharSet>
</userLocale>
<networkLocale>Germany</networkLocale>
<networkLocaleInfo>
<name>Germany</name>
<uid>64</uid>
<version>8.8.2.5</version>
</networkLocaleInfo>
<deviceSecurityMode>1</deviceSecurityMode>
<idleTimeout>0</idleTimeout>
<authenticationURL>http://ift.tt/1INU32G;
<servicesURL>http://ift.tt/1MbsuLm;
<secureAuthenticationURL>http://ift.tt/1INU32I;
<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>0</joinAcrossLines>
<autoCallPickupEnable>false</autoCallPickupEnable>
<phoneServices  useHTTPS="true">
<provisioning>2</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>
</phoneServices>
</device>



Cisco Cius SEP Config

Aucun commentaire:

Enregistrer un commentaire