[Freeswitch-users] Dialplan help
Elliott Vogel
elliott at zoogmedia.com
Thu Jan 26 00:52:21 MSK 2012
Hello, I'm trying to create a dial plan where a user is not registered (online) or an error sip message (480,486,500) is received; I want the call be sent to another sip address.
I want to use within this context:
<extension name="15618351100">
<condition field="destination_number" expression="^\+(15618351100)$" />
<condition field="caller_id_number" expression="^\+(\d+)$">
<action application="ring_ready" />
<action application="set" data="ignore_early_media=true"/>
<action application="bridge" data="user/elliott at zoogmedia.com"/<mailto:user/elliott at zoogmedia.com"/>>
</condition>
</extension>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120125/df9dbac7/attachment.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list