<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">&lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;</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&#39;re doing this doesn&#39;t seem right. &nbsp;Can you provide me the<br>
exact call flow?<br>
<br>
I would also recommend putting a space between the &quot; and the words<br>
alloted_timeout&quot; so that the args are passed to sched_hangup<br>
correctly. &nbsp;Press F8 and see if it complains about it.<br>
<div class="Ih2E3d"><br>
new_session.execute(&quot;sched_hangup&quot;,+&quot;+&quot;+calllength+&quot; alloted_timeout&quot;);<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>
&gt; ====================<br>
&gt;<br>
&gt; session.answer();<br>
&gt;<br>
&gt; //.......<br>
&gt; //Do some stuff like ivr play etc .......<br>
&gt;<br>
&gt; //......<br>
&gt;<br>
&gt; var dialstr = &quot;sofia/external/<a href="mailto:911234567890@11.22.33.44">911234567890@11.22.33.44</a>&quot;;<br>
&gt; var calllength = &quot;60&quot;;<br>
&gt;<br>
&gt; // now originate a new session<br>
&gt;<br>
&gt; new_session = new Session();<br>
&gt; new_session.setCallerData(&quot;<br>
&gt; caller_id_name&quot;, &quot;Vidhya&quot;);<br>
&gt; new_session.setCallerData(&quot;caller_id_number&quot;, &quot;911140500000&quot;);<br>
&gt; new_session.originate(session, dialstr,60);<br>
&gt;<br>
&gt;<br>
&gt; new_session.execute(&quot;sched_hangup&quot;,+calllength<br>
&gt; +&quot;alloted_timeout&quot;); // for scheduled hangup.<br>
&gt;<br>
&gt; bridge(session, new_session);<br>
&gt;<br>
&gt; new_session.hangup();<br>
&gt;<br>
&gt;<br>
&gt; session.hangup();<br>
&gt;<br>
&gt; ===================<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>