]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_protovm: Commenting out sound file not present in callie sound set
authorMarc Olivier Chouinard <mochouinard@moctel.com>
Sat, 9 Jul 2011 07:39:57 +0000 (03:39 -0400)
committerMarc Olivier Chouinard <mochouinard@moctel.com>
Sat, 9 Jul 2011 07:39:57 +0000 (03:39 -0400)
src/mod/applications/mod_protovm/sounds.xml

index 45f5767ef918f4597eccd0c7986d2c593c8daa2a..35dcef169a6fb337050d9515ea2c4aee98f64eb5 100644 (file)
     <macro name="listen_file_check">
       <input>
         <match>
-       <action function="phrase" phrase="press_key@protovm" data="${VM-Key-Main-Next-Msg}:voicemail/vm-for_next_msg.wav"/>
+       <!--<action function="phrase" phrase="press_key@protovm" data="${VM-Key-Main-Next-Msg}:voicemail/vm-for_next_msg.wav"/>--> <!-- Not existant in callie recordings -->
        <action function="phrase" phrase="press_key@protovm" data="${VM-Key-Main-Listen-File}:voicemail/vm-listen_to_recording.wav"/>
        <action function="phrase" phrase="press_key@protovm" data="${VM-Key-Main-Save-File}:voicemail/vm-save_recording.wav"/>
        <action function="phrase" phrase="press_key@protovm" data="${VM-Key-Main-Delete-File}:voicemail/vm-delete_recording.wav"/>