try to dial like
new_session = new Session();
new_session.originate(session,"sofia/internal/[EMAIL PROTECTED]
",15);

Anand Dayal

On Sun, Aug 17, 2008 at 11:23 PM, B Karthik <[EMAIL PROTECTED]> wrote:

> 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/[EMAIL PROTECTED]",5);
>
> However it works if another extension is added with a comma -
> newSession.originate(session, "user/[EMAIL PROTECTED],user/[EMAIL PROTECTED]
> ",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
>
> _______________________________________________
> Freeswitch-users mailing list
> [email protected]
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>


-- 
Anand Dayal
_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to