sigh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12596 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8ce635042f
commit
fda73fc4a9
|
@ -193,11 +193,9 @@
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
if the calling party is the called party, go to their VM
|
dial the extension (1000-1019) for 30 seconds and go to voicemail if the
|
||||||
if the calling party is NOT the called party dial the extension
|
call fails (continue_on_fail=true), otherwise hang up after a successful
|
||||||
(1000-1019) for 30 seconds and go to voicemail if the
|
bridge (hangup_after-bridge=true)
|
||||||
call fails (continue_on_fail=true), otherwise hang up after a
|
|
||||||
successful bridge (hangup_after-bridge=true)
|
|
||||||
-->
|
-->
|
||||||
<extension name="Local_Extension">
|
<extension name="Local_Extension">
|
||||||
<condition field="destination_number" expression="^(10[01][0-9])$">
|
<condition field="destination_number" expression="^(10[01][0-9])$">
|
||||||
|
|
Loading…
Reference in New Issue