<div dir="ltr">try to dial like <br>new_session = new Session();<br>new_session.originate(session,&quot;sofia/internal/<a href="mailto:00981111111111@192.168.1.10">00981111111111@192.168.1.10</a>&quot;,15);<br><br>Anand Dayal<br>
<br><div class="gmail_quote">On Sun, Aug 17, 2008 at 11:23 PM, B Karthik <span dir="ltr">&lt;<a href="mailto:carthick84@gmail.com">carthick84@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">Hi,<br><br>With bridge app, Freeswitch is able to place calls to multiple extensions simultaneously. But with originate, is it possible? If Yes, can anyone give me an example.<br><br>The timeout option with originate also does not seem to work correctly.<br>

<br>Timeout is not working (rings like a normal call and does not terminate within the given timeout)&nbsp; if i do something like this - <br>newSession.originate(session, &quot;user/<a href="mailto:1001@192.168.1.1" target="_blank">1001@192.168.1.1</a>&quot;,5);<br>

<br>However it works if another extension is added with a comma - <br>newSession.originate(session, &quot;user/<a href="mailto:1001@192.168.1.1" target="_blank">1001@192.168.1.1</a>,user/<a href="mailto:9999@192.168.1.1" target="_blank">9999@192.168.1.1</a>&quot;,5);<br>

<br>In the second ex, It does not call 9999 but the call disconnects exactly after 5 seconds.<br><br>I also tried the same with event_socket using api commands directly. The results are same. <br><br>OS: Windows XP SP2<br>

Compiler: Visual Studio 2008<br><br>Thanks.<br>B Karthik<br>
</div>
<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>
<br></blockquote></div><br><br clear="all"><br>-- <br>Anand Dayal<br>
</div>