[Freeswitch-users] Scheduled hangup from javascript

vidhya sagar dixit vids.cs at gmail.com
Tue Sep 9 00:29:54 PDT 2008


Ok let me try this .. will let you know shortly.


On Tue, Sep 9, 2008 at 12:44 PM, Brian West <brian at freeswitch.org> wrote:

> The way you're doing this doesn't seem right.  Can you provide me the
> exact call flow?
>
> I would also recommend putting a space between the " and the words
> alloted_timeout" so that the args are passed to sched_hangup
> correctly.  Press F8 and see if it complains about it.
>
> new_session.execute("sched_hangup",+"+"+calllength+" alloted_timeout");
>
> /b
>
>
> On Sep 9, 2008, at 2:01 AM, vidhya sagar dixit wrote:
>
> > ====================
> >
> > session.answer();
> >
> > //.......
> > //Do some stuff like ivr play etc .......
> >
> > //......
> >
> > var dialstr = "sofia/external/911234567890 at 11.22.33.44";
> > var calllength = "60";
> >
> > // now originate a new session
> >
> > new_session = new Session();
> > new_session.setCallerData("
> > caller_id_name", "Vidhya");
> > new_session.setCallerData("caller_id_number", "911140500000");
> > new_session.originate(session, dialstr,60);
> >
> >
> > new_session.execute("sched_hangup",+calllength
> > +"alloted_timeout"); // for scheduled hangup.
> >
> > bridge(session, new_session);
> >
> > new_session.hangup();
> >
> >
> > session.hangup();
> >
> > ===================
>
> Brian West
> sip:brian at freeswitch.org <sip%3Abrian at 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
>



-- 
Thanks and Regards

Vidhya Sagar Dixit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080909/cf5681c8/attachment-0002.html 


More information about the FreeSWITCH-users mailing list