]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add valet macros
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 13 Oct 2009 23:06:04 +0000 (23:06 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 13 Oct 2009 23:06:04 +0000 (23:06 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15156 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/lang/en/vm/sounds.xml

index 96f6404e1b6e43927e2969c0294e5af70c8d9473..f09ecb1acc05ef4c6129406a10dcb188a588f365 100644 (file)
     </input>
   </macro>
 
+  <macro name="valet_announce_ext">
+    <input pattern="^([^\:]+):(.*)$">
+      <match>
+        <action function="say" data="$2" method="pronounced" type="name_spelled"/>
+      </match>
+    </input>
+  </macro>
+
+  <macro name="valet_lot_full">
+    <input pattern="^(.*)$">
+      <match>
+        <action function="play-file" data="tone_stream://%(275,10,600);%(275,100,300)"/>
+      </match>
+    </input>
+  </macro>
+
+  <macro name="valet_lot_empty">
+    <input pattern="^(.*)$">
+      <match>
+        <action function="play-file" data="tone_stream://%(275,10,600);%(275,100,300)"/>
+      </match>
+    </input>
+  </macro>
+
+
 
 </include><!--This line will be ignored it's here to validate the xml and is optional -->