<div dir="ltr">Ok let me try this .. will let you know shortly.<br><br><br><div class="gmail_quote">On Tue, Sep 9, 2008 at 12:44 PM, Brian West <span dir="ltr"><<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The way you're doing this doesn't seem right. Can you provide me the<br>
exact call flow?<br>
<br>
I would also recommend putting a space between the " and the words<br>
alloted_timeout" so that the args are passed to sched_hangup<br>
correctly. Press F8 and see if it complains about it.<br>
<div class="Ih2E3d"><br>
new_session.execute("sched_hangup",+"+"+calllength+" alloted_timeout");<br>
<br>
</div><font color="#888888">/b<br>
</font><div class="Ih2E3d"><br>
<br>
On Sep 9, 2008, at 2:01 AM, vidhya sagar dixit wrote:<br>
<br>
> ====================<br>
><br>
> session.answer();<br>
><br>
> //.......<br>
> //Do some stuff like ivr play etc .......<br>
><br>
> //......<br>
><br>
> var dialstr = "sofia/external/<a href="mailto:911234567890@11.22.33.44">911234567890@11.22.33.44</a>";<br>
> var calllength = "60";<br>
><br>
> // now originate a new session<br>
><br>
> new_session = new Session();<br>
> new_session.setCallerData("<br>
> caller_id_name", "Vidhya");<br>
> new_session.setCallerData("caller_id_number", "911140500000");<br>
> new_session.originate(session, dialstr,60);<br>
><br>
><br>
> new_session.execute("sched_hangup",+calllength<br>
> +"alloted_timeout"); // for scheduled hangup.<br>
><br>
> bridge(session, new_session);<br>
><br>
> new_session.hangup();<br>
><br>
><br>
> session.hangup();<br>
><br>
> ===================<br>
<br>
</div><div><div></div><div class="Wj3C7c">Brian West<br>
<a href="mailto:sip%3Abrian@freeswitch.org">sip:brian@freeswitch.org</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Thanks and Regards <br><br>Vidhya Sagar Dixit<br>
</div>