]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
revert a previous change that I did
authorBrian West <brian@freeswitch.org>
Mon, 21 Jul 2008 16:48:05 +0000 (16:48 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 21 Jul 2008 16:48:05 +0000 (16:48 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9124 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/voicemail.conf.xml
conf/dialplan/default.xml

index dc2bcd62a41b8ae5f4601a3827b1f9472677e205..d824fafd2eb04aadc9ff75dd0276c7f38d56d8c0 100644 (file)
@@ -2,7 +2,7 @@
   <settings>
   </settings>
   <profiles>
-    <profile name="$${domain}">
+    <profile name="default">
       <param name="file-extension" value="wav"/>
       <param name="terminator-key" value="#"/>
       <param name="max-login-attempts" value="3"/>
index b2a3cc9a4f08396fd2bffa41cdc73d0943978e41..5c75586a12d692d8202e53ccb59997405b53f737 100644 (file)
        <action application="set" data="voicemail_authorized=${sip_authorized}"/>
        <action application="answer"/>
        <action application="sleep" data="1000"/>
-       <action application="voicemail" data="check $${domain} $${domain} ${dialed_ext}"/>
+       <action application="voicemail" data="check default $${domain} ${dialed_ext}"/>
        <!-- bind_meta_app can have these args <key> [a|b|ab] [a|b|o|s] <app> -->
        <anti-action application="bind_meta_app" data="1 b s execute_extension::dx XML features"/>
        <anti-action application="bind_meta_app" data="2 b s record_session::$${base_dir}/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
        <anti-action application="answer"/>
        <!--<anti-action application="send_display" data="Voicemail for ${dialed_ext}"/>-->
        <anti-action application="sleep" data="1000"/>
-       <anti-action application="voicemail" data="$${domain} $${domain} ${dialed_ext}"/>
+       <anti-action application="voicemail" data="default $${domain} ${dialed_ext}"/>
       </condition>
     </extension>