[Freeswitch-users] Problem using originate

B Karthik carthick84 at gmail.com
Sun Aug 17 12:23:59 PDT 2008


Hi,

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.

The timeout option with originate also does not seem to work correctly.

Timeout is not working (rings like a normal call and does not terminate
within the given timeout)  if i do something like this -
newSession.originate(session, "user/1001 at 192.168.1.1",5);

However it works if another extension is added with a comma -
newSession.originate(session, "user/1001 at 192.168.1.1,user/9999 at 192.168.1.1
",5);

In the second ex, It does not call 9999 but the call disconnects exactly
after 5 seconds.

I also tried the same with event_socket using api commands directly. The
results are same.

OS: Windows XP SP2
Compiler: Visual Studio 2008

Thanks.
B Karthik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080818/c05d2f22/attachment-0002.html 


More information about the FreeSWITCH-users mailing list