[Freeswitch-users] Voicemail x DID

Jair Santos jairds at shaw.ca
Wed Sep 24 16:01:46 PDT 2008


 
Thank you ,
 
but if I don't transfer the extension won't ring.
 
Jair
 
 

 

-----Original Message-----
From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael
Jerris
Sent: Wednesday, September 24, 2008 3:26 PM
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] Voicemail x DID



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/e5e3e7c7/attachment-0002.html 


More information about the FreeSWITCH-users mailing list