internal-ipv6.xml 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <!--
  2. This is an example of a sofia profile setup to listen on IPv6.
  3. -->
  4. <!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
  5. <profile name="internal-ipv6">
  6. <!--aliases are other names that will work as a valid profile name for this profile-->
  7. <settings>
  8. <!-- Can be set to "_undef_" to remove the User-Agent header -->
  9. <!-- <param name="user-agent-string" value="FreeSWITCH Rocks!"/> -->
  10. <param name="debug" value="0"/>
  11. <param name="sip-trace" value="no"/>
  12. <param name="context" value="public"/>
  13. <param name="rfc2833-pt" value="101"/>
  14. <!-- port to bind to for sip traffic -->
  15. <param name="sip-port" value="$${internal_sip_port}"/>
  16. <param name="dialplan" value="XML"/>
  17. <param name="dtmf-duration" value="100"/>
  18. <param name="codec-prefs" value="$${global_codec_prefs}"/>
  19. <param name="use-rtp-timer" value="true"/>
  20. <param name="rtp-timer-name" value="soft"/>
  21. <!-- ip address to use for rtp -->
  22. <param name="rtp-ip" value="$${local_ip_v6}"/>
  23. <!-- ip address to bind to -->
  24. <param name="sip-ip" value="$${local_ip_v6}"/>
  25. <param name="hold-music" value="$${hold_music}"/>
  26. <!--<param name="enable-timer" value="false"/>-->
  27. <!--<param name="enable-100rel" value="false"/>-->
  28. <param name="apply-inbound-acl" value="domains"/>
  29. <!--<param name="apply-register-acl" value="domains"/>-->
  30. <!--<param name="dtmf-type" value="info"/>-->
  31. <param name="record-template" value="$${base_dir}/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
  32. <!--enable to use presence and mwi -->
  33. <param name="manage-presence" value="true"/>
  34. <!-- This setting is for AAL2 bitpacking on G726 -->
  35. <!-- <param name="bitpacking" value="aal2"/> -->
  36. <!--max number of open dialogs in proceeding -->
  37. <!--<param name="max-proceeding" value="1000"/>-->
  38. <!--session timers for all call to expire after the specified seconds -->
  39. <!--<param name="session-timeout" value="120"/>-->
  40. <!--<param name="multiple-registrations" value="true"/>-->
  41. <!--set to 'greedy' if you want your codec list to take precedence -->
  42. <param name="inbound-codec-negotiation" value="generous"/>
  43. <!-- if you want to send any special bind params of your own -->
  44. <!--<param name="bind-params" value="transport=udp"/>-->
  45. <!--<param name="unregister-on-options-fail" value="true"/>-->
  46. <!-- TLS: disabled by default, set to "true" to enable -->
  47. <param name="tls" value="$${internal_ssl_enable}"/>
  48. <!-- additional bind parameters for TLS -->
  49. <param name="tls-bind-params" value="transport=tls"/>
  50. <!-- Port to listen on for TLS requests. (5061 will be used if unspecified) -->
  51. <param name="tls-sip-port" value="$${internal_tls_port}"/>
  52. <!-- Location of the agent.pem and cafile.pem ssl certificates (needed for TLS server) -->
  53. <param name="tls-cert-dir" value="$${internal_ssl_dir}"/>
  54. <!-- TLS version ("sslv23" (default), "tlsv1"). NOTE: Phones may not work with TLSv1 -->
  55. <param name="tls-version" value="$${sip_tls_version}"/>
  56. <!--If you don't want to pass through timestampes from 1 RTP call to another (on a per call basis with rtp_rewrite_timestamps chanvar)-->
  57. <!--<param name="rtp-rewrite-timestamps" value="true"/>-->
  58. <!--<param name="pass-rfc2833" value="true"/>-->
  59. <!--If you have ODBC support and a working dsn you can use it instead of SQLite-->
  60. <!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
  61. <!--Uncomment to set all inbound calls to no media mode-->
  62. <!--<param name="inbound-bypass-media" value="true"/>-->
  63. <!--Uncomment to set all inbound calls to proxy media mode-->
  64. <!--<param name="inbound-proxy-media" value="true"/>-->
  65. <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
  66. <param name="inbound-late-negotiation" value="true"/>
  67. <!-- this lets anything register -->
  68. <!-- comment the next line and uncomment one or both of the other 2 lines for call authentication -->
  69. <!-- <param name="accept-blind-reg" value="true"/> -->
  70. <!-- accept any authentication without actually checking (not a good feature for most people) -->
  71. <!-- <param name="accept-blind-auth" value="true"/> -->
  72. <!-- suppress CNG on this profile or per call with the 'suppress_cng' variable -->
  73. <!-- <param name="suppress-cng" value="true"/> -->
  74. <!--TTL for nonce in sip auth-->
  75. <param name="nonce-ttl" value="60"/>
  76. <!--Uncomment if you want to force the outbound leg of a bridge to only offer the codec
  77. that the originator is using-->
  78. <!--<param name="disable-transcoding" value="true"/>-->
  79. <!-- Used for when phones respond to a challenged ACK with method INVITE in the hash -->
  80. <!--<param name="NDLB-broken-auth-hash" value="true"/>-->
  81. <!-- add a ;received="<ip>:<port>" to the contact when replying to register for nat handling -->
  82. <!--<param name="NDLB-received-in-nat-reg-contact" value="true"/>-->
  83. <param name="auth-calls" value="$${internal_auth_calls}"/>
  84. <!-- on authed calls, authenticate *all* the packets not just invite -->
  85. <param name="auth-all-packets" value="false"/>
  86. <!-- <param name="ext-rtp-ip" value="$${external_rtp_ip}"/> -->
  87. <!-- <param name="ext-sip-ip" value="$${external_sip_ip}"/> -->
  88. <!-- rtp inactivity timeout -->
  89. <param name="rtp-timeout-sec" value="300"/>
  90. <param name="rtp-hold-timeout-sec" value="1800"/>
  91. <!-- VAD choose one (out is a good choice); -->
  92. <!-- <param name="vad" value="in"/> -->
  93. <!-- <param name="vad" value="out"/> -->
  94. <!-- <param name="vad" value="both"/> -->
  95. <!--<param name="alias" value="sip:10.0.1.251:5555"/>-->
  96. <!--all inbound reg will look in this domain for the users -->
  97. <!--<param name="force-register-domain" value="$${domain}"/>-->
  98. <!--all inbound reg will stored in the db using this domain -->
  99. <!--<param name="force-register-db-domain" value="$${domain}"/>-->
  100. <!-- disable register and transfer which may be undesirable in a public switch -->
  101. <!--<param name="disable-transfer" value="true"/>-->
  102. <!--<param name="disable-register" value="true"/>-->
  103. <!--<param name="enable-3pcc" value="true"/>-->
  104. <!-- use stun when specified (default is true) -->
  105. <!--<param name="stun-enabled" value="true"/>-->
  106. <!-- use stun when specified (default is true) -->
  107. <!-- set to true to have the profile determine stun is not useful and turn it off globally-->
  108. <!--<param name="stun-auto-disable" value="true"/>-->
  109. <!-- TLS: disabled by default, set to "true" to enable -->
  110. <param name="tls" value="$${internal_ssl_enable}"/>
  111. <!-- additional bind parameters for TLS -->
  112. <param name="tls-bind-params" value="transport=tls"/>
  113. <!-- Port to listen on for TLS requests. (5061 will be used if unspecified) -->
  114. <param name="tls-sip-port" value="$${internal_tls_port}"/>
  115. <!-- Location of the agent.pem and cafile.pem ssl certificates (needed for TLS server) -->
  116. <param name="tls-cert-dir" value="$${internal_ssl_dir}"/>
  117. <!-- TLS version ("sslv23" (default), "tlsv1"). NOTE: Phones may not work with TLSv1 -->
  118. <param name="tls-version" value="$${sip_tls_version}"/>
  119. </settings>
  120. </profile>