Re: [SR-Users] Module for Call placement between the two Different Switches

2017-08-07 Thread Logeshwaran G
Thank you

On Mon, Aug 7, 2017 at 5:43 PM, Daniel Tryba  wrote:

> On Sat, Aug 05, 2017 at 11:34:18AM +0530, Logeshwaran G wrote:
> > I am Having my own kamailio Pbx setup, I Have my local subscriber list
> > database, I need to allow the calls from the outside switch(For example
> > Nexge or Itel etc...) What module I have to refer for this??
>
> There is no need for special modules for this. Just accept these SIP
> requests.
>
> The problem might be how you known you should accept these messages.
> This can be done with following (but not limited to):
> - a simple if($si=="1.2.3.4")
> - using is_in_subnet from ipops
> - ds_is_from_list if you have these endpoints in a dispatcher
> - the permission module
> - maybe even a challenge/response with a authenticate function
>
>
> ___
> Kamailio (SER) - Users Mailing List
> sr-users@lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Module for Call placement between the two Different Switches

2017-08-07 Thread Daniel Tryba
On Sat, Aug 05, 2017 at 11:34:18AM +0530, Logeshwaran G wrote:
> I am Having my own kamailio Pbx setup, I Have my local subscriber list
> database, I need to allow the calls from the outside switch(For example
> Nexge or Itel etc...) What module I have to refer for this??

There is no need for special modules for this. Just accept these SIP
requests.

The problem might be how you known you should accept these messages.
This can be done with following (but not limited to): 
- a simple if($si=="1.2.3.4")
- using is_in_subnet from ipops
- ds_is_from_list if you have these endpoints in a dispatcher
- the permission module
- maybe even a challenge/response with a authenticate function


___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users