revert a previous change that I did
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9124 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e9b1555997
commit
cf1f9503e8
|
@ -2,7 +2,7 @@
|
||||||
<settings>
|
<settings>
|
||||||
</settings>
|
</settings>
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile name="$${domain}">
|
<profile name="default">
|
||||||
<param name="file-extension" value="wav"/>
|
<param name="file-extension" value="wav"/>
|
||||||
<param name="terminator-key" value="#"/>
|
<param name="terminator-key" value="#"/>
|
||||||
<param name="max-login-attempts" value="3"/>
|
<param name="max-login-attempts" value="3"/>
|
||||||
|
|
|
@ -145,7 +145,7 @@
|
||||||
<action application="set" data="voicemail_authorized=${sip_authorized}"/>
|
<action application="set" data="voicemail_authorized=${sip_authorized}"/>
|
||||||
<action application="answer"/>
|
<action application="answer"/>
|
||||||
<action application="sleep" data="1000"/>
|
<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> -->
|
<!-- 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="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="bind_meta_app" data="2 b s record_session::$${base_dir}/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
|
||||||
|
@ -162,7 +162,7 @@
|
||||||
<anti-action application="answer"/>
|
<anti-action application="answer"/>
|
||||||
<!--<anti-action application="send_display" data="Voicemail for ${dialed_ext}"/>-->
|
<!--<anti-action application="send_display" data="Voicemail for ${dialed_ext}"/>-->
|
||||||
<anti-action application="sleep" data="1000"/>
|
<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>
|
</condition>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue