I'm sure this has been asked before, but I couldn't find the answer anywhere when I googled it.
I have a temporary situation where I need to terminate calls to a carrier with user/pwd authentication, and not through the IP authentication. As I understand it this is not a normal setup situation for a gw in Kamailio - but is there a way I can do this?
Thanks, Anders
On 04/27/2010 07:35 AM, Anders wrote:
I'm sure this has been asked before, but I couldn't find the answer anywhere when I googled it.
I have a temporary situation where I need to terminate calls to a carrier with user/pwd authentication, and not through the IP authentication. As I understand it this is not a normal setup situation for a gw in Kamailio - but is there a way I can do this?
Thanks, Anders
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
http://www.kamailio.org/docs/modules/3.0.x/modules_k/uac.html
2010/4/27 Alex Balashov abalashov@evaristesys.com:
On 04/27/2010 07:35 AM, Anders wrote:
I'm sure this has been asked before, but I couldn't find the answer anywhere when I googled it.
I have a temporary situation where I need to terminate calls to a carrier with user/pwd authentication, and not through the IP authentication. As I understand it this is not a normal setup situation for a gw in Kamailio - but is there a way I can do this?
http://www.kamailio.org/docs/modules/3.0.x/modules_k/uac.html
Of course take into account that:
--------------------- Known limitations in this version: - authentication does not support qop auth-int, just qop auth; - CSeq not increased during authentication - the response may be *rejected*. ---------------------
On 04/27/2010 08:02 AM, Iñaki Baz Castillo wrote:
- CSeq not increased during authentication - the response may be *rejected*.
Is it supposed to? I have seen many SIP stacks resend request with digest authentication challenge response but same CSeq.
Iñaki Baz Castillo wrote:
2010/4/27 Alex Balashov abalashov@evaristesys.com:
On 04/27/2010 07:35 AM, Anders wrote:
I'm sure this has been asked before, but I couldn't find the answer anywhere when I googled it.
I have a temporary situation where I need to terminate calls to a carrier with user/pwd authentication, and not through the IP authentication. As I understand it this is not a normal setup situation for a gw in Kamailio - but is there a way I can do this?
http://www.kamailio.org/docs/modules/3.0.x/modules_k/uac.html
Of course take into account that:
Known limitations in this version:
- authentication does not support qop auth-int, just qop auth;
- CSeq not increased during authentication - the response may be *rejected*.
is that still the case?
if it doesn't work, you could route it through an authenticating B2B, e.g. SEMS' auth_b2b application.
Stefan