[Freeswitch-users] config / scripting questions from voice mail integration attempt

Anthony Minessale anthony.minessale at gmail.com
Thu Jun 26 15:54:46 PDT 2008


if you do
session.execute("transfer", "<some ext>");
and exit the script.

That goes back to the dialplan for a *new* lookup so now your variables can
be used in conditions.


On Thu, Jun 26, 2008 at 5:33 PM, John Wehle <john at feith.com> wrote:

> > you can make a variable that is the entire data portion of the voicemail
> > call
> >
> > <action application="javascript" data="vm.js"/>
> > <action application="voicemail" data="${vm_data}"/>
> >
> > then in vm.js set vm_data var to the entire args to the voicemail app
> >
> > in this setup you can assume the js will set the var and then the vm_data
> > will be expanded in time.
>
> Perhaps I should have supplied a different example.  Sometimes the
> inband DTMF says the caller is checking their messages, sometimes the
> caller is leaving a message, sometimes the PBX just wants the message
> waiting lights to be refreshed, sometimes the PBX is logging a voicemail
> port which didn't respond, etc.
>
> I.e. the set of applications which need to be invoke varies based on the
> DTMF ... it sounds like the best way to handle these types of issues is
> to use session.execute in javascript and pay the price of leaving the
> javascript interpeter running.  I don't see a way of just setting variables
> and handling the rest in the dialplan since I can't use conditionals in
> the dialplan after the application to parse the DTMF has been called.
>
> -- John
> -------------------------------------------------------------------------
> |   Feith Systems  |   Voice: 1-215-646-8000  |  Email: john at feith.com  |
> |    John Wehle    |     Fax: 1-215-540-5495  |                         |
> -------------------------------------------------------------------------
>
>
> _______________________________________________
> 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
>



-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:213-799-1400
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080626/924bb6ce/attachment-0002.html 


More information about the FreeSWITCH-users mailing list