Advertisement
Guest User

config file

a guest
Oct 4th, 2022
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <phone1>
  3. {line_loop}
  4. <reg
  5. reg.{$line}.displayName="{$displayname}"
  6. reg.{$line}.address="{$username}"
  7. reg.{$line}.label="{$displayname}"
  8. reg.{$line}.type="{$type|private}"
  9. reg.{$line}.thirdPartyName=""
  10. reg.{$line}.auth.userId="{$username}"
  11. reg.{$line}.auth.password="{$secret}"
  12. reg.{$line}.server.1.address="{$server_host|pbx.dsadadad.com}"
  13. reg.1.server.1.port="{$server_port|5060}"
  14. reg.1.server.1.transport="UDPOnly"
  15. reg.{$line}.server.1.expires="180"
  16. reg.{$line}.server.1.register="1"
  17. reg.{$line}.outboundProxy.address=""
  18. reg.{$line}.outboundProxy.port="5060"
  19. reg.{$line}.outboundProxy.transport="UDPOnly"
  20. reg.{$line}.ringType="2"
  21. />
  22. <mwi
  23. msg.mwi.{$line}.subscribe=""
  24. msg.mwi.{$line}.callBackMode="contact"
  25. msg.mwi.{$line}.callBack="*97"
  26. />
  27. {/line_loop}
  28. <msg msg.bypassInstantMessage="1">
  29. <up up.headsetMode="0" up.onHookDialingEnabled="1" up.analogHeadsetOption="1" />
  30. <dialplan dialplan.1.impossibleMatchHandling="0" dialplan.1.removeEndOfDial="1" dialplan.1.applyToUserSend="1" dialplan.1.applyToUserDial="1" dialplan.1.applyToCallListDial="0" dialplan.1.applyToDirectoryDial="0">
  31. <digitmap dialplan.1.digitmap="[7][1][1]xT|1[0-1]x|911|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[2-9]xxxT" dialplan.1.digitmap.timeOut="3|3|3|3|3|3|3|3"/>
  32. <routing>
  33. <server dialplan.1.routing.server.1.address="" dialplan.1.routing.server.1.port=""/>
  34. <emergency dialplan.1.routing.emergency.1.value="" dialplan.1.routing.emergency.1.server.1=""/>
  35. </routing>
  36. </dialplan>
  37. <voIpProt voIpProt.SIP.specialEvent.checkSync.alwaysReboot="1"
  38. voIpProt.SIP.strictUserValidation="1"
  39. voIpProt.SIP.requestValidation voIpProt.SIP.requestValidation.1.method="source" voIpProt.SIP.requestValidation.1.request="INVITE"
  40. />
  41. <time
  42. tcpIpApp.sntp.address.overrideDHCP="1"
  43. tcpIpApp.sntp.address="pool.ntp.org"
  44. tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
  45. tcpIpApp.sntp.gmtOffset="-36000"
  46. tcpIpApp.sntp.daylightSavings.enable="0"
  47. />
  48. <device device.set="1">
  49. <auth device.auth.localAdminPassword.set="1" device.auth.localAdminPassword="789159357"/>
  50. </device>
  51. <feature
  52. feature.presence.enabled="1"
  53. feature.enhancedFeatureKeys.enabled="1"
  54. feature.urlDialing.enabled="0"
  55. feature.acousticFenceUI.enabled="1"
  56. feature.nWayConference.enabled="1"
  57. up.Pagination.enabled="1"
  58. />
  59. <call
  60. call.directedCallPickupMethod="native"
  61. call.internationalDialing.enabled="0"
  62. />
  63. <attendant
  64. attendant.behaviors.display.spontaneousCallAppearances.automata="0"
  65. attendant.behaviors.display.spontaneousCallAppearances.normal="0"
  66. attendant.reg="1"
  67.  
  68. {loop_polycom}
  69. attendant.resourceList.{$key}.address="{$extension}-{$tenantcode}@pbx.dsadasda.com"
  70. attendant.resourceList.{$key}.label="{$label}"
  71. {/loop_polycom}
  72. />
  73.  
  74. <Volume voice.volume.persist.handset="1"/>
  75. </phone1>
Tags: config file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement