mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Create 075_default_language.xml
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.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user