<div dir="ltr">when i used your suggested code call hanged up as soon as i answered . in log i got this ..<br><br>2008-09-09 13:12:33 [WARNING] switch_scheduler.c:114 task_thread_loop() Task was executed late by 1220946153 seconds 2 switch_ivr_schedule_hangup (17c471d2-0e6b-4b61-89f9-59f56997c94c)<br>
<br><br>the call flow is as folllowing ..<br><br>1.user dials 1212 from softphone <br>2.&nbsp; call sent to test.js <br>3. answered the call on the first line of test.js <br>4.play a welcome note.<br>5. Now originate an outgoing PSTN call (new_session.)<br>
6.call should be disconnected after given time(scheduled hangup).<br><br><br><div class="gmail_quote">On Tue, Sep 9, 2008 at 12:59 PM, vidhya sagar dixit <span dir="ltr">&lt;<a href="mailto:vids.cs@gmail.com">vids.cs@gmail.com</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;"><div dir="ltr">Ok let me try this .. will let you know shortly.<div><div></div><div class="Wj3C7c">
<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" target="_blank">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><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><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" target="_blank">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>Brian West<br>
<a href="mailto:sip%3Abrian@freeswitch.org" target="_blank">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" target="_blank">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></div></div><div class="Ih2E3d">-- <br>Thanks and Regards <br><br>Vidhya Sagar Dixit<br>
</div></div>
</blockquote></div><br><br clear="all"><br>-- <br>Thanks and Regards <br><br>Vidhya Sagar Dixit<br>
</div>