Advertisement
Guest User

Untitled

a guest
Nov 27th, 2017
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #######################################################################################
  2. ##                                   Account1 Settings                               ##
  3. #######################################################################################
  4.  
  5. #Enable or disable the account 1; 0-Disabled (default), 1-Enabled;
  6. account.1.enable = 1
  7.  
  8. #Configure the label displayed on the LCD screen for account 1.
  9. account.1.label = {$display_name_1}
  10.  
  11. #Configure the display name of account 1.
  12. account.1.display_name = {$display_name_1}
  13.  
  14. #Configure the username and password for register authentication.
  15. account.1.auth_name = {$user_id_1}
  16. account.1.password = {$user_password_1}
  17.  
  18. #Configure the register user name.
  19. account.1.user_name = {$user_id_1}
  20.  
  21. #Configure the SIP server address.
  22. account.1.sip_server_host = {$server_address_1}
  23.  
  24. #Specify the port for the SIP server. The default value is 5060.
  25. account.1.sip_server_port = {$sip_port_1}
  26.  
  27. #Enable or disable to use the outbound proxy server; 0-Disabled (default), 1-Enabled;
  28.  
  29.  
  30. #Specify the IP address or domain name of the outbound proxy server.
  31. account.1.outbound_host = {$outbound_proxy_1}
  32.  
  33. #Specify the server port, the default value is 5060.
  34. account.1.outbound_port = 5060
  35.  
  36. #Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
  37. {if $sip_transport_1 == 'udp'}account.1.transport = 0{/if}
  38. {if $sip_transport_1 == 'tcp'}account.1.transport = 1{/if}
  39. {if $sip_transport_1 == 'tls'}account.1.transport = 2{/if}
  40. {if $sip_transport_1 == 'dns srv'}account.1.transport = 3{/if}
  41.  
  42. account.1.outbound_proxy.1.address = {$outbound_proxy_primary_1}
  43. account.1.outbound_proxy.2.address = {$outbound_proxy_secondary_1}
  44. account.1.outbound_proxy_enable = {if isset($outbound_proxy_primary_1)}1{else}0{/if}
  45.  
  46. {if isset($outbound_proxy_1_port)}
  47. account.1.outbound_proxy.1.port = {$outbound_proxy_1_port}
  48. {else}
  49. account.1.outbound_proxy.1.port = 5060
  50. {/if}
  51. {if isset($outbound_proxy_1_port)}
  52. account.1.outbound_proxy.2.port = {$outbound_proxy_2_port}
  53. {else}
  54. account.1.outbound_proxy.2.port = 5060
  55. {/if}
  56.  
  57. #Configure the address of the backup outbound proxy server.
  58. account.1.backup_outbound_host =
  59.  
  60. #Specify the port of the backup outbound proxy server, the default value is 5060.
  61. account.1.backup_outbound_port =
  62.  
  63.  
  64. #Enable or disable the anonymous call feature; 0-Disabled (default), 1-Enabled;
  65. account.1.anonymous_call =
  66.  
  67. #Configure the on code and off code of the anonymous call feature.
  68. account.1.anonymous_call_oncode =
  69. account.1.anonymous_call_offcode =
  70.  
  71. #Enable or disable the reject anonymous call feature; 0-Disabled (default), 1-Enabled;
  72. account.1.reject_anonymous_call =
  73.  
  74. #Configure the on code and off code of the reject anonymous call feature.
  75. account.1.anonymous_reject_oncode =
  76. account.1.anonymous_reject_offcode =
  77.  
  78. #Configure the SIP port for account 1, the default value is 5060.
  79. account.1.sip_listen_port =
  80.  
  81. #Configure the register expiry time (in seconds), the default value is 3600.
  82. account.1.expires = {$register_expires_1}
  83.  
  84. #Enable or disable the 100 reliable retransmission; 0-Disabled, 1-Enabled (default);
  85. account.1.100rel_enable =
  86.  
  87. #Enable or disable the resource reservation; 0-Disabled (default), 1-Enabled;
  88. account.1.precondition =
  89.  
  90. #Enable or disable the phone to subscribe the register status; 0-Disabled (default), 1-Enabled;
  91. account.1.subscribe_register =
  92.  
  93. #Enable or disable the phone to subscribe the message waiting indicator; 0-Disabled (default), 1-Enabled;
  94. account.1.subscribe_mwi = 0
  95.  
  96. #Configure MWI subscribe expiry time (in seconds). It ranges from 0 to 84600, the default value is 3600.
  97. account.1.subscribe_mwi_expires = 3600
  98.  
  99. #Configure the type of SIP header to carry the caller ID; 0-FROM (default), 1-PAI;
  100. account.1.cid_source =
  101.  
  102. #Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
  103. account.1.session_timer.enable =
  104.  
  105. #Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
  106. account.1.session_timer.expires =
  107.  
  108. #Configure the session timer refresher; 0-Uac (default), 1-Uas;
  109. account.1.session_timer.refresher =
  110.  
  111. #Enable or disable the "user=phone"; 0-Disabled (default), 1-Enabled;
  112. account.1.enable_user_equal_phone =
  113.  
  114. #Configure the way of encrypting the message; 0-Disabled (default), 1-Forced, 2-Negotiated;
  115. account.1.srtp_encryption =
  116.  
  117. #Configure the RTP packet time. The valid values are 0 (Disabled), 10, 20 (default), 30, 40, 50, 60.
  118. account.1.ptime =
  119.  
  120. #Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
  121. account.1.subscribe_mwi_to_vm = 0
  122.  
  123. #Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
  124. account.1.register_mac =
  125.  
  126. #Enable or disable the phone to send the line number in the Register message; 0-Disabled, 1-Enabled (default);
  127. account.1.register_line =
  128.  
  129. #Configure the interval (in seconds) the phone retries to register when account 1 fails to register. It ranges from 0 to 1800, the default value is 30.
  130. account.1.reg_fail_retry_interval =
  131.  
  132. #Enable or disable the SIP signal encode; 0-Disabled (default), 1-Enabled (RC 4);
  133. account.1.enable_signal_encode =
  134.  
  135. #Configure the key for encoding.
  136. account.1.signal_encode_key =
  137.  
  138. #Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
  139. account.1.dtmf.type =
  140.  
  141. #Configure the RFC2833 payload. It ranges from 96 to 225, the default value is 101.
  142. account.1.dtmf.dtmf_payload =
  143.  
  144. #Configure the DTMF info type when using the SIP INFO; 0-Disabled, 1-DTMF-Relay (default), 2-DTMF, 3-Telephone-Event;
  145. account.1.dtmf.info_type =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement