VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
jairds at shaw.ca Guest
|
Posted: Thu Sep 25, 2008 10:25 am Post subject: [Freeswitch-users] Voicemail x DID |
|
|
Michael,
did you have a chance to take a look at the ouputs I pastbin yesterday?
The only thing I noted is
When I called the ext and transfered to VM
http://pastebin.freeswitch.org/5649
When called the DID and it didnt transfer to VM
http://pastebin.freeswitch.org/5650
Quote: |
-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Michael Collins
Sent: Wednesday, September 24, 2008 4:53 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Voicemail x DID
Can you press F8 and capture the output and then drop it into a pastebin? That would help a lot. Might be good to capture a working call too so that we can compare.
-MC
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Jair Santos
Sent: Wednesday, September 24, 2008 4:41 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Voicemail x DID
Yes it rings, just doesn't transfer to VM on timeout.
Jair
Quote: |
-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Michael Collins
Sent: Wednesday, September 24, 2008 4:38 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Voicemail x DID
Does x1000 ring when you do the transfer app in your “public_did” extension? Possibly you need to transfer with data=”1000 XML default” to make sure that you are in the correct context? Also, when you bridge here you still need a timeout, don’t you? Also, shouldn’t you be setting continue_on_fail to true? See: http://wiki.freeswitch.org/wiki/Channel_Variables#continue_on_fail
Just making sure that I understand what is supposed to be happening…
-MC
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Jair Santos
Sent: Wednesday, September 24, 2008 4:22 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Voicemail x DID
Thanks Michael,
actually when I call the extension itself the call is transfered to VM.
<extension name="internal">
<condition field="destination_number" expression="^(\d{4})$">
<action application="bridge" data="sofia/internal/$1%voipclic.com"/>
<action application="voicemail" data="default $${domain} $1"/>
</condition>
</extension>
But if there is a DID linked to the extension, and this DID is called, the VM doesn't work.
Jair
Quote: |
-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Michael Collins
Sent: Wednesday, September 24, 2008 4:17 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Voicemail x DID
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@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Jair Santos
Sent: Wednesday, September 24, 2008 4:02 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Voicemail x DID
Thank you ,
but if I don't transfer the extension won't ring.
Jair
Quote: |
-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Michael Jerris
Sent: Wednesday, September 24, 2008 3:26 PM
To: freeswitch-users@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.
|
|
|
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|