diff options
author | mcrane <mctch@yahoo.com> | 2009-04-25 23:49:34 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-04-25 23:49:34 -0600 |
commit | 1a72877f15f102d427d445b5bbbcc1fcfe5753a2 (patch) | |
tree | 04b0d014dbfa6bebd5034e9488bb4b47f2ed427e /config/freeswitch/freeswitch.xml | |
parent | 8e3014425a42a3e76ca8c5b4bf61c4913fbc1148 (diff) | |
download | pfsense-packages-1a72877f15f102d427d445b5bbbcc1fcfe5753a2.tar.gz pfsense-packages-1a72877f15f102d427d445b5bbbcc1fcfe5753a2.tar.bz2 pfsense-packages-1a72877f15f102d427d445b5bbbcc1fcfe5753a2.zip |
FreeSWITCH add mod_shout to the settings tab.
Diffstat (limited to 'config/freeswitch/freeswitch.xml')
-rw-r--r-- | config/freeswitch/freeswitch.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/freeswitch/freeswitch.xml b/config/freeswitch/freeswitch.xml index f0aefb79..b6dd9192 100644 --- a/config/freeswitch/freeswitch.xml +++ b/config/freeswitch/freeswitch.xml @@ -456,6 +456,18 @@ <description>Enter the SMTP From Name.</description> <type>input</type> </field> + <field> + <fielddescr>Mod Shout Decoder</fielddescr> + <fieldname>mod_shout_decoder</fieldname> + <description>Enter the Decoder. default: i386</description> + <type>input</type> + </field> + <field> + <fielddescr>Mod Shout Volume</fielddescr> + <fieldname>mod_shout_volume</fieldname> + <description>Enter the Volume. default: 0.3</description> + <type>input</type> + </field> </fields> <custom_add_php_command> </custom_add_php_command> |