Thank you for all suggestions.

Simon,

I will try your suggestion and update later today. This is what I want to
do.

This may solve my problem.

Lloyd

On Sat, Jul 12, 2008 at 8:42 AM, Simon P. Ditner <[EMAIL PROTECTED]> wrote:

> This solution is experimental, you'll likely have to muck around a bit
> to get it working correctly... You could use the [applicationmap] in
> features.conf, though that only works when there are two channels
> involved -- so you would have to loop the call through chan_local
> first.
>
> /etc/asterisk/features.conf (the syntax for this feature has been
> changing, check the example for your version)
> [applicationmap]
> ivrjump => #9,caller,Goto,incoming|s|1    ; Goto my IVR
>
> /etc/asterisk/extensions.conf:
> [incoming]
> exten => s,1,Background(WelcomeToABC)
> exten => s,n,WaitExten(3)
>
> exten => 123,1,Dial(SIP/somephone)
> exten => 123,n+101,Dial(Local/[EMAIL PROTECTED])
>
> [voicemail]
> exten => _X,1,Set(DYNAMIC_FEATURES=ivrjump)
> exten => _X,n,Voicemail(${EXTEN}u)
>
> They should now be able to hit #9 at any time to jump back to the IVR,
> maybe.
>
> On Sat, Jul 12, 2008 at 3:00 AM, Martin Glazer <[EMAIL PROTECTED]>
> wrote:
> > Hi,
> >
> > I know that you can exit the voicemail system while leaving a message by
> > pressing 0, which takes you back to a defined extension in FreePBX,
> however
> > I don't know of a way to exit when you are listening to messages.
> >
> > To me that would be something defined in the voicemail application
> > app_voicemail an so you might want to take a look through there.
> >
> > M
> >
> > Syd Carter wrote:
> >>
> >> Well.  I'm definitely no guru on this subject however I think your going
> >> to have to be creative to achieve what your looking to do.  I know that
> you
> >> can dial the caller who left you the message.  If you want to provide
> the
> >> person with full access to dialing any extension then the only thought
> that
> >> comes to mind is if you create a fake voicemail entry, that when dialed,
> >> puts you into a DISA context (somewhat).
> >>
> >> Aloysius Thevarajah Lloyd wrote:
> >>>
> >>> Hi All,
> >>>
> >>> Here is the scenario .... User Extension 209 want to spaek to 220 when
> >>> 209
> >>> is inside the voicemail system...
> >>>
> >>>
> >>> 1. Dial the Outside access number 416 999 9999
> >>>
> >>> 2. He/she will hear a IVR
> >>>
> >>> 3. On the IVR he Dial *209 go to his voicemail. ( VoiceMail System)
> >>>
> >>> 4. When he is listening the voicemail messages .... he want  to speak
> the
> >>> person on extension 220
> >>> How can I do this ?
> >>>
> >>> Or
> >>>
> >>> How can I return to the Main IVR menu?
> >>>
> >>> I do not want to hangup the call and Dail agian
> >>>
> >>> Thank you
> >>>
> >>> Lloyd
> >>>
> >>>
> >>>
> >>>
> >>> On Fri, Jul 11, 2008 at 12:30 PM, Aloysius Thevarajah Lloyd <
> >>> [EMAIL PROTECTED]> wrote:
> >>>
> >>>
> >>>>
> >>>> Hi All,
> >>>>
> >>>> In freepbx how to dial another extension once a caller got into voice
> >>>> mail.
> >>>>
> >>>> I mean dial a extension from the voice mail system.
> >>>>
> >>>> Thank you
> >>>> Lloyd
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>
> >>>
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>
> --
> | It ain't what you don't know that gets you into trouble. It's what
> | you know for sure that just ain't so. -- Mark Twain
> |
> | The Toronto Asterisk Users Group
> | Join the discussion group by visiting http://taug.ca
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to