2
0

vars.xml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  1. <include>
  2. <!-- Preprocessor Variables
  3. These are introduced when configuration strings must be consistent across modules.
  4. NOTICE: YOU CAN NOT COMMENT OUT AN X-PRE-PROCESS line, Remove the line instead.
  5. WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
  6. YOU SHOULD CHANGE THIS default_password value if you don't want to be subject to any
  7. toll fraud in the future. It's your responsibility to secure your own system.
  8. This default config is used to demonstrate the feature set of FreeSWITCH.
  9. WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
  10. -->
  11. <X-PRE-PROCESS cmd="set" data="default_password=1234"/>
  12. <!-- Did you change it yet? -->
  13. <!--
  14. The following variables are set dynamically - calculated if possible by freeswitch - and
  15. are available to the config as $${variable}. You can see their calculated value via fs_cli
  16. by entering eval $${variable}
  17. hostname
  18. local_ip_v4
  19. local_mask_v4
  20. local_ip_v6
  21. switch_serial
  22. base_dir
  23. recordings_dir
  24. sound_prefix
  25. sounds_dir
  26. conf_dir
  27. log_dir
  28. run_dir
  29. db_dir
  30. mod_dir
  31. htdocs_dir
  32. script_dir
  33. temp_dir
  34. grammar_dir
  35. certs_dir
  36. storage_dir
  37. cache_dir
  38. core_uuid
  39. zrtp_enabled
  40. nat_public_addr
  41. nat_private_addr
  42. nat_type
  43. -->
  44. <X-PRE-PROCESS cmd="set" data="sound_prefix=$${sounds_dir}/en/us/callie"/>
  45. <!--<Z-PRE-PROCESS cmd="set" data="sound_prefix=$${sounds_dir}/en/us/allison"/> -->
  46. <!--
  47. This setting is what sets the default domain FreeSWITCH will use if all else fails.
  48. FreeSWICH will default to $${local_ip_v4} unless changed. Changing this setting does
  49. affect the sip authentication. Please review conf/directory/default.xml for more
  50. information on this topic.
  51. -->
  52. <X-PRE-PROCESS cmd="set" data="domain=$${local_ip_v4}"/>
  53. <X-PRE-PROCESS cmd="set" data="domain_name=$${domain}"/>
  54. <X-PRE-PROCESS cmd="set" data="hold_music=local_stream://moh"/>
  55. <X-PRE-PROCESS cmd="set" data="use_profile=external"/>
  56. <X-PRE-PROCESS cmd="set" data="rtp_sdes_suites=AEAD_AES_256_GCM_8|AEAD_AES_128_GCM_8|AES_CM_256_HMAC_SHA1_80|AES_CM_192_HMAC_SHA1_80|AES_CM_128_HMAC_SHA1_80|AES_CM_256_HMAC_SHA1_32|AES_CM_192_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_32|AES_CM_128_NULL_AUTH"/>
  57. <!--
  58. Enable ZRTP globally you can override this on a per channel basis
  59. http://wiki.freeswitch.org/wiki/ZRTP (on how to enable zrtp)
  60. -->
  61. <X-PRE-PROCESS cmd="set" data="zrtp_secure_media=true"/>
  62. <!--
  63. NOTICE: When using SRTP it's critical that you do not offer or accept
  64. variable bit rate codecs, doing so would leak information and possibly
  65. compromise your SRTP stream. (FS-6404)
  66. Supported SRTP Crypto Suites:
  67. AEAD_AES_256_GCM_8
  68. ____________________________________________________________________________
  69. This algorithm is identical to AEAD_AES_256_GCM (see Section 5.2 of
  70. [RFC5116]), except that the tag length, t, is 8, and an
  71. authentication tag with a length of 8 octets (64 bits) is used.
  72. An AEAD_AES_256_GCM_8 ciphertext is exactly 8 octets longer than its
  73. corresponding plaintext.
  74. AEAD_AES_128_GCM_8
  75. ____________________________________________________________________________
  76. This algorithm is identical to AEAD_AES_128_GCM (see Section 5.1 of
  77. [RFC5116]), except that the tag length, t, is 8, and an
  78. authentication tag with a length of 8 octets (64 bits) is used.
  79. An AEAD_AES_128_GCM_8 ciphertext is exactly 8 octets longer than its
  80. corresponding plaintext.
  81. AES_CM_256_HMAC_SHA1_80 | AES_CM_192_HMAC_SHA1_80 | AES_CM_128_HMAC_SHA1_80
  82. ____________________________________________________________________________
  83. AES_CM_128_HMAC_SHA1_80 is the SRTP default AES Counter Mode cipher
  84. and HMAC-SHA1 message authentication with an 80-bit authentication
  85. tag. The master-key length is 128 bits and has a default lifetime of
  86. a maximum of 2^48 SRTP packets or 2^31 SRTCP packets, whichever comes
  87. first.
  88. AES_CM_256_HMAC_SHA1_32 | AES_CM_192_HMAC_SHA1_32 | AES_CM_128_HMAC_SHA1_32
  89. ____________________________________________________________________________
  90. This crypto-suite is identical to AES_CM_128_HMAC_SHA1_80 except that
  91. the authentication tag is 32 bits. The length of the base64-decoded key and
  92. salt value for this crypto-suite MUST be 30 octets i.e., 240 bits; otherwise,
  93. the crypto attribute is considered invalid.
  94. AES_CM_128_NULL_AUTH
  95. ____________________________________________________________________________
  96. The SRTP default cipher (AES-128 Counter Mode), but to use no authentication
  97. method. This policy is NOT RECOMMENDED unless it is unavoidable; see
  98. Section 7.5 of [RFC3711].
  99. SRTP variables that modify behaviors based on direction/leg:
  100. rtp_secure_media
  101. ____________________________________________________________________________
  102. possible values:
  103. mandatory - Accept/Offer SAVP negotiation ONLY
  104. optional - Accept/Offer SAVP/AVP with SAVP preferred
  105. forbidden - More useful for inbound to deny SAVP negotiation
  106. false - implies forbidden
  107. true - implies mandatory
  108. default if not set is accept SAVP inbound if offered.
  109. rtp_secure_media_inbound | rtp_secure_media_outbound
  110. ____________________________________________________________________________
  111. This is the same as rtp_secure_media, but would apply to either inbound
  112. or outbound offers specifically.
  113. How to specify crypto suites:
  114. ____________________________________________________________________________
  115. By default without specifying any crypto suites FreeSWITCH will offer
  116. crypto suites from strongest to weakest accepting the strongest each
  117. endpoint has in common. If you wish to force specific crypto suites you
  118. can do so by appending the suites in a comma separated list in the order
  119. that you wish to offer them in.
  120. Examples:
  121. rtp_secure_media=mandatory:AES_CM_256_HMAC_SHA1_80,AES_CM_256_HMAC_SHA1_32
  122. rtp_secure_media=true:AES_CM_256_HMAC_SHA1_80,AES_CM_256_HMAC_SHA1_32
  123. rtp_secure_media=optional:AES_CM_256_HMAC_SHA1_80
  124. rtp_secure_media=true:AES_CM_256_HMAC_SHA1_80
  125. Additionally you can narrow this down on either inbound or outbound by
  126. specifying as so:
  127. rtp_secure_media_inbound=true:AEAD_AES_256_GCM_8
  128. rtp_secure_media_inbound=mandatory:AEAD_AES_256_GCM_8
  129. rtp_secure_media_outbound=true:AEAD_AES_128_GCM_8
  130. rtp_secure_media_outbound=optional:AEAD_AES_128_GCM_8
  131. rtp_secure_media_suites
  132. ____________________________________________________________________________
  133. Optionaly you can use rtp_secure_media_suites to dictate the suite list
  134. and only use rtp_secure_media=[optional|mandatory|false|true] without having
  135. to dictate the suite list with the rtp_secure_media* variables.
  136. -->
  137. <!--
  138. Examples of codec options: (module must be compiled and loaded)
  139. codecname[@8000h|16000h|32000h[@XXi]]
  140. XX is the frame size must be multples allowed for the codec
  141. FreeSWITCH can support 10-120ms on some codecs.
  142. We do not support exceeding the MTU of the RTP packet.
  143. iLBC@30i - iLBC using mode=30 which will win in all cases.
  144. DVI4@8000h@20i - IMA ADPCM 8kHz using 20ms ptime. (multiples of 10)
  145. DVI4@16000h@40i - IMA ADPCM 16kHz using 40ms ptime. (multiples of 10)
  146. speex@8000h@20i - Speex 8kHz using 20ms ptime.
  147. speex@16000h@20i - Speex 16kHz using 20ms ptime.
  148. speex@32000h@20i - Speex 32kHz using 20ms ptime.
  149. BV16 - BroadVoice 16kb/s narrowband, 8kHz
  150. BV32 - BroadVoice 32kb/s wideband, 16kHz
  151. G7221@16000h - G722.1 16kHz (aka Siren 7)
  152. G7221@32000h - G722.1C 32kHz (aka Siren 14)
  153. CELT@32000h - CELT 32kHz, only 10ms supported
  154. CELT@48000h - CELT 48kHz, only 10ms supported
  155. GSM@40i - GSM 8kHz using 40ms ptime. (GSM is done in multiples of 20, Default is 20ms)
  156. G722 - G722 16kHz using default 20ms ptime. (multiples of 10)
  157. PCMU - G711 8kHz ulaw using default 20ms ptime. (multiples of 10)
  158. PCMA - G711 8kHz alaw using default 20ms ptime. (multiples of 10)
  159. G726-16 - G726 16kbit adpcm using default 20ms ptime. (multiples of 10)
  160. G726-24 - G726 24kbit adpcm using default 20ms ptime. (multiples of 10)
  161. G726-32 - G726 32kbit adpcm using default 20ms ptime. (multiples of 10)
  162. G726-40 - G726 40kbit adpcm using default 20ms ptime. (multiples of 10)
  163. AAL2-G726-16 - Same as G726-16 but using AAL2 packing. (multiples of 10)
  164. AAL2-G726-24 - Same as G726-24 but using AAL2 packing. (multiples of 10)
  165. AAL2-G726-32 - Same as G726-32 but using AAL2 packing. (multiples of 10)
  166. AAL2-G726-40 - Same as G726-40 but using AAL2 packing. (multiples of 10)
  167. LPC - LPC10 using 90ms ptime (only supports 90ms at this time in FreeSWITCH)
  168. L16 - L16 isn't recommended for VoIP but you can do it. L16 can exceed the MTU rather quickly.
  169. These are the passthru audio codecs:
  170. G729 - G729 in passthru mode. (mod_g729)
  171. G723 - G723.1 in passthru mode. (mod_g723_1)
  172. AMR - AMR in passthru mode. (mod_amr)
  173. These are the passthru video codecs: (mod_h26x)
  174. H261 - H.261 Video
  175. H263 - H.263 Video
  176. H263-1998 - H.263-1998 Video
  177. H263-2000 - H.263-2000 Video
  178. H264 - H.264 Video
  179. RTP Dynamic Payload Numbers currently used in FreeSWITCH and their purpose.
  180. 96 - AMR
  181. 97 - iLBC (30)
  182. 98 - iLBC (20)
  183. 99 - Speex 8kHz, 16kHz, 32kHz
  184. 100 -
  185. 101 - telephone-event
  186. 102 -
  187. 103 -
  188. 104 -
  189. 105 -
  190. 106 - BV16
  191. 107 - G722.1 (16kHz)
  192. 108 -
  193. 109 -
  194. 110 -
  195. 111 -
  196. 112 -
  197. 113 -
  198. 114 - CELT 32kHz, 48kHz
  199. 115 - G722.1C (32kHz)
  200. 116 -
  201. 117 - SILK 8kHz
  202. 118 - SILK 12kHz
  203. 119 - SILK 16kHz
  204. 120 - SILK 24kHz
  205. 121 - AAL2-G726-40 && G726-40
  206. 122 - AAL2-G726-32 && G726-32
  207. 123 - AAL2-G726-24 && G726-24
  208. 124 - AAL2-G726-16 && G726-16
  209. 125 -
  210. 126 -
  211. 127 - BV32
  212. -->
  213. <X-PRE-PROCESS cmd="set" data="global_codec_prefs=OPUS,G722,PCMU,PCMA,H264,VP8"/>
  214. <X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=OPUS,G722,PCMU,PCMA,H264,VP8"/>
  215. <!--
  216. xmpp_client_profile and xmpp_server_profile
  217. xmpp_client_profile can be any string.
  218. xmpp_server_profile is appended to "dingaling_" to form the database name
  219. containing the "subscriptions" table.
  220. used by: dingaling.conf.xml enum.conf.xml
  221. -->
  222. <X-PRE-PROCESS cmd="set" data="xmpp_client_profile=xmppc"/>
  223. <X-PRE-PROCESS cmd="set" data="xmpp_server_profile=xmpps"/>
  224. <!--
  225. THIS IS ONLY USED FOR DINGALING
  226. bind_server_ip
  227. Can be an ip address, a dns name, or "auto".
  228. This determines an ip address available on this host to bind.
  229. If you are separating RTP and SIP traffic, you will want to have
  230. use different addresses where this variable appears.
  231. Used by: dingaling.conf.xml
  232. -->
  233. <X-PRE-PROCESS cmd="set" data="bind_server_ip=auto"/>
  234. <!-- NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
  235. If you're going to load test FreeSWITCH please input real IP addresses
  236. for external_rtp_ip and external_sip_ip
  237. -->
  238. <!-- external_rtp_ip
  239. Can be an one of:
  240. ip address: "12.34.56.78"
  241. a stun server lookup: "stun:stun.server.com"
  242. a DNS name: "host:host.server.com"
  243. where fs.mydomain.com is a DNS A record-useful when fs is on
  244. a dynamic IP address, and uses a dynamic DNS updater.
  245. If unspecified, the bind_server_ip value is used.
  246. Used by: sofia.conf.xml dingaling.conf.xml
  247. -->
  248. <X-PRE-PROCESS cmd="stun-set" data="external_rtp_ip=stun:stun.freeswitch.org"/>
  249. <!-- external_sip_ip
  250. Used as the public IP address for SDP.
  251. Can be an one of:
  252. ip address: "12.34.56.78"
  253. a stun server lookup: "stun:stun.server.com"
  254. a DNS name: "host:host.server.com"
  255. where fs.mydomain.com is a DNS A record-useful when fs is on
  256. a dynamic IP address, and uses a dynamic DNS updater.
  257. If unspecified, the bind_server_ip value is used.
  258. Used by: sofia.conf.xml dingaling.conf.xml
  259. -->
  260. <X-PRE-PROCESS cmd="stun-set" data="external_sip_ip=stun:stun.freeswitch.org"/>
  261. <!-- unroll-loops
  262. Used to turn on sip loopback unrolling.
  263. -->
  264. <X-PRE-PROCESS cmd="set" data="unroll_loops=true"/>
  265. <!-- outbound_caller_id and outbound_caller_name
  266. The caller ID telephone number we should use when calling out.
  267. Used by: conference.conf.xml and user directory for default
  268. outbound callerid name and number.
  269. -->
  270. <X-PRE-PROCESS cmd="set" data="outbound_caller_name=FreeSWITCH"/>
  271. <X-PRE-PROCESS cmd="set" data="outbound_caller_id=0000000000"/>
  272. <!-- various debug and defaults -->
  273. <X-PRE-PROCESS cmd="set" data="call_debug=false"/>
  274. <X-PRE-PROCESS cmd="set" data="console_loglevel=info"/>
  275. <X-PRE-PROCESS cmd="set" data="default_areacode=918"/>
  276. <X-PRE-PROCESS cmd="set" data="default_country=US"/>
  277. <!-- if false or undefined, the destination number is included in presence NOTIFY dm:note.
  278. if true, the destination number is not included -->
  279. <X-PRE-PROCESS cmd="set" data="presence_privacy=false"/>
  280. <X-PRE-PROCESS cmd="set" data="au-ring=%(400,200,383,417);%(400,2000,383,417)"/>
  281. <X-PRE-PROCESS cmd="set" data="be-ring=%(1000,3000,425)"/>
  282. <X-PRE-PROCESS cmd="set" data="ca-ring=%(2000,4000,440,480)"/>
  283. <X-PRE-PROCESS cmd="set" data="cn-ring=%(1000,4000,450)"/>
  284. <X-PRE-PROCESS cmd="set" data="cy-ring=%(1500,3000,425)"/>
  285. <X-PRE-PROCESS cmd="set" data="cz-ring=%(1000,4000,425)"/>
  286. <X-PRE-PROCESS cmd="set" data="de-ring=%(1000,4000,425)"/>
  287. <X-PRE-PROCESS cmd="set" data="dk-ring=%(1000,4000,425)"/>
  288. <X-PRE-PROCESS cmd="set" data="dz-ring=%(1500,3500,425)"/>
  289. <X-PRE-PROCESS cmd="set" data="eg-ring=%(2000,1000,475,375)"/>
  290. <X-PRE-PROCESS cmd="set" data="es-ring=%(1500,3000,425)"/>
  291. <X-PRE-PROCESS cmd="set" data="fi-ring=%(1000,4000,425)"/>
  292. <X-PRE-PROCESS cmd="set" data="fr-ring=%(1500,3500,440)"/>
  293. <X-PRE-PROCESS cmd="set" data="hk-ring=%(400,200,440,480);%(400,3000,440,480)"/>
  294. <X-PRE-PROCESS cmd="set" data="hu-ring=%(1250,3750,425)"/>
  295. <X-PRE-PROCESS cmd="set" data="il-ring=%(1000,3000,400)"/>
  296. <X-PRE-PROCESS cmd="set" data="in-ring=%(400,200,425,375);%(400,2000,425,375)"/>
  297. <X-PRE-PROCESS cmd="set" data="jp-ring=%(1000,2000,420,380)"/>
  298. <X-PRE-PROCESS cmd="set" data="ko-ring=%(1000,2000,440,480)"/>
  299. <X-PRE-PROCESS cmd="set" data="pk-ring=%(1000,2000,400)"/>
  300. <X-PRE-PROCESS cmd="set" data="pl-ring=%(1000,4000,425)"/>
  301. <X-PRE-PROCESS cmd="set" data="ro-ring=%(1850,4150,475,425)"/>
  302. <X-PRE-PROCESS cmd="set" data="rs-ring=%(1000,4000,425)"/>
  303. <X-PRE-PROCESS cmd="set" data="ru-ring=%(800,3200,425)"/>
  304. <X-PRE-PROCESS cmd="set" data="sa-ring=%(1200,4600,425)"/>
  305. <X-PRE-PROCESS cmd="set" data="tr-ring=%(2000,4000,450)"/>
  306. <X-PRE-PROCESS cmd="set" data="uk-ring=%(400,200,400,450);%(400,2000,400,450)"/>
  307. <X-PRE-PROCESS cmd="set" data="us-ring=%(2000,4000,440,480)"/>
  308. <X-PRE-PROCESS cmd="set" data="bong-ring=v=-7;%(100,0,941.0,1477.0);v=-7;>=2;+=.1;%(1400,0,350,440)"/>
  309. <X-PRE-PROCESS cmd="set" data="beep=%(1000,0,640)"/>
  310. <X-PRE-PROCESS cmd="set" data="sit=%(274,0,913.8);%(274,0,1370.6);%(380,0,1776.7)"/>
  311. <!--
  312. Digits Dialed filter: (FS-6940)
  313. The digits stream may contain valid credit card numbers or social security numbers, These digit
  314. filters will allow you to make a valant effort to stamp out sensitive information for
  315. PCI/HIPPA compliance. (see xml_cdr dialed_digits)
  316. df_us_ssn = US Social Security Number pattern
  317. df_us_luhn = Visa, MasterCard, American Express, Diners Club, Discover and JCB
  318. -->
  319. <X-PRE-PROCESS cmd="set" data="df_us_ssn=(?!219099999|078051120)(?!666|000|9\d{2})\d{3}(?!00)\d{2}(?!0{4})\d{4}"/>
  320. <X-PRE-PROCESS cmd="set" data="df_luhn=?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|6(?:011|5[0-9]{2})[0-9]{12}|(?:2131|1800|35\d{3})\d{11}"/>
  321. <!-- change XX to X below to enable -->
  322. <XX-PRE-PROCESS cmd="set" data="digits_dialed_filter=(($${df_luhn})|($${df_us_ssn}))"/>
  323. <!--
  324. Setting up your default sip provider is easy.
  325. Below are some values that should work in most cases.
  326. These are for conf/directory/default/example.com.xml
  327. -->
  328. <X-PRE-PROCESS cmd="set" data="default_provider=example.com"/>
  329. <X-PRE-PROCESS cmd="set" data="default_provider_username=joeuser"/>
  330. <X-PRE-PROCESS cmd="set" data="default_provider_password=password"/>
  331. <X-PRE-PROCESS cmd="set" data="default_provider_from_domain=example.com"/>
  332. <!-- true or false -->
  333. <X-PRE-PROCESS cmd="set" data="default_provider_register=false"/>
  334. <X-PRE-PROCESS cmd="set" data="default_provider_contact=5000"/>
  335. <!--
  336. SIP and TLS settings. http://wiki.freeswitch.org/wiki/Tls
  337. valid options: sslv2,sslv3,sslv23,tlsv1,tlsv1.1,tlsv1.2
  338. default: tlsv1,tlsv1.1,tlsv1.2
  339. -->
  340. <X-PRE-PROCESS cmd="set" data="sip_tls_version=tlsv1,tlsv1.1,tlsv1.2"/>
  341. <!--
  342. TLS cipher suite: default ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH
  343. The actual ciphers supported will change per platform.
  344. openssl ciphers -v 'ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH'
  345. Will show you what is available in your verion of openssl.
  346. -->
  347. <X-PRE-PROCESS cmd="set" data="sip_tls_ciphers=ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH"/>
  348. <!-- Internal SIP Profile -->
  349. <X-PRE-PROCESS cmd="set" data="internal_auth_calls=true"/>
  350. <X-PRE-PROCESS cmd="set" data="internal_sip_port=5060"/>
  351. <X-PRE-PROCESS cmd="set" data="internal_tls_port=5061"/>
  352. <X-PRE-PROCESS cmd="set" data="internal_ssl_enable=false"/>
  353. <!-- External SIP Profile -->
  354. <X-PRE-PROCESS cmd="set" data="external_auth_calls=false"/>
  355. <X-PRE-PROCESS cmd="set" data="external_sip_port=5080"/>
  356. <X-PRE-PROCESS cmd="set" data="external_tls_port=5081"/>
  357. <X-PRE-PROCESS cmd="set" data="external_ssl_enable=false"/>
  358. <!-- Video Settings -->
  359. <!-- Setting the max bandwdith -->
  360. <X-PRE-PROCESS cmd="set" data="rtp_video_max_bandwidth_in=3mb"/>
  361. <X-PRE-PROCESS cmd="set" data="rtp_video_max_bandwidth_out=3mb"/>
  362. <!-- WebRTC Video -->
  363. <!-- Suppress CNG for WebRTC Audio -->
  364. <X-PRE-PROCESS cmd="set" data="suppress_cng=true"/>
  365. <!-- Enable liberal DTMF for those that can't get it right -->
  366. <X-PRE-PROCESS cmd="set" data="rtp_liberal_dtmf=true"/>
  367. <!-- Helps with WebRTC Audio -->
  368. <!-- Stock Video Avatars -->
  369. <X-PRE-PROCESS cmd="set" data="video_mute_png=$${images_dir}/default-mute.png"/>
  370. <X-PRE-PROCESS cmd="set" data="video_no_avatar_png=$${images_dir}/default-avatar.png"/>
  371. </include>