Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.25 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <device>
  3. <deviceProtocol>SIP</deviceProtocol>
  4. <sshUserId>admin</sshUserId>
  5. <sshPassword>admin</sshPassword>
  6. <devicePool>
  7. <dateTimeSetting>
  8. <dateTemplate>D.M.YY</dateTemplate> <!-- Jahreszahl nur 2-stellig -->
  9. <timeZone>Central Europe Standard/Daylight Time</timeZone>
  10. <ntps>
  11. <ntp>
  12. <name>192.168.178.1</name> <!-- IP des NTP Server. Hier die FRITZ!box -->
  13. <ntpMode>Unicast</ntpMode>
  14. </ntp>
  15. </ntps>
  16. </dateTimeSetting>
  17. <callManagerGroup>
  18. <members>
  19. <member priority="0">
  20. <callManager>
  21. <ports>
  22. <ethernetPhonePort>2000</ethernetPhonePort>
  23. <sipPort>5060</sipPort>
  24. <securedSipPort>5061</securedSipPort>
  25. </ports>
  26. <processNodeName>192.168.178.1</processNodeName> <!-- IP Adresse der FRITZ!box -->
  27. </callManager>
  28. </member>
  29. </members>
  30. </callManagerGroup>
  31. </devicePool>
  32.  
  33. <commonProfile>
  34. <phonePassword></phonePassword>
  35. <backgroundImageAccess>true</backgroundImageAccess>
  36. <callLogBlfEnabled>2</callLogBlfEnabled>
  37. </commonProfile>
  38.  
  39. <loadInformation>SIP41.9-3-1SR3-1S</loadInformation> <!-- Bezeichnung der zu ladenden Firmware -->
  40.  
  41. <vendorConfig>
  42. <disableSpeaker>false</disableSpeaker>
  43. <disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
  44. <pcPort>0</pcPort>
  45. <settingsAccess>1</settingsAccess>
  46. <garp>0</garp>
  47. <voiceVlanAccess>0</voiceVlanAccess>
  48. <videoCapability>0</videoCapability>
  49. <autoSelectLineEnable>0</autoSelectLineEnable>
  50. <sshAccess>0</sshAccess>
  51. <sshPort>22</sshPort>
  52. <webAccess>0</webAccess>
  53. <spanToPCPort>1</spanToPCPort>
  54. <loggingDisplay>1</loggingDisplay>
  55. <loadServer></loadServer>
  56. <daysDisplayNotActive></daysDisplayNotActive>
  57. <displayOnTime>03:00</displayOnTime>
  58. <displayOnDuration>00:01</displayOnDuration>
  59. <displayIdleTimeout>00:05</displayIdleTimeout>
  60. <displayOnWhenIncomingCall>1</displayOnWhenIncomingCall>
  61. </vendorConfig>
  62.  
  63. <deviceSecurityMode>1</deviceSecurityMode>
  64.  
  65. <authenticationURL>http://192.168.44.1/ciscoauth.php</authenticationURL> <!-- wird nicht genutzt -->
  66. <directoryURL>http://192.168.44.1/directory.php</directoryURL> <!-- wird nicht genutzt -->
  67. <idleURL></idleURL>
  68. <informationURL></informationURL>
  69.  
  70. <messagesURL></messagesURL>
  71. <proxyServerURL></proxyServerURL>
  72. <servicesURL></servicesURL>
  73. <dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig>
  74. <dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
  75. <dscpForCm2Dvce>96</dscpForCm2Dvce>
  76.  
  77. <transportLayerProtocol>2</transportLayerProtocol>
  78.  
  79. <capfAuthMode>0</capfAuthMode>
  80. <capfList>
  81. <capf>
  82. <phonePort>3804</phonePort>
  83. </capf>
  84. </capfList>
  85.  
  86. <certHash></certHash>
  87. <encrConfig>false</encrConfig>
  88.  
  89. <sipProfile>
  90. <sipProxies>
  91. <backupProxy></backupProxy>
  92. <backupProxyPort></backupProxyPort>
  93. <emergencyProxy></emergencyProxy>
  94. <emergencyProxyPort></emergencyProxyPort>
  95. <outboundProxy></outboundProxy>
  96. <outboundProxyPort></outboundProxyPort>
  97. <registerWithProxy>true</registerWithProxy>
  98. </sipProxies>
  99.  
  100. <sipCallFeatures>
  101. <cnfJoinEnabled>true</cnfJoinEnabled>
  102. <callForwardURI>x--serviceuri-cfwdall</callForwardURI>
  103. <callPickupURI>x-cisco-serviceuri-pickup</callPickupURI>
  104. <callPickupListURI>x-cisco-serviceuri-opickup</callPickupListURI>
  105. <callPickupGroupURI>x-cisco-serviceuri-gpickup</callPickupGroupURI>
  106. <meetMeServiceURI>x-cisco-serviceuri-meetme</meetMeServiceURI>
  107. <abbreviatedDialURI>x-cisco-serviceuri-abbrdial</abbreviatedDialURI>
  108. <rfc2543Hold>false</rfc2543Hold>
  109. <callHoldRingback>2</callHoldRingback>
  110. <localCfwdEnable>true</localCfwdEnable>
  111. <semiAttendedTransfer>true</semiAttendedTransfer>
  112. <anonymousCallBlock>2</anonymousCallBlock>
  113. <callerIdBlocking>2</callerIdBlocking>
  114. <dndControl>0</dndControl>
  115. <remoteCcEnable>true</remoteCcEnable>
  116. </sipCallFeatures>
  117.  
  118. <sipStack>
  119. <sipInviteRetx>6</sipInviteRetx>
  120. <sipRetx>10</sipRetx>
  121. <timerInviteExpires>180</timerInviteExpires>
  122. <timerRegisterExpires>3600</timerRegisterExpires>
  123. <timerRegisterDelta>5</timerRegisterDelta>
  124. <timerKeepAliveExpires>120</timerKeepAliveExpires>
  125. <timerSubscribeExpires>120</timerSubscribeExpires>
  126. <timerSubscribeDelta>5</timerSubscribeDelta>
  127. <timerT1>500</timerT1>
  128. <timerT2>4000</timerT2>
  129. <maxRedirects>70</maxRedirects>
  130. <remotePartyID>false</remotePartyID>
  131. <userInfo>None</userInfo>
  132. </sipStack>
  133.  
  134. <autoAnswerTimer>1</autoAnswerTimer>
  135. <autoAnswerAltBehavior>false</autoAnswerAltBehavior>
  136. <autoAnswerOverride>true</autoAnswerOverride>
  137. <transferOnhookEnabled>false</transferOnhookEnabled>
  138. <enableVad>false</enableVad>
  139. <preferredCodec>none</preferredCodec>
  140. <dtmfAvtPayload>101</dtmfAvtPayload>
  141. <dtmfDbLevel>3</dtmfDbLevel>
  142. <dtmfOutofBand>avt</dtmfOutofBand>
  143. <alwaysUsePrimeLine>false</alwaysUsePrimeLine>
  144. <alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail>
  145. <kpml>3</kpml>
  146.  
  147. <natEnabled>false</natEnabled>
  148. <natAddress></natAddress>
  149.  
  150. <stutterMsgWaiting>0</stutterMsgWaiting>
  151.  
  152. <callStats>false</callStats>
  153.  
  154. <silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
  155. <disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>
  156.  
  157. <startMediaPort>16384</startMediaPort>
  158. <stopMediaPort>32766</stopMediaPort>
  159.  
  160. <voipControlPort>5060</voipControlPort>
  161. <dscpForAudio>184</dscpForAudio>
  162. <ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>
  163. <dialTemplate>dialplan.xml</dialTemplate>
  164.  
  165. <phoneLabel>Office</phoneLabel>
  166. <sipLines>
  167. <!-- Konfiguriert die Funktionstasten neben dem Display
  168. <featureID>9</featureID> gilt für ausgehende Leitungen (primary Lines)
  169. <featureID>2</featureID> für Kurzwahltasten (Speed Dial)
  170. -->
  171. <line button="1">
  172. <featureID>9</featureID>
  173. <featureLabel>Amt1</featureLabel> <!-- Bezeichnung der Taste / Anzeige im Display -->
  174. <name>622</name>
  175. <displayName>622</displayName>
  176. <contact>622</contact>
  177. <!--Den folgenden Eintrag USECALLMANAGER so belassen. Wenn man hier die IP
  178. der FRITZ!box einträgt funktioniert die Konfiguration nicht. Die IP wird bereits
  179. oben im Abschnitt <callManagerGroup> definiert -->
  180. <proxy>USECALLMANAGER</proxy>
  181. <port>5060</port>
  182. <autoAnswer>
  183. <autoAnswerEnabled>2</autoAnswerEnabled>
  184. </autoAnswer>
  185. <callWaiting>3</callWaiting>
  186.  
  187. <authName>cisco7940</authName> <!-- Name des IP Telefons aus der FRITZ!box -->
  188. <authPassword>72404452Xp2hg</authPassword> <!-- Passwort des IP Telefons aus der FRITZ!box -->
  189.  
  190. <sharedLine>false</sharedLine>
  191. <messageWaitingLampPolicy>1</messageWaitingLampPolicy>
  192. <messagesNumber>*97</messagesNumber>
  193. <ringSettingIdle>4</ringSettingIdle>
  194. <ringSettingActive>5</ringSettingActive>
  195.  
  196. <forwardCallInfoDisplay>
  197. <callerName>true</callerName>
  198. <callerNumber>true</callerNumber>
  199. <redirectedNumber>false</redirectedNumber>
  200. <dialedNumber>true</dialedNumber>
  201. </forwardCallInfoDisplay>
  202. </line>
  203.  
  204. <!-- Die Tasten können frei belegt werden. Hier ein Beispiel für eine Kurzwhl -->
  205. <line button="6">
  206. <featureID>2</featureID>
  207. <featureLabel>Notruf</featureLabel>
  208. <speedDialNumber>110</speedDialNumber>
  209. </line>
  210.  
  211. </sipLines>
  212. </sipProfile>
  213. </device>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement