[Freeswitch-users] Voicemail x DID

Michael Jerris mike at jerris.com
Wed Sep 24 18:26:23 EDT 2008


On Sep 24, 2008, at 6:17 PM, Jair Santos wrote:

> Hi,
>
> If I call ext 1000 the voicemail system answer on timeout . If I  
> call a DID that is linked to that same extension it  returns a busy  
> signal when it is trying to call the VM.
>
> In my public.xml I have
>
>  <extension name="public_did">
>
>       <condition field="destination_number" expression="^(3462101)$"/>
>          <condition field="${sip_h_X-DID}"  
> expression="^(3105266066)$">
>
>         <action application="transfer" data="1000"/>
>         <action application="voicemail" data="default $${domain}  
> 1000"/>
>
>
>       </condition>
>     </extension>
>

if you transfer, any actions after it will not get executed.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080924/c4630448/attachment.html 


More information about the Freeswitch-users mailing list