[Freeswitch-users] Picking up voicemail

Troy Anderson troy at tlainvestments.com
Fri Apr 30 18:21:49 PDT 2010


In voicemail.conf.xml, there are vmain-key and vmain-extension params.  Set the vmail-extension to something in your dial plan that drops you into voicemail main, and you're good to go.

In voicemail.conf.xml:

      <param name="vmain-key" value="9"/>
      <param name="vmain-extension" value="vmain"/>

In default.xml:

    <extension name="vmain">
      <condition field="destination_number" expression="^vmain$">
        <action application="answer"/>
        <action application="sleep" data="1000"/>
        <action application="voicemail" data="check default ${domain_name}"/>  
      </condition>
    </extension>

Then, pressing 9 while in the voicemail menu would prompt you to enter the extension you want to check, then password, etc...

-Troy


On Apr 30, 2010, at 7:02 AM, Dave Stevenson wrote:

> Hi Mike,
>  
> thanks a lot for the reply. I would still like to be able to get into the rest of the system, i.e., other mailboxes than the default, so if someone can shed any more light on this, that would be great.
>  
> In the meantime though, you are absolutely right on the default behaviour! Hitting "0" when the outgoing message is being played does get you to the default mailbox. I was not aware of this and there seems to be another problem which has muddied the waters for me. When I test various bit and pieces coming in from the PSTN line, I have been using my mobile phone (cell phone to you guys), the fact that my cell phone does not behave the same way as a land line seems to have been the problem.
>  
> It seems that hitting a key on the cell phone is picked up by FreeSWITCH to drop you into the voice mail system, but entering the "#" to enter the mailbox password isn't.
>  
> However, when I do the same thing from a land-line (actually, a VOIP phone from the office) the mailbox password is correctly recognised. The problem seems to be recognising the "#" entered through a cell phone. Are you aware of any issues with cell phone tones being recognised by FreeSWITCH ?
>  
> regards
> Dave
>  
> ----- Original Message -----
> From: Michael Collins
> To: freeswitch-users at lists.freeswitch.org
> Sent: Thursday, April 29, 2010 8:41 PM
> Subject: Re: [Freeswitch-users] Picking up voicemail
> 
> 
> 
> On Thu, Apr 29, 2010 at 11:15 AM, Dave Stevenson <stevendt at primrosebank.net> wrote:
> Hi,
>  
> I have FreeSWITCH running over an internal IP network, connected to the PSTN line with an SPA-3102. When an outside (PSTN) call comes in, a Group of phones are rung until the first one picks up or until the caller falls over to voice mail and can leave a message in the Group Mailbox (100). I can retrieve the messages from any local phone - so far, so good.
>  
> I'd like to be able to call in through the same PSTN line and interrogate the group mailbox, or any mailbox come to that. Can someone point me in the right direction for how to set this up please ? i.e., once FreeSwitch has answered the call and the voicemail prompts have stated, can they be interrupted so that I can get to the voice mail extension.
> 
> I think by default you can dial 0 while listening to the voicemail outgoing message to log into the voicemail, however I don't believe there's a default way of turning the vm login into a gateway to the rest of the system. Anyone?
> -MC
> 
> 
> 
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100430/c1836c44/attachment-0001.html 


More information about the FreeSWITCH-users mailing list