Hello,
I have setup with my phone provider an IP endpoint to do IP Auth. How would I go about setting that up in Kamailio or even better can some tell me how to do that in Siremis?
Hello,
look at permissions module. Default kamailio can do IP auth by enabling WITH_AUTH and WITH_IPAUTH and adding the trusted IP in database table 'address' with group id 1.
Siremis has a panel for managing the records in address table.
Cheers, Daniel
On 11/11/15 14:10, Ryan Holbein wrote:
Hello,
I have setup with my phone provider an IP endpoint to do IP Auth. How would I go about setting that up in Kamailio or even better can some tell me how to do that in Siremis?
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
I was looking at the trusted permissions and it was asking for headers. Do I leave that blank or what would I Put in that?
Sent from my iPhone
On Nov 12, 2015, at 3:01 AM, Daniel-Constantin Mierla <miconda@gmail.commailto:miconda@gmail.com> wrote:
Hello,
look at permissions module. Default kamailio can do IP auth by enabling WITH_AUTH and WITH_IPAUTH and adding the trusted IP in database table 'address' with group id 1.
Siremis has a panel for managing the records in address table.
Cheers, Daniel
On 11/11/15 14:10, Ryan Holbein wrote:
Hello,
I have setup with my phone provider an IP endpoint to do IP Auth. How would I go about setting that up in Kamailio or even better can some tell me how to do that in Siremis?
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.orgmailto:sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Book: SIP Routing With Kamailio - http://www.asipto.com Kamailio Advanced Training, Nov 30-Dec 2, Berlin - http://asipto.com/kat
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.orgmailto:sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
What do you mean by headers here? Afaik, there is no headers that have to be provisioned for permissions module.
Cheers, Daniel
On 12/11/15 11:59, Ryan Holbein wrote:
I was looking at the trusted permissions and it was asking for headers. Do I leave that blank or what would I Put in that?
Sent from my iPhone
On Nov 12, 2015, at 3:01 AM, Daniel-Constantin Mierla <miconda@gmail.com mailto:miconda@gmail.com> wrote:
Hello,
look at permissions module. Default kamailio can do IP auth by enabling WITH_AUTH and WITH_IPAUTH and adding the trusted IP in database table 'address' with group id 1.
Siremis has a panel for managing the records in address table.
Cheers, Daniel
On 11/11/15 14:10, Ryan Holbein wrote:
Hello,
I have setup with my phone provider an IP endpoint to do IP Auth. How would I go about setting that up in Kamailio or even better can some tell me how to do that in Siremis?
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Book: SIP Routing With Kamailio - http://www.asipto.com Kamailio Advanced Training, Nov 30-Dec 2, Berlin - http://asipto.com/kat _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org mailto:sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Now I assume in LCR I will add the Asterisk boxs so it can route? Does that sound correct? Anyone able to provide an example?
Thank you
________________________________ From: sr-users sr-users-bounces@lists.sip-router.org on behalf of Daniel-Constantin Mierla miconda@gmail.com Sent: Thursday, November 12, 2015 3:01 AM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Kamailio with Siremis
Hello,
look at permissions module. Default kamailio can do IP auth by enabling WITH_AUTH and WITH_IPAUTH and adding the trusted IP in database table 'address' with group id 1.
Siremis has a panel for managing the records in address table.
Cheers, Daniel
On 11/11/15 14:10, Ryan Holbein wrote:
Hello,
I have setup with my phone provider an IP endpoint to do IP Auth. How would I go about setting that up in Kamailio or even better can some tell me how to do that in Siremis?
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.orgmailto:sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Book: SIP Routing With Kamailio - http://www.asipto.com Kamailio Advanced Training, Nov 30-Dec 2, Berlin - http://asipto.com/kat
If you have a single Asterisk box, then you can simply forward using kamailio.cfg only. Look at route[PSTN] in default configuration file for an example.
If you have more Asterisk boxes, then depends on what you need/want to do:
- for load balancing look at dispatcher module - it has a complete sample config in the docs
- for least cost routing, then lcr module is indeed an option
Cheers, Daniel
On 12/11/15 17:56, Ryan Holbein wrote:
Now I assume in LCR I will add the Asterisk boxs so it can route? Does that sound correct? Anyone able to provide an example?
Thank you
*From:* sr-users sr-users-bounces@lists.sip-router.org on behalf of Daniel-Constantin Mierla miconda@gmail.com *Sent:* Thursday, November 12, 2015 3:01 AM *To:* Kamailio (SER) - Users Mailing List *Subject:* Re: [SR-Users] Kamailio with Siremis
Hello,
look at permissions module. Default kamailio can do IP auth by enabling WITH_AUTH and WITH_IPAUTH and adding the trusted IP in database table 'address' with group id 1.
Siremis has a panel for managing the records in address table.
Cheers, Daniel
On 11/11/15 14:10, Ryan Holbein wrote:
Hello,
I have setup with my phone provider an IP endpoint to do IP Auth. How would I go about setting that up in Kamailio or even better can some tell me how to do that in Siremis?
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Book: SIP Routing With Kamailio - http://www.asipto.com Kamailio Advanced Training, Nov 30-Dec 2, Berlin - http://asipto.com/kat