mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 11:13:50 +00:00
Added this to set default language only when its not already set. This is more flexible then setting it in global-variables or domain-variables.
8 lines
477 B
XML
8 lines
477 B
XML
<extension name="default_language" number="" context="${domain_name}" continue="true" app_uuid="7aeb5e2d-8ee7-4ea6-b6d7-e93096c2fe4f" enabled="false" order="75">
|
|
<condition field="${default_language}" expression="^$" break="never">
|
|
<action application="set" data="default_language=en" inline="true"/>
|
|
<action application="set" data="default_dialect=us" inline="true"/>
|
|
<action application="set" data="default_voice=callie" inline="true"/>
|
|
</condition>
|
|
</extension>
|