vars.xml 19 KB

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