<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">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">1001@192.168.1.1</a>,user/<a href="mailto:9999@192.168.1.1">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>