summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-03-14 10:41:54 -0400
committerPeter Kozak <spag@golwen.net>2013-03-14 10:41:54 -0400
commitc6e23b514c5c58172df8ead7adc735266b700545 (patch)
tree83a026c944d9ee71d4256a554e365e0ddf6c5abd
parente6357789d72ec6b5fa5f879c767874ebdde16f31 (diff)
conference_alone macro added
-rw-r--r--misc/freeswitch/conf/freeswitch.xml14
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>