Advertisement
Guest User

Untitled

a guest
Feb 16th, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. #!version:1.0.0.1
  2. ## the file header "#!version:1.0.0.1" can not be edited or deleted. ##
  3.  
  4. #
  5. account.1.enable = 1
  6. account.1.label = %%FIRSTNAME%% %%LASTNAME%%
  7. account.1.display_name = %%FIRSTNAME%% %%LASTNAME%%
  8. account.1.auth_name = %%SIPACCOUNT%%
  9. account.1.user_name = %%SIPACCOUNT%%
  10. account.1.password = %%SIPSECRET%%
  11. account.1.sip_server.1.address = ##IP_KALLIOPE_PBX##
  12. account.1.sip_server.1.port = %%PBXUDPPORT%%
  13.  
  14. #chiamate perse
  15. account.1.missed_calllog = 0
  16.  
  17. ####PAI-FROM per vedere numero esterno in trans
  18. account.1.cid_source = 2
  19.  
  20. static.network.internet_port.type = %%IPADDRMODE%%
  21. static.network.internet_port.ip = %%IPADDRESS%%
  22. static.network.internet_port.mask = %%IPNETMASK%%
  23. static.network.internet_port.gateway = %%IPGATEWAY%%
  24. static.network.primary_dns = %%IPDNS1%%
  25. static.network.secondary_dns = %%IPDNS2%%
  26.  
  27. # security note
  28. static.security.user_password = %%PHONEUSERNAME%%:%%PHONEPASSWORD%%
  29.  
  30. #
  31. static.lang.gui = Italian
  32. static.lang.wui = Italian
  33.  
  34.  
  35. #
  36. local_time.time_zone = +1
  37. local_time.time_zone_name = Italy(Rome)
  38. local_time.ntp_server1 = ##IP_KALLIOPE_PBX##
  39. local_time.ntp_server2 = it.pool.ntp.org
  40. local_time.interval = 1000
  41. local_time.summer_time = 1
  42. local_time.dst_time_type = 1
  43.  
  44.  
  45. #
  46. local_time.start_time = 3/5/7/2
  47. local_time.end_time = 10/5/7/3
  48. local_time.time_format = 1
  49. local_time.date_format = 3
  50. local_time.offset_time = 60
  51. local_time.dhcp_time = 0
  52.  
  53.  
  54. #
  55. phone_setting.inter_digit_time = 4
  56. phone_setting.ring_type = Ring1.wav
  57. phone_setting.contrast = 2
  58. phone_setting.active_backlight_level = 2
  59. phone_setting.backlight_time = 30
  60.  
  61. #
  62. distinctive_ring_tones.alert_info.1.text = alert-internal
  63. distinctive_ring_tones.alert_info.1.ringer = 1
  64. distinctive_ring_tones.alert_info.2.text = alert-external
  65. distinctive_ring_tones.alert_info.2.ringer = 3
  66.  
  67. #
  68. call_waiting.enable = 0
  69.  
  70. # voice note
  71. voice.vad = 0
  72. voice.cng = 1
  73. voice.echo_cancellation = 1
  74. voice.side_tone = -3
  75. voice.jib.adaptive = 1
  76. voice.jib.min = 0
  77. voice.jib.max = 300
  78. voice.jib.normal = 120
  79.  
  80. #
  81. voice_mail.number.1 = 801
  82.  
  83. # voice note
  84. voice.tone.country = Italy
  85.  
  86. #######################################################################################
  87. ## LDAP Settings ##
  88. #######################################################################################
  89. #Configure the search criteria for name and number lookups.
  90. ldap.name_filter = (|(cn=%)(sn=%)(gn=%)(o=%))
  91. ldap.number_filter = (|(telephoneNumber=%)(Mobile=%))
  92. ldap.host = ##IP_KALLIOPE_PBX##
  93. ldap.port = 389
  94. ldap.base = dc=phonebook,dc=default,dc=root
  95. ldap.user = cn=phonebook@default,dc=users,dc=default,dc=root
  96. ldap.password = phonebook
  97. ldap.name_attr = cn o givenName
  98. ldap.numb_attr = telephoneNumber
  99. ldap.display_name = %cn %telephoneNumber
  100.  
  101. #Enable or disable the phone to query the contact name from the LDAP server when receiving an incoming call; 0-Disabled (default), 1-Enabled;
  102. ldap.call_in_lookup = 1
  103.  
  104. #Enable or disable the phone to sort the search results in alphabetical order; 0-Disabled (default), 1-Enabled;
  105. ldap.ldap_sort = 1
  106.  
  107. #Enable or disable the phone to query the LDAP server when in the pre-dialing or the dialing state; 0-Disabled (default), 1-Enabled;
  108. ldap.call_out_lookup = 1
  109.  
  110.  
  111. ##Abilitazione LLDP
  112. static.network.lldp.enable = 1
  113.  
  114. #Action_URL
  115. features.action_uri_limit_ip = ##IP_KALLIOPE_PBX##
  116. action_url.dnd_off = http://##IP_KALLIOPE_PBX##:8080/dnd?dnd=off
  117. action_url.dnd_on = http://##IP_KALLIOPE_PBX##:8080/dnd?dnd=on
  118. action_url.incoming_call = http://##IP_KALLIOPE_PBX##:8080/incomingCall?remoteSipUri=$remote&remoteDisplayName=$display_remote&callId=$call_id&localSipUri=$local
  119. action_url.outgoing_call = http://##IP_KALLIOPE_PBX##:8080/outgoingCall?remoteSipUri=$remote&remoteDisplayName=$display_remote&callId=$call_id&localSipUri=$local
  120. action_url.call_established = http://##IP_KALLIOPE_PBX##:8080/establishedCall?remoteSipUri=$remote&remoteDisplayName=$display_remote&callId=$call_id&localSipUri=$local
  121. action_url.call_terminated = http://##IP_KALLIOPE_PBX##:8080/endedCall?remoteSipUri=$remote&remoteDisplayName=$display_remote&callId=$call_id&localSipUri=$local
  122. action_url.hold = http://##IP_KALLIOPE_PBX##:8080/holdCall?remoteSipUri=$remote&remoteDisplayName=$display_remote&callId=$call_id&localSipUri=$local
  123. action_url.unhold = http://##IP_KALLIOPE_PBX##:8080/unholdCall?remoteSipUri=$remote&remoteDisplayName=$display_remote&callId=$call_id&localSipUri=$local
  124. action_url.missed_call = http://##IP_KALLIOPE_PBX##:8080/missedCall?remoteSipUri=$remote&remoteDisplayName=$display_remote&callId=$call_id&localSipUri=$local
  125. action_url.reject_incoming_call = http://##IP_KALLIOPE_PBX##:8080/endedCall?remoteSipUri=$remote&remoteDisplayName=$display_remote&callId=$call_id&localSipUri=$local
  126. #Define the way of DSS key when configuring as a transfer key; 0-Display Number, 1-Attended Transfer, 2-Blind Transfer (default);
  127. transfer.dsskey_deal_type = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement