[Freeswitch-users] Problem using originate

B Karthik carthick84 at gmail.com
Mon Aug 18 06:57:24 PDT 2008


Can someone  help me on this please....

Thanks.

B Karthik



---------- Forwarded message ----------
> From: "B Karthik" <carthick84 at gmail.com>
> To: freeswitch-users at lists.freeswitch.org
> Date: Mon, 18 Aug 2008 00:53:59 +0530
> Subject: [Freeswitch-users] Problem using originate
> 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/4e944640/attachment-0002.html 


More information about the FreeSWITCH-users mailing list