Hi,

OpenSIPS does parallel forking by default. When calling the lookup [1] function from the registrar module, all the existing contacts for an AOR will be loaded as branches, and the INVITE will be forwarded to all contacts in parallel.

[1] http://www.opensips.org/html/docs/modules/devel/registrar.html#id292937

Regards,

Vlad Paiu
OpenSIPS Developer
http://www.opensips-solutions.com


On 02/09/2012 02:50 PM, Jorge Ortea wrote:

Hi,

thanks for response Vlad.

One question, how can i do parallel forking?

This is my idea,
I suppose that i would have 2 records in location table with the same username, when arrive a INVITE i check if i have more that one record, then i build the $du with contact information y the append_branch corresponding ?? is this correct?

Thanks.
Regards.


------------------------------------------------------------------------
Date: Wed, 8 Feb 2012 13:08:25 +0200
From: [email protected]
To: [email protected]
Subject: Re: [OpenSIPS-Users] several SIP phones with same SIP account

Hello,

Of course you can have several sip phones configured with the same SIP account. Just configure the same account on the phones you want, and then when a call comes in for that specific account, you can configure OpenSIPS to either do parallel forking ( ring all the phones at the same time, which-ever answers first will get the call ) , or do serial forking ( try each phone one at a time until you either get a success or a failure on all phones ).

Regards,
Vlad Paiu
OpenSIPS Developer
http://www.opensips-solutions.com
On 02/08/2012 10:32 AM, Jorge Ortea wrote:

    Hi,

    is possible to have several sip phones configurated with the same
    SIP account ?

    If i want to have a SIP account configurated in two phones, for
    ex. my SIP phone in the office and my smartphone, I need two
    accounts SIP perforce and configure my PBX to manage multiDial to
    both accounts or exist way to configure the same SIP account in
    both ???

    Thanks.
    Regards.


    _______________________________________________
    Users mailing list
    [email protected]  <mailto:[email protected]>
    http://lists.opensips.org/cgi-bin/mailman/listinfo/users


_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users


_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to