[Freeswitch-users] Problem using originate

Anand Kumar kanand81 at gmail.com
Sun Aug 17 12:45:31 PDT 2008


try to dial like
new_session = new Session();
new_session.originate(session,"sofia/internal/00981111111111 at 192.168.1.10
",15);

Anand Dayal

On Sun, Aug 17, 2008 at 11:23 PM, B Karthik <carthick84 at gmail.com> 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/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
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>


-- 
Anand Dayal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080817/c5ce15a4/attachment-0002.html 


More information about the FreeSWITCH-users mailing list