[Freeswitch-users] Voicemail x DID

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


Jair,

 

Are you meaning to call an extension, and if the called party doesn't
answer, go to his/her voicemail? If so you probably want to do a bridge
app with a timeout value. Check out:

http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bridgecall#Timeout

 

So you set a timeout, then bridge, and if there's no answer then it will
fall to the voicemail app... 

Just a thought.

 

-MC

 

________________________________

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:02 PM
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] Voicemail x DID

 

 

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


More information about the FreeSWITCH-users mailing list