<div dir="ltr">Thank you<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 7, 2017 at 5:43 PM, Daniel Tryba <span dir="ltr"><<a href="mailto:d.tryba@pocos.nl" target="_blank">d.tryba@pocos.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sat, Aug 05, 2017 at 11:34:18AM +0530, Logeshwaran G wrote:<br>
> I am Having my own kamailio Pbx setup, I Have my local subscriber list<br>
> database, I need to allow the calls from the outside switch(For example<br>
> Nexge or Itel etc...) What module I have to refer for this??<br>
<br>
</span>There is no need for special modules for this. Just accept these SIP<br>
requests.<br>
<br>
The problem might be how you known you should accept these messages.<br>
This can be done with following (but not limited to):<br>
- a simple if($si=="1.2.3.4")<br>
- using is_in_subnet from ipops<br>
- ds_is_from_list if you have these endpoints in a dispatcher<br>
- the permission module<br>
- maybe even a challenge/response with a authenticate function<br>
<br>
<br>
______________________________<wbr>_________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/<wbr>cgi-bin/mailman/listinfo/sr-<wbr>users</a><br>
</blockquote></div><br></div>