diff options
author | Peter Kozak <spag@golwen.net> | 2013-03-14 10:41:54 -0400 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-03-14 10:41:54 -0400 |
commit | c6e23b514c5c58172df8ead7adc735266b700545 (patch) | |
tree | 83a026c944d9ee71d4256a554e365e0ddf6c5abd /misc | |
parent | e6357789d72ec6b5fa5f879c767874ebdde16f31 (diff) |
conference_alone macro added
Diffstat (limited to 'misc')
-rw-r--r-- | misc/freeswitch/conf/freeswitch.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/freeswitch/conf/freeswitch.xml b/misc/freeswitch/conf/freeswitch.xml index ffa1f31..b322ff5 100644 --- a/misc/freeswitch/conf/freeswitch.xml +++ b/misc/freeswitch/conf/freeswitch.xml @@ -515,6 +515,13 @@ </match> </input> </macro> + <macro name="conference_alone"> + <input pattern="^(.*)$"> + <match> + <action function="play-file" data="conference/conf-alone.wav"/> + </match> + </input> + </macro> </macros> </phrases> </language> @@ -1027,6 +1034,13 @@ </match> </input> </macro> + <macro name="conference_alone"> + <input pattern="^(.*)$"> + <match> + <action function="play-file" data="conference/conf-alone.wav"/> + </match> + </input> + </macro> </macros> </phrases> </language> |