[Freeswitch-users] Default action on IVR menus

Phillip Jones pjintheusa at gmail.com
Sun Sep 26 11:47:39 PDT 2010


Thanks Guys - I was thinking about it the wrong way.

This makes perfect sense now.

On Sun, Sep 26, 2010 at 2:30 PM, <covici at ccs.covici.com> wrote:

> I had this same problem and was told to just put the app after the
> voicemail app in the dialplan so after exiting it will do what you want,
> however if there is a transfer in the menu it will never get there.
>
> Hope that helps.
>
> Phillip Jones <pjintheusa at gmail.com> wrote:
>
> > Hi all,
> >
> > Is is possible to define a default action in an IVR menu? i.e. an action
> > that is taken when the user does NOT press any key.
> >
> > For example:
> >
> > <menu name="ppn_ivr_VoiceMail_Play"
> >       greet-long="phrase:PlayVM"
> >       timeout="3000"
> >       inter-digit-timeout="3000"
> >       timeout="3000"
> >       max-failures="0"
> >       max-timeouts="1"
> >       digit-len="1">
> >
> >    <entry action="menu-exec-app" digits="4" param="managed
> > PPNSystem.Telephony.ChangeStatusVoicemailHandler 4"/>
> >    <entry action="menu-exec-app" digits="7" param="managed
> > PPNSystem.Telephony.ChangeStatusVoicemailHandler 7"/>
> >    <entry action="menu-exec-app" digits="8" param="managed
> > PPNSystem.Telephony.ChangeStatusVoicemailHandler 8"/>
> >    <entry action="menu-exec-app" digits="5" param="managed
> > PPNSystem.Telephony.ReturnCallVoicemailHandler 5"/>
> >    <entry action="menu-exec-app" digits="" param="managed
> > PPNSystem.Telephony.PlayVoicemailHandler"/>
> >
> >    </menu>
> >
> > In the above I would like the last action to kick in if the user does not
> > press any keys after 3 secs.
> >
> > Any help appreciated!
> >
> > Thanks
> >
> >
> > Pj
> >
> > ----------------------------------------------------
> > Alternatives:
> >
> > ----------------------------------------------------
> > _______________________________________________
> > 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
>
> --
> Your life is like a penny.  You're going to lose it.  The question is:
> How do
> you spend it?
>
>         John Covici
>         covici at ccs.covici.com
>
> _______________________________________________
> 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/20100926/ae9ba502/attachment.html 


More information about the FreeSWITCH-users mailing list