[OpenSIPS-Users] sip.instance

Johan De Clercq johan at democon.be
Tue May 24 08:16:58 CEST 2016


you need to remove authentication on invite.
Check in opensips.cfg: if(method=="INVITE")
{
....
www_challenge()
}

comment that part out and restart opensips.

2016-05-24 0:12 GMT+02:00 Frank Paaske <frank.paaske at gmail.com>:

> Hi,
>
>
>
> I’m trying to get a liblinphone based client connected to OpenSIPS.
>
> The REGISTER is challenged with a 401, which is automatically replied to
> with a proper Digest by liblinphone, which in turn gives 200 OK back from
> OpenSIPS.
>
>
>
> However, when trying to make a call, the INVITE is also challenged with a
> 401. In this case the liblinphone is not responding automatically.
>
> According to the developers of the app, this happens because OpenSIPS is
> not configured to support sip.instance.
>
>
>
> The sequence is roughly like this:
>
>
>
> Client              Server
>
> |-REGISTER-------------->|
>
> |<-------------------401-|
>
> |-REGISTER-with-auth---->|
>
> |<-------------------200-|
>
>
>
> |-INVITE---------------->|
>
> |<-------------------401-|
>
>
>
> Then nothing
>
>
>
>
>
>
>
> So my question is how can I enable support for sip.instance in OpenSIPS?
>
>
>
>
>
> Best regards,
>
> Frank
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20160524/d571f2b4/attachment.htm>


More information about the Users mailing list