external_ipv6_sip_profile.rst 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. #############################
  2. External ipv6 Sip Profile
  3. #############################
  4. .. image:: ../_static/images/fusionpbx_external_ipv6_sip_profile.jpg
  5. :scale: 80%
  6. * **Hostname-** Should be left blank and is for advanced use.
  7. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  8. | SIP Profile Setting Name | SIP Profile Setting Value | SIP Profile Setting Enabled | SIP Profile Setting Description |
  9. +===========================+================================+=============================+=================================+
  10. | auth-calls | FALSE | TRUE | |
  11. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  12. | context | public | TRUE | |
  13. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  14. | dbname | share_presence | FALSE | |
  15. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  16. | debug | 0 | TRUE | |
  17. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  18. | dialplan | XML | TRUE | |
  19. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  20. | disable-srv503 | TRUE | FALSE | |
  21. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  22. | dtmf-duration | 2000 | TRUE | |
  23. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  24. | dtmf-type | rfc2833 | TRUE | |
  25. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  26. | enable-100rel | TRUE | FALSE | |
  27. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  28. | enable-rfc-5626 | TRUE | FALSE | |
  29. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  30. | ext-rtp-ip | $${external_rtp_ip} | FALSE | |
  31. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  32. | ext-sip-ip | $${external_sip_ip} | FALSE | |
  33. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  34. | force-register-db-domain | $${domain} | FALSE | |
  35. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  36. | force-register-domain | $${domain} | FALSE | |
  37. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  38. | hold-music | $${hold_music} | TRUE | |
  39. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  40. | inbound-codec-negotiation | generous | TRUE | |
  41. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  42. | inbound-codec-prefs | $${global_codec_prefs} | TRUE | |
  43. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  44. | local-network-acl | localnet.auto | TRUE | |
  45. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  46. | manage-presence | FALSE | TRUE | |
  47. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  48. | nonce-ttl | 60 | TRUE | |
  49. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  50. | odbc-dsn | $${dsn} | FALSE | |
  51. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  52. | outbound-codec-prefs | $${outbound_codec_prefs} | TRUE | |
  53. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  54. | presence-hosts | $${domain} | FALSE | |
  55. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  56. | rfc2833-pt | 101 | TRUE | |
  57. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  58. | rtp-hold-timeout-sec | 1800 | TRUE | |
  59. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  60. | rtp-ip | $${local_ip_v6} | TRUE | |
  61. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  62. | rtp-timeout-sec | 300 | TRUE | |
  63. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  64. | rtp-timer-name | soft | TRUE | |
  65. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  66. | shutdown-on-fail | TRUE | FALSE | |
  67. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  68. | sip-capture | no | TRUE | |
  69. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  70. | sip-ip | $${local_ip_v6} | TRUE | |
  71. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  72. | sip-port | $${external_sip_port} | TRUE | |
  73. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  74. | sip-trace | no | TRUE | |
  75. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  76. | tls | $${external_ssl_enable} | TRUE | |
  77. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  78. | tls-bind-params | transport=tls | TRUE | |
  79. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  80. | tls-cert-dir | $${external_ssl_dir} | TRUE | |
  81. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  82. | tls-only | FALSE | TRUE | |
  83. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  84. | tls-passphrase | | TRUE | |
  85. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  86. | tls-sip-port | $${external_tls_port} | TRUE | |
  87. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  88. | tls-verify-date | TRUE | TRUE | |
  89. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  90. | tls-verify-depth | 2 | TRUE | |
  91. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  92. | tls-verify-in-subjects | | TRUE | |
  93. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  94. | tls-verify-policy | all|subjects_all | FALSE | |
  95. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  96. | tls-version | $${sip_tls_version} | TRUE | |
  97. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  98. | track-calls | FALSE | TRUE | |
  99. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  100. | user-agent-string | FreeSWITCH | TRUE | |
  101. +---------------------------+--------------------------------+-----------------------------+---------------------------------+
  102. | zrtp-passthru | TRUE | TRUE | |
  103. +---------------------------+--------------------------------+-----------------------------+---------------------------------+