idaresiwins

SEP<mac>.cnf.xml

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