[Freeswitch-users] Voicemail x DID

Michael Collins mcollins at fcnetwork.com
Wed Sep 24 16:17:52 PDT 2008


Transferring to "1000" will send the call to another extension
altogether - it won't be in "public_did" but rather whatever extension
matches "destination_number" with a value of "1000" - no?

 

________________________________

From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Jair
Santos
Sent: Wednesday, September 24, 2008 4:10 PM
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] Voicemail x DID

 

Is it not ?

 

 

<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>

 

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

	Why not put the voicemail below the extension you transfer
too... 

	 

	/b

	 

	On Sep 24, 2008, at 4:01 PM, Jair Santos wrote:

	
	
	

	 

	Thank you ,

	 

	but if I don't transfer the extension won't ring.

	 

	Jair

	 

	 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080924/4c8ea196/attachment-0002.html 


More information about the FreeSWITCH-users mailing list