[Freeswitch-users] Voicemail x DID

Jair Santos jairds at shaw.ca
Thu Sep 25 08:12:02 PDT 2008


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
 
 
 
 

 

-----Original Message-----
From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael
Collins
Sent: Wednesday, September 24, 2008 4:53 PM
To: freeswitch-users at 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 at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Jair
Santos
Sent: Wednesday, September 24, 2008 4:41 PM
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] Voicemail x DID

 

Yes it rings, just doesn't transfer to  VM on timeout.

 

 

Jair

 

-----Original Message-----
From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael
Collins
Sent: Wednesday, September 24, 2008 4:38 PM
To: freeswitch-users at 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 at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Jair
Santos
Sent: Wednesday, September 24, 2008 4:22 PM
To: freeswitch-users at 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

 

 

-----Original Message-----
From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael
Collins
Sent: Wednesday, September 24, 2008 4:17 PM
To: freeswitch-users at 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 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/20080925/91629590/attachment-0002.html 


More information about the FreeSWITCH-users mailing list