Advertisement
Guest User

Untitled

a guest
Jun 15th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.14 KB | None | 0 0
  1. # USER
  2. user_name=17476175132
  3. user_domain=proxy01.sipphone.com:5060
  4. user_display=Martyn Russell
  5. user_organization=
  6. auth_realm=
  7. auth_name=17476175132
  8. auth_pass=********
  9.  
  10. # SIP SERVER
  11. outbound_proxy=
  12. all_requests_to_proxy=no
  13. registrar=
  14. register_at_startup=yes
  15. registration_time=3600
  16.  
  17. # RTP AUDIO
  18. codecs=speex-wb,speex-nb,g711a,g711u,gsm
  19. ptime=20
  20. out_far_end_codec_pref=yes
  21. in_far_end_codec_pref=yes
  22. speex_nb_payload_type=97
  23. speex_wb_payload_type=98
  24. speex_uwb_payload_type=99
  25. speex_bit_rate_type=cbr
  26. speex_vad=yes
  27. speex_dtx=no
  28. speex_penh=yes
  29. speex_complexity=2
  30. ilbc_payload_type=96
  31. ilbc_mode=30
  32. g726_16_payload_type=102
  33. g726_24_payload_type=103
  34. g726_32_payload_type=104
  35. g726_40_payload_type=105
  36. g726_packing=rfc3551
  37. dtmf_transport=auto
  38. dtmf_payload_type=101
  39. dtmf_duration=100
  40. dtmf_pause=40
  41. dtmf_volume=10
  42.  
  43. # SIP PROTOCOL
  44. hold_variant=rfc3264
  45. check_max_forwards=no
  46. allow_missing_contact_reg=yes
  47. registration_time_in_contact=yes
  48. compact_headers=no
  49. encode_multi_values_as_list=yes
  50. use_domain_in_contact=no
  51. allow_sdp_change=no
  52. allow_redirection=yes
  53. ask_user_to_redirect=yes
  54. max_redirections=5
  55. ext_100rel=supported
  56. ext_replaces=yes
  57. referee_hold=no
  58. referrer_hold=yes
  59. allow_refer=yes
  60. ask_user_to_refer=yes
  61. auto_refresh_refer_sub=no
  62. attended_refer_to_aor=no
  63. send_p_preferred_id=no
  64.  
  65. # NAT
  66. nat_public_ip=
  67. stun_server=
  68.  
  69. # TIMERS
  70. timer_noanswer=30
  71. timer_nat_keepalive=30
  72.  
  73. # ADDRESS FORMAT
  74. display_useronly_phone=yes
  75. numerical_user_is_phone=no
  76. remove_special_phone_symbols=yes
  77. special_phone_symbols=-()/.
  78.  
  79. # RING TONES
  80. ringtone_file=
  81. ringback_file=
  82.  
  83. # SCRIPTS
  84. script_incoming_call=
  85. script_in_call_answered=
  86. script_in_call_failed=
  87. script_outgoing_call=
  88. script_out_call_answered=
  89. script_out_call_failed=
  90. script_local_release=
  91. script_remote_release=
  92.  
  93. # NUMBER CONVERSION
  94.  
  95. # SECURITY
  96. zrtp_enabled=no
  97. zrtp_goclear_warning=yes
  98. zrtp_sdp=yes
  99. zrtp_send_if_supported=no
  100.  
  101. # MWI
  102. mwi_sollicited=no
  103. mwi_user=
  104. mwi_server=
  105. mwi_via_proxy=no
  106. mwi_subscription_time=3600
  107. mwi_vm_address=
  108.  
  109. # INSTANT MESSAGE
  110. im_max_sessions=10
  111.  
  112. # PRESENCE
  113. pres_subscription_time=3600
  114. pres_publication_time=3600
  115. pres_publish_startup=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement