Cisco Cius SEP Config

bt43a

Mitglied
Mitglied seit
5 Feb 2011
Beiträge
210
Punkte für Reaktionen
2
Punkte
18
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://192.168.0.2/ciscoauth.php</authenticationURL>
<servicesURL>http://192.168.0.2/ciscoauth.php</servicesURL>
<secureAuthenticationURL>http://192.168.0.2/ciscoauth.php</secureAuthenticationURL>
<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>
 
Zuletzt bearbeitet:
Hallo. Haben Sie Cius mit Sip Server connect machen?
Ich habe LSC: operation failed error (mit diese SEP) und keinen SIP reg Veruch.
 
hey,
sorry last time i used my cius is a year ago or so
but the upper cfg worked perfectly with an asterisk server, even video calls where possible
normally you just need to change things like ip, user name and password
first of all, please check that your cius correctly pulls the cfg from the tftp

hope that helps
 
hey,
sorry last time i used my cius is a year ago or so
but the upper cfg worked perfectly with an asterisk server, even video calls where possible
normally you just need to change things like ip, user name and password
first of all, please check that your cius correctly pulls the cfg from the tftp

hope that helps
Thank you.
I dont know why but my cius not apply CCM settings.
Cius load file perfect, I do upgrade over TFTP.
Cius apply param from SEP ntp/timezone/screan lock/ and other but not appley CCM param.

Ethernet Information
DHCP Server192.168.170.1
MAC AddressCCEF484495BB
Host NameSEPCCEF484495BB
Domain Name
IP Address192.168.170.107
Subnet Mask255.255.255.0
Default Router192.168.170.1
DNS Server 18.8.8.8
DNS Server 28.8.4.4
DNS Server 3
Operational VLAN Id
Admin. VLAN Id
PC VLAN
SW Port SpeedAuto Negotiate
PC Port SpeedAuto Negotiate
Mobile Information
IP Address
Subnet Mask
Default Router
DNS Server 1
DNS Server 2
CUCM Configuration
CUCM Server 1
CUCM Server 2
CUCM Server 3
CUCM Server 4
CUCM Server 5
Information URL
Directories URL
Messages URL
Services URL
Forwarding DelayYes
Idle URL
Idle URL Time0
Proxy Server URL
Authentication URL
TFTP Server 1192.168.170.86
TFTP Server 2
Alternate TFTPNo
User Locale
Network Locale
User Locale Version
Network Locale Version
PC Port Disabledfalse
Garp EnabledYes
Video Capability EnabledNo
Voice Vlan Access EnabledYes
Auto Select LineNo
Dscp For Call ControlCS3
Dscp For SetupDefault
Dscp For ServicesDefault
Security ModeNon Secure
Web AccessNo
Span PC PortNo
CDP on PC PortYes
CDP on SW PortYes
LLDP MED SW PortYes
LLDP PC PortYes
LLDP Power PriorityUnknown
LLDP Asset ID
Switch Port Remote ConfigurationDisabled
PC Port Remote ConfigurationDisabled
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.