Re: [OpenSIPS-Users] Opensips 3.0 cluster module help .

2019-07-25 Thread Schneur Rosenberg
No, multicast is a technology where all servers get the same IP, and it
gets routed to one server, but being that all servers are aware of the
registrations and dialogs etc so any server can handle the subsequent
requests, you do set flags so only one server responds to subscribe for
example because you don't want them all sending updates.

Because the client sees it coming from the same IP address you won't have
issues with firewalls, because from what the firewall is concerned the
request came from a port that was opened for this IP.

On Wed, Jul 24, 2019, 1:47 PM Sasmita Panda  wrote:

> My previous problem was solved .
>
> I am curious to learn what do you mean by multicast all servers ? How I
> will do the setup for this .
>
> If I have 3 opensips node and 1 domain mapped to 3 IP . Then when a user
> register it will anyways resolve a single IP and send the registration to
> that .
> In this case , the call to that user only get served by the same node
> through which it was earlier register .
>
> How this multicast will work .  Is there any document for this ?
>
> *Thanks & Regards*
> *Sasmita Panda*
> *Senior Network Testing and Software Engineer*
> *3CLogic , ph:07827611765*
>
>
> On Wed, Jul 24, 2019 at 2:31 PM Schneur Rosenberg <
> rosenberg11...@gmail.com> wrote:
>
>> You would probably need some kind of shared table that tells you where
>> each user is registered and then redirect the call to the proper server.
>>
>> If you're using multicast all servers sould be able to handle the call no
>> matter which server accepted the registration.
>>
>> On Mon, Jul 22, 2019, 4:00 PM Sasmita Panda  wrote:
>>
>>> Please anybody help me . I am blocked in my testing .
>>>
>>>
>>> *Thanks & Regards*
>>> *Sasmita Panda*
>>> *Senior Network Testing and Software Engineer*
>>> *3CLogic , ph:07827611765*
>>>
>>>
>>> On Wed, Jul 17, 2019 at 6:04 PM Sasmita Panda 
>>> wrote:
>>>
I am trying to follow the above link for clustering .  But no
 success . I must be doing something wrong .
 [1]
 https://opensips.org/html/docs/modules/3.0.x/usrloc.html#distributed-sip-user-location
 [2]
 https://opensips.org/Documentation/Tutorials-Distributed-User-Location-Federation


 I have 2 opensips node and using mongo db as cache_db and the cluster
 module .  there is a single mongo db in which both the nodes save data .
 clusterer table looks like below .

 |  1 |  1 |   1 | bin:172.21.5.95:  | 1 |
   3 |   50 | 172.21.5.95  | seed  |  A
 |  2 |  1 |   2 | bin:172.21.13.73: | 1 |
   3 |   50 | 172.21.13.73 | seed  |  B

 call work fine if both phone are registered through same server
 resolving a domain .
 call not working if both goes to different server .

 I am not getting any error in the logs . How will I solve this ? Please
 do help me .


 *Thanks & Regards*
 *Sasmita Panda*
 *Senior Network Testing and Software Engineer*
 *3CLogic , ph:07827611765*

>>> ___
>>> Users mailing list
>>> Users@lists.opensips.org
>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Opensips 3.0 cluster module help .

2019-07-24 Thread Gerwin van de Steeg
For multicast each of the OpenSIPS nodes will have the same IP, multicast
generally uses DNS and BGP to make this work.

https://en.wikipedia.org/wiki/Multicast



On Wed, 24 Jul 2019 at 22:44, Sasmita Panda  wrote:

> My previous problem was solved .
>
> I am curious to learn what do you mean by multicast all servers ? How I
> will do the setup for this .
>
> If I have 3 opensips node and 1 domain mapped to 3 IP . Then when a user
> register it will anyways resolve a single IP and send the registration to
> that .
> In this case , the call to that user only get served by the same node
> through which it was earlier register .
>
> How this multicast will work .  Is there any document for this ?
>
> *Thanks & Regards*
> *Sasmita Panda*
> *Senior Network Testing and Software Engineer*
> *3CLogic , ph:07827611765*
>
>
> On Wed, Jul 24, 2019 at 2:31 PM Schneur Rosenberg <
> rosenberg11...@gmail.com> wrote:
>
>> You would probably need some kind of shared table that tells you where
>> each user is registered and then redirect the call to the proper server.
>>
>> If you're using multicast all servers sould be able to handle the call no
>> matter which server accepted the registration.
>>
>> On Mon, Jul 22, 2019, 4:00 PM Sasmita Panda  wrote:
>>
>>> Please anybody help me . I am blocked in my testing .
>>>
>>>
>>> *Thanks & Regards*
>>> *Sasmita Panda*
>>> *Senior Network Testing and Software Engineer*
>>> *3CLogic , ph:07827611765*
>>>
>>>
>>> On Wed, Jul 17, 2019 at 6:04 PM Sasmita Panda 
>>> wrote:
>>>
I am trying to follow the above link for clustering .  But no
 success . I must be doing something wrong .
 [1]
 https://opensips.org/html/docs/modules/3.0.x/usrloc.html#distributed-sip-user-location
 [2]
 https://opensips.org/Documentation/Tutorials-Distributed-User-Location-Federation


 I have 2 opensips node and using mongo db as cache_db and the cluster
 module .  there is a single mongo db in which both the nodes save data .
 clusterer table looks like below .

 |  1 |  1 |   1 | bin:172.21.5.95:  | 1 |
   3 |   50 | 172.21.5.95  | seed  |  A
 |  2 |  1 |   2 | bin:172.21.13.73: | 1 |
   3 |   50 | 172.21.13.73 | seed  |  B

 call work fine if both phone are registered through same server
 resolving a domain .
 call not working if both goes to different server .

 I am not getting any error in the logs . How will I solve this ? Please
 do help me .


 *Thanks & Regards*
 *Sasmita Panda*
 *Senior Network Testing and Software Engineer*
 *3CLogic , ph:07827611765*

>>> ___
>>> Users mailing list
>>> Users@lists.opensips.org
>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Opensips 3.0 cluster module help .

2019-07-24 Thread Sasmita Panda
My previous problem was solved .

I am curious to learn what do you mean by multicast all servers ? How I
will do the setup for this .

If I have 3 opensips node and 1 domain mapped to 3 IP . Then when a user
register it will anyways resolve a single IP and send the registration to
that .
In this case , the call to that user only get served by the same node
through which it was earlier register .

How this multicast will work .  Is there any document for this ?

*Thanks & Regards*
*Sasmita Panda*
*Senior Network Testing and Software Engineer*
*3CLogic , ph:07827611765*


On Wed, Jul 24, 2019 at 2:31 PM Schneur Rosenberg 
wrote:

> You would probably need some kind of shared table that tells you where
> each user is registered and then redirect the call to the proper server.
>
> If you're using multicast all servers sould be able to handle the call no
> matter which server accepted the registration.
>
> On Mon, Jul 22, 2019, 4:00 PM Sasmita Panda  wrote:
>
>> Please anybody help me . I am blocked in my testing .
>>
>>
>> *Thanks & Regards*
>> *Sasmita Panda*
>> *Senior Network Testing and Software Engineer*
>> *3CLogic , ph:07827611765*
>>
>>
>> On Wed, Jul 17, 2019 at 6:04 PM Sasmita Panda  wrote:
>>
>>>I am trying to follow the above link for clustering .  But no success
>>> . I must be doing something wrong .
>>> [1]
>>> https://opensips.org/html/docs/modules/3.0.x/usrloc.html#distributed-sip-user-location
>>> [2]
>>> https://opensips.org/Documentation/Tutorials-Distributed-User-Location-Federation
>>>
>>>
>>> I have 2 opensips node and using mongo db as cache_db and the cluster
>>> module .  there is a single mongo db in which both the nodes save data .
>>> clusterer table looks like below .
>>>
>>> |  1 |  1 |   1 | bin:172.21.5.95:  | 1 |
>>> 3 |   50 | 172.21.5.95  | seed  |  A
>>> |  2 |  1 |   2 | bin:172.21.13.73: | 1 |
>>> 3 |   50 | 172.21.13.73 | seed  |  B
>>>
>>> call work fine if both phone are registered through same server
>>> resolving a domain .
>>> call not working if both goes to different server .
>>>
>>> I am not getting any error in the logs . How will I solve this ? Please
>>> do help me .
>>>
>>>
>>> *Thanks & Regards*
>>> *Sasmita Panda*
>>> *Senior Network Testing and Software Engineer*
>>> *3CLogic , ph:07827611765*
>>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Opensips 3.0 cluster module help .

2019-07-24 Thread Schneur Rosenberg
You would probably need some kind of shared table that tells you where each
user is registered and then redirect the call to the proper server.

If you're using multicast all servers sould be able to handle the call no
matter which server accepted the registration.

On Mon, Jul 22, 2019, 4:00 PM Sasmita Panda  wrote:

> Please anybody help me . I am blocked in my testing .
>
>
> *Thanks & Regards*
> *Sasmita Panda*
> *Senior Network Testing and Software Engineer*
> *3CLogic , ph:07827611765*
>
>
> On Wed, Jul 17, 2019 at 6:04 PM Sasmita Panda  wrote:
>
>>I am trying to follow the above link for clustering .  But no success
>> . I must be doing something wrong .
>> [1]
>> https://opensips.org/html/docs/modules/3.0.x/usrloc.html#distributed-sip-user-location
>> [2]
>> https://opensips.org/Documentation/Tutorials-Distributed-User-Location-Federation
>>
>>
>> I have 2 opensips node and using mongo db as cache_db and the cluster
>> module .  there is a single mongo db in which both the nodes save data .
>> clusterer table looks like below .
>>
>> |  1 |  1 |   1 | bin:172.21.5.95:  | 1 |
>> 3 |   50 | 172.21.5.95  | seed  |  A
>> |  2 |  1 |   2 | bin:172.21.13.73: | 1 |
>> 3 |   50 | 172.21.13.73 | seed  |  B
>>
>> call work fine if both phone are registered through same server
>> resolving a domain .
>> call not working if both goes to different server .
>>
>> I am not getting any error in the logs . How will I solve this ? Please
>> do help me .
>>
>>
>> *Thanks & Regards*
>> *Sasmita Panda*
>> *Senior Network Testing and Software Engineer*
>> *3CLogic , ph:07827611765*
>>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Opensips 3.0 cluster module help .

2019-07-22 Thread Sasmita Panda
Please anybody help me . I am blocked in my testing .


*Thanks & Regards*
*Sasmita Panda*
*Senior Network Testing and Software Engineer*
*3CLogic , ph:07827611765*


On Wed, Jul 17, 2019 at 6:04 PM Sasmita Panda  wrote:

>I am trying to follow the above link for clustering .  But no success .
> I must be doing something wrong .
> [1]
> https://opensips.org/html/docs/modules/3.0.x/usrloc.html#distributed-sip-user-location
> [2]
> https://opensips.org/Documentation/Tutorials-Distributed-User-Location-Federation
>
>
> I have 2 opensips node and using mongo db as cache_db and the cluster
> module .  there is a single mongo db in which both the nodes save data .
> clusterer table looks like below .
>
> |  1 |  1 |   1 | bin:172.21.5.95:  | 1 |
>   3 |   50 | 172.21.5.95  | seed  |  A
> |  2 |  1 |   2 | bin:172.21.13.73: | 1 |
>   3 |   50 | 172.21.13.73 | seed  |  B
>
> call work fine if both phone are registered through same server  resolving
> a domain .
> call not working if both goes to different server .
>
> I am not getting any error in the logs . How will I solve this ? Please do
> help me .
>
>
> *Thanks & Regards*
> *Sasmita Panda*
> *Senior Network Testing and Software Engineer*
> *3CLogic , ph:07827611765*
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] Opensips 3.0 cluster module help .

2019-07-17 Thread Sasmita Panda
   I am trying to follow the above link for clustering .  But no success .
I must be doing something wrong .
[1]
https://opensips.org/html/docs/modules/3.0.x/usrloc.html#distributed-sip-user-location
[2]
https://opensips.org/Documentation/Tutorials-Distributed-User-Location-Federation


I have 2 opensips node and using mongo db as cache_db and the cluster
module .  there is a single mongo db in which both the nodes save data .
clusterer table looks like below .

|  1 |  1 |   1 | bin:172.21.5.95:  | 1 |
3 |   50 | 172.21.5.95  | seed  |  A
|  2 |  1 |   2 | bin:172.21.13.73: | 1 |
3 |   50 | 172.21.13.73 | seed  |  B

call work fine if both phone are registered through same server  resolving
a domain .
call not working if both goes to different server .

I am not getting any error in the logs . How will I solve this ? Please do
help me .


*Thanks & Regards*
*Sasmita Panda*
*Senior Network Testing and Software Engineer*
*3CLogic , ph:07827611765*
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users