Advertisement
Guest User

Cisco CP-8851 example config for asterisk

a guest
Jun 13th, 2023
2,657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.85 KB | None | 0 0
  1. <device>
  2.     <fullConfig>true</fullConfig>
  3.     <deviceProtocol>SIP</deviceProtocol>
  4.     <devicePool>
  5.         <dateTimeSetting>
  6.             <dateTemplate>M/D/YA</dateTemplate>
  7.             <timeZone>Pacific Standard/Daylight Time</timeZone>
  8.             <ntps>
  9.                 <ntp priority="0">
  10.                     <name>0.0.0.0</name>
  11.                     <ntpMode>unicast</ntpMode>
  12.                 </ntp>
  13.             </ntps>
  14.         </dateTimeSetting>
  15.         <callManagerGroup>
  16.             <members>
  17.                 <member priority="0">
  18.                     <callManager>
  19.                         <ports>
  20.                             <sipPort>5060</sipPort>
  21.                         </ports>
  22.                         <processNodeName>[SERVER_IP_ADDRESS]</processNodeName>
  23.                     </callManager>
  24.                 </member>
  25.             </members>
  26.         </callManagerGroup>
  27.     </devicePool>
  28.     <sipProfile>
  29.         <sipProxies>
  30.             <registerWithProxy>true</registerWithProxy>
  31.         </sipProxies>
  32.         <sipCallFeatures>
  33.             <cnfJoinEnabled>true</cnfJoinEnabled>
  34.             <localCfwdEnable>true</localCfwdEnable>
  35.             <callForwardURI>service-uri-cfwdall</callForwardURI>
  36.             <callPickupURI>*8</callPickupURI>
  37.             <callPickupGroupURI>service-uri-gpickup</callPickupGroupURI>
  38.             <meetMeServiceURI>service-uri-meetme</meetMeServiceURI>
  39.             <callHoldRingback>2</callHoldRingback>
  40.             <semiAttendedTransfer>true</semiAttendedTransfer>
  41.             <anonymousCallBlock>2</anonymousCallBlock>
  42.             <callerIdBlocking>2</callerIdBlocking>
  43.             <dndControl>1</dndControl>
  44.             <dndCallAlert>1</dndCallAlert>
  45.             <remoteCcEnable>true</remoteCcEnable>
  46.         </sipCallFeatures>
  47.         <sipStack>
  48.             <timerRegisterExpires>3600</timerRegisterExpires>
  49.             <timerRegisterDelta>5</timerRegisterDelta>
  50.             <timerInviteExpires>180</timerInviteExpires>
  51.             <timerKeepAliveExpires>3600</timerKeepAliveExpires>
  52.             <timerSubscribeExpires>3600</timerSubscribeExpires>
  53.             <timerSubscribeDelta>5</timerSubscribeDelta>
  54.             <timerT1>500</timerT1>
  55.             <timerT2>4000</timerT2>
  56.             <remotePartyID>true</remotePartyID>
  57.         </sipStack>
  58.         <sipLines>
  59.             <line button="1" lineIndex="1">
  60.                 <featureID>9</featureID>
  61.                 <featureLabel>Homer Simpson - 200</featureLabel>
  62.                 <contact>200</contact>
  63.                 <speedDialNumber></speedDialNumber>
  64.                 <proxy>USECALLMANAGER</proxy>
  65.                 <port>5060</port>
  66.                 <voipControlPort>5060</voipControlPort>
  67.                 <name>[USERNAME]</name>
  68.                 <displayName>Homer Simpson</displayName>
  69.                 <autoAnswer>
  70.                     <autoAnswerEnabled>2</autoAnswerEnabled>
  71.                 </autoAnswer>
  72.                 <callWaiting>1</callWaiting>
  73.                 <authName>[USERNAME]</authName>
  74.                 <authPassword>[PASSWORD]</authPassword>
  75.                 <sharedLine>false</sharedLine>
  76.                 <messagesNumber>*98</messagesNumber>
  77.                 <messageWaitingLampPolicy>3</messageWaitingLampPolicy>
  78.                 <ringSettingActive>5</ringSettingActive>
  79.                 <forwardCallInfoDisplay>
  80.                     <callerName>true</callerName>
  81.                     <callerNumber>true</callerNumber>
  82.                     <redirectedNumber>true</redirectedNumber>
  83.                     <dialedNumber>true</dialedNumber>
  84.                 </forwardCallInfoDisplay>
  85.                 <maxNumCalls>5</maxNumCalls>
  86.                 <busyTrigger>2</busyTrigger>
  87.             </line>
  88.             <line button="2">
  89.                 <featureID>2</featureID>
  90.                 <featureLabel>PERSON_1</featureLabel>
  91.                 <speedDialNumber>15555555555</speedDialNumber>
  92.             </line>
  93.         </sipLines>
  94.         <enableVad>true</enableVad>
  95.         <preferredCodec>g711ulaw</preferredCodec>
  96.         <dialTemplate>dialplan.xml</dialTemplate>
  97.         <softKeyControl>1</softKeyControl>
  98.         <softKeyFile>softkey1.xml</softKeyFile>
  99.         <kpml>0</kpml>
  100.         <phoneLabel>555-555-5555</phoneLabel>
  101.         <stutterMsgWaiting>2</stutterMsgWaiting>
  102.         <disableLocalSpeedDialConfig>true</disableLocalSpeedDialConfig>
  103.         <dscpForAudio>184</dscpForAudio>
  104.         <dscpVideo>136</dscpVideo>
  105.         <startMediaPort>10000</startMediaPort>
  106.         <stopMediaPort>20000</stopMediaPort>
  107.     </sipProfile>
  108.     <commonProfile>
  109.         <phonePassword>cisco</phonePassword>
  110.         <callLogBlfEnabled>3</callLogBlfEnabled>
  111.     </commonProfile>
  112.     <featurePolicyFile>featurePolicy1.xml</featurePolicyFile>
  113.     <loadInformation>sip88xx.10-3-1-20</loadInformation>
  114.     <vendorConfig>
  115.         <cucmGSMHandoffPreference>1</cucmGSMHandoffPreference>
  116.         <sshAccess>0</sshAccess>
  117.         <webAccess>0</webAccess>
  118.         <webProtocol>0</webProtocol>
  119.     </vendorConfig>
  120.     <commonConfig>
  121.         <videoCapability>0</videoCapability>
  122.         <ciscoCamera>0</ciscoCamera>
  123.     </commonConfig>
  124.     <addOnModules>
  125.         <addOnModule idx="1">
  126.             <deviceType>CKEM</deviceType>
  127.             <deviceLine>36</deviceLine>
  128.             <loadInformation></loadInformation>
  129.         </addOnModule>
  130.     </addOnModules>
  131.     <sshUserId>s2</sshUserId>
  132.     <sshPassword>cisco</sshPassword>
  133.     <userId></userId>
  134.     <phoneServices>
  135.         <provisioning>2</provisioning>
  136.         <phoneService  type="1" category="0">
  137.             <name>Missed Calls</name>
  138.             <phoneLabel></phoneLabel>
  139.             <url>Application:Cisco/MissedCalls</url>
  140.             <vendor></vendor>
  141.             <version></version>
  142.         </phoneService>
  143.         <phoneService  type="1" category="0">
  144.             <name>Received Calls</name>
  145.             <phoneLabel></phoneLabel>
  146.             <url>Application:Cisco/ReceivedCalls</url>
  147.             <vendor></vendor>
  148.             <version></version>
  149.         </phoneService>
  150.         <phoneService  type="1" category="0">
  151.             <name>Placed Calls</name>
  152.             <phoneLabel></phoneLabel>
  153.             <url>Application:Cisco/PlacedCalls</url>
  154.             <vendor></vendor>
  155.             <version></version>
  156.         </phoneService>
  157.         <phoneService  type="2" category="0">
  158.             <name>Voicemail</name>
  159.             <phoneLabel></phoneLabel>
  160.             <url>Application:Cisco/Voicemail</url>
  161.             <vendor></vendor>
  162.             <version></version>
  163.         </phoneService>
  164.     </phoneServices>
  165.     <versionStamp>0003330027034305</versionStamp>
  166.     <userLocale>
  167.         <name>SIP_English_United_States</name>
  168.         <langCode>en_US</langCode>
  169.     </userLocale>
  170.     <networkLocale>SIP_United_States</networkLocale>
  171.     <networkLocaleInfo>
  172.         <name>United_States</name>
  173.     </networkLocaleInfo>
  174.     <authenticationURL></authenticationURL>
  175.     <directoryURL>http://[SERVER_IP_ADDRESS]:80/localdirectory</directoryURL>
  176.     <servicesURL>http://[SERVER_IP_ADDRESS]:80/CMEserverForPhone/serviceurl</servicesURL>
  177.     <dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
  178.     <dscpForCm2Dvce>96</dscpForCm2Dvce>
  179.     <transportLayerProtocol>2</transportLayerProtocol>
  180.     <telnetAccess>1</telnetAccess>
  181. </device>
  182.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement