Advertisement
Guest User

ciscocfg

a guest
Sep 15th, 2017
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.67 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <device>
  3. <fullConfig>true</fullConfig>
  4. <deviceProtocol>SIP</deviceProtocol>
  5. <sshUserId>admin</sshUserId>
  6. <sshPassword>admin</sshPassword>
  7. <!--
  8. After using the above login, you will be prompted again for a username/password.
  9. Use debug/debug for this second login, and type 'help' for commands.
  10. (also see note about sshAccess below)
  11. -->
  12. <devicePool>
  13. <dateTimeSetting>
  14. <dateTemplate>D/M/Ya</dateTemplate>
  15. <timeZone>GMT Standard/Daylight Time</timeZone>
  16. <ntps>
  17. <ntp>
  18. <name>us.pool.ntp.org</name>
  19. <ntpMode>Unicast</ntpMode>
  20. </ntp>
  21. </ntps>
  22. </dateTimeSetting>
  23. <callManagerGroup>
  24. <members>
  25. <member priority="0">
  26. <callManager>
  27. <ports>
  28. <ethernetPhonePort>2000</ethernetPhonePort>
  29. <sipPort>5060</sipPort>
  30. <securedSipPort>5060</securedSipPort>
  31. </ports>
  32. <processNodeName>192.168.1.38</processNodeName>
  33. <!--
  34. 'processNodeName' is the fqdn address of your
  35. asterisk server.
  36. -->
  37. </callManager>
  38. </member>
  39. </members>
  40. </callManagerGroup>
  41. </devicePool>
  42.  
  43. <sipProfile>
  44. <sipProxies>
  45. <backupProxy></backupProxy>
  46. <backupProxyPort></backupProxyPort>
  47. <emergencyProxy></emergencyProxy>
  48. <emergencyProxyPort></emergencyProxyPort>
  49. <outboundProxy></outboundProxy>
  50. <outboundProxyPort></outboundProxyPort>
  51. <registerWithProxy>true</registerWithProxy>
  52. </sipProxies>
  53. <sipCallFeatures>
  54. <cnfJoinEnabled>true</cnfJoinEnabled>
  55. <callForwardURI>x-cisco-serviceuri-cfwdall</callForwardURI>
  56. <callPickupURI>x-cisco-serviceuri-pickup</callPickupURI>
  57. <callPickupListURI>x-cisco-serviceuri-opickup</callPickupListURI>
  58. <callPickupGroupURI>x-cisco-serviceuri-gpickup</callPickupGroupURI>
  59. <meetMeServiceURI>x-cisco-serviceuri-meetme</meetMeServiceURI>
  60. <abbreviatedDialURI>x-cisco-serviceuri-abbrdial</abbreviatedDialURI>
  61. <rfc2543Hold>false</rfc2543Hold>
  62. <callHoldRingback>2</callHoldRingback>
  63. <localCfwdEnable>true</localCfwdEnable>
  64. <semiAttendedTransfer>true</semiAttendedTransfer>
  65. <anonymousCallBlock>2</anonymousCallBlock>
  66. <callerIdBlocking>2</callerIdBlocking>
  67. <dndControl>0</dndControl>
  68. <remoteCcEnable>true</remoteCcEnable>
  69. </sipCallFeatures>
  70. <sipStack>
  71. <sipInviteRetx>6</sipInviteRetx>
  72. <sipRetx>10</sipRetx>
  73. <timerInviteExpires>180</timerInviteExpires>
  74. <timerRegisterExpires>3600</timerRegisterExpires>
  75. <timerRegisterDelta>5</timerRegisterDelta>
  76. <timerKeepAliveExpires>120</timerKeepAliveExpires>
  77. <timerSubscribeExpires>120</timerSubscribeExpires>
  78. <timerSubscribeDelta>5</timerSubscribeDelta>
  79. <timerT1>500</timerT1>
  80. <timerT2>4000</timerT2>
  81. <maxRedirects>70</maxRedirects>
  82. <remotePartyID>false</remotePartyID>
  83. <userInfo>None</userInfo>
  84. </sipStack>
  85. <autoAnswerTimer>1</autoAnswerTimer>
  86. <autoAnswerAltBehavior>false</autoAnswerAltBehavior>
  87. <autoAnswerOverride>true</autoAnswerOverride>
  88. <transferOnhookEnabled>false</transferOnhookEnabled>
  89. <enableVad>false</enableVad>
  90.  
  91. <preferredCodec>g711ulaw</preferredCodec>
  92. <dtmfAvtPayload>101</dtmfAvtPayload>
  93. <dtmfDbLevel>3</dtmfDbLevel>
  94. <dtmfOutofBand>avt</dtmfOutofBand>
  95. <alwaysUsePrimeLine>false</alwaysUsePrimeLine>
  96. <alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail>
  97. <kpml>3</kpml>
  98.  
  99. <natEnabled>false</natEnabled>
  100. <natAddress>192.168.1.1</natAddress> <!--I have tried many things here-->
  101.  
  102. <phoneLabel>ext:244</phoneLabel> <!--Appears in top right section of phone -->
  103. <stutterMsgWaiting>1</stutterMsgWaiting> <!-- shutter to ear piece when phone taken off hook -->
  104. <callStats>false</callStats>
  105. <silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
  106. <disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>
  107. <startMediaPort>6000</startMediaPort>
  108. <stopMediaPort>40000</stopMediaPort>
  109. <sipLines>
  110. <!-- Add lines here -->
  111. <line button="1">
  112. <featureID>9</featureID>
  113. <featureLabel>J xxxxxx</featureLabel><!-- Displays next to Line Number -->
  114. <name>244</name> <!-- SIP username -->
  115. <displayName>Jxxxx xxxxxx</displayName> <!-- Name to display on outbound caller ID -->
  116. <contact>244</contact> <!-- SIP username again -->
  117. <proxy>192.168.1.38</proxy> <!-- SIP server -->
  118. <port>5060</port>
  119. <autoAnswer>
  120. <autoAnswerEnabled>2</autoAnswerEnabled>
  121.  
  122. </autoAnswer>
  123. <callWaiting>1</callWaiting>
  124. <!-- AUTH -->
  125. <authName>244</authName> <!-- auth SIP username same as <name>-->
  126. <authPassword>6xxxxxx</authPassword>
  127. <sharedLine>false</sharedLine>
  128. <messageWaitingLampPolicy>1</messageWaitingLampPolicy>
  129. <messagesNumber>*97</messagesNumber> <!-- VOICEMAIL number for message button-->
  130. <ringSettingIdle>4</ringSettingIdle>
  131. <ringSettingActive>5</ringSettingActive>
  132.  
  133. <forwardCallInfoDisplay>
  134. <callerName>true</callerName>
  135. <callerNumber>false</callerNumber>
  136. <redirectedNumber>false</redirectedNumber>
  137. <dialedNumber>true</dialedNumber>
  138. </forwardCallInfoDisplay>
  139. </line>
  140. <line button="2">
  141. <featureID>2</featureID>
  142. <featureLabel>S xxxxxxx</featureLabel>
  143. <speedDialNumber>255</speedDialNumber>
  144. </line>
  145. <line button="3">
  146. <featureID>2</featureID>
  147. <featureLabel>G xxxxxxe</featureLabel>
  148. <speedDialNumber>266</speedDialNumber>
  149. </line>
  150. <line button="4">
  151. <featureID>2</featureID>
  152. <featureLabel>M xxxxx</featureLabel>
  153. <speedDialNumber>277</speedDialNumber>
  154. </line>
  155. <line button="5">
  156. <featureID>2</featureID>
  157. <featureLabel>M xxxxxxn</featureLabel>
  158. <speedDialNumber>288</speedDialNumber>
  159. </line>
  160. <line button="6">
  161. <featureID>2</featureID>
  162. <featureLabel>M xxxxx</featureLabel>
  163. <speedDialNumber>299</speedDialNumber>
  164. </line>
  165. </sipLines>
  166. <!-- Dialplan info goes here -->
  167. <voipControlPort>5060</voipControlPort>
  168. <dscpForAudio>184</dscpForAudio>
  169. <ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>
  170. <dialTemplate>dialplan.xml</dialTemplate>
  171. </sipProfile>
  172.  
  173.  
  174. <commonProfile>
  175. <phonePassword></phonePassword>
  176. <backgroundImageAccess>true</backgroundImageAccess>
  177. <callLogBlfEnabled>2</callLogBlfEnabled>
  178. </commonProfile>
  179.  
  180. <!-- loadInformation forces phone to reset and load Firmware specified if not currently running regardless of what XMLDefault.cnf.xml<strong> says</strong> -->
  181. <loadInformation>SIP41.8-5-4S</loadInformation>
  182.  
  183. <vendorConfig>
  184. <disableSpeaker>false</disableSpeaker>
  185. <disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
  186. <pcPort>0</pcPort>
  187. <!--
  188. Enables and disables the Ethernet switch port on the phone so the IP phone can
  189. have access to an Ethernet connection for a PC connection through the phone.
  190. 0 = Enabled (default).
  191. 1 = Disabled.
  192. -->
  193.  
  194. <settingsAccess>1</settingsAccess>
  195. <!--
  196. Enables and disables the Settings button on an IP phone.
  197. 0 = Disabled.
  198. 1 = Enabled (default). The phone user can modify features by using the
  199. Settings menu.
  200. 2 = Restricted. The phone user is allowed to access User Preferences and
  201. volume settings only.
  202. -->
  203.  
  204. <garp>0</garp>
  205. <!--
  206. Enables and disables IP phone response to gratuitous Address Resolution
  207. Protocol (ARP) messages from the IP phone's Ethernet interface.
  208. 0 = Disabled.
  209. 1 = Enabled (default).
  210. -->
  211.  
  212. <voiceVlanAccess>0</voiceVlanAccess>
  213. <!--
  214. Enables and disables spanning, which is the IP phone's access to the voice
  215. VLAN of the PC to which the IP phone's Ethernet port is connected.
  216. 0 = Enabled (default).
  217. 1 = Disabled.
  218. -->
  219.  
  220. <videoCapability>0</videoCapability>
  221. <!--
  222. 7975G doesn't have any "real" video capability, it requires (I believe)
  223. integration with a special pc-only program. Enabled here just as a
  224. curiosity for now.
  225. -->
  226.  
  227. <autoSelectLineEnable>0</autoSelectLineEnable>
  228. <!--
  229. Enables and disables auto line selection.
  230. 0 = Disabled.
  231. 1 = Enabled (default).
  232. -->
  233.  
  234. <!--
  235. <sshAccess>0</sshAccess>
  236. <sshPort>22</sshPort>
  237.  
  238.  
  239. Added as per voip-info instructions for asterisk ssh to work after ver9.2(1)
  240. -->
  241.  
  242. <webAccess>0</webAccess>
  243. <!--
  244. Enables and disables web access that allows phone users to configure settings
  245. and features on User Option web pages.
  246. 0 = Enabled (default).
  247. 1 = Disabled.
  248. 2 = Read Only. 00
  249. -->
  250.  
  251. <daysDisplayNotActive></daysDisplayNotActive> <!-- sunday = 1, sat = 7 -->
  252. <displayOnTime>08:00</displayOnTime>
  253. <displayOnDuration>12:00</displayOnDuration>
  254. <displayIdleTimeout>00:00</displayIdleTimeout>
  255. <displayOnWhenIncomingCall>1</displayOnWhenIncomingCall>
  256.  
  257. <loggingDisplay>1</loggingDisplay>
  258. <loadServer></loadServer>
  259.  
  260. <spanToPCPort>1</spanToPCPort>
  261. <!--
  262. Enables and disables the path between the Ethernet switch port of an IP phone
  263. and a connection to a PC.
  264. 0 = Enabled (default).
  265. 1 = Disabled.
  266. -->
  267. <!-- COmment out for 7941 and 7961 0=enable
  268. <sshAccess>0</sshAccess>
  269. <sshPort>22</sshPort>
  270. -->
  271.  
  272. </vendorConfig>
  273. <versionStamp>1143565489-a3cbf294-7526-4c29-8791-c4fce4ce4c37</versionStamp>
  274. <userLocale>
  275. <name>English_United_States</name>
  276. <uid>1</uid>
  277. <langCode>en_US</langCode>
  278. <version>1.0.0.0-1</version>
  279. <winCharSet>iso-8859-1</winCharSet>
  280. </userLocale>
  281. <networkLocale>United_States</networkLocale>
  282. <networkLocaleInfo>
  283. <name>United_States</name>
  284. <uid>64</uid>
  285. <version>1.0.0.0-1</version>
  286. </networkLocaleInfo>
  287. <deviceSecurityMode>1</deviceSecurityMode>
  288. <authenticationURL></authenticationURL>
  289. <directoryURL>http://192.168.1.38:8088/asterisk/static/directory.xml</directoryURL> <!-- This is the URL for a CiscoIPPhoneMenu -->
  290. <servicesURL>http://192.168.1.38:8088/asterisk/static/directory2.xml</servicesURL> <idleURL></idleURL>
  291. <informationURL></informationURL>
  292. <messagesURL></messagesURL>
  293. <proxyServerURL></proxyServerURL>
  294. <!-- QoS -->
  295. <dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig>
  296. <dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
  297. <dscpForCm2Dvce>96</dscpForCm2Dvce>
  298. <!-- 4 - default, 2 - prefer UDP, 1 - prefer TCP -->
  299. <transportLayerProtocol>4</transportLayerProtocol>
  300. <capfAuthMode>0</capfAuthMode>
  301. <capfList>
  302. <capf>
  303. <phonePort>3804</phonePort>
  304. </capf>
  305. </capfList>
  306. <certHash></certHash>
  307. <encrConfig>false</encrConfig>
  308. </device>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement