[OpenSIPS-Users] Transparent Auth with WebRTC

Satish Patel satish.txt at gmail.com
Mon Jun 29 05:46:47 CEST 2015


Thanks Eric,

I tried following, now its forwarding REGISTER packet to asterisk but
authentication failed, I have check username/password is correct on
asterisk. Do you think it is because of "realm" ?

 if (is_method("REGISTER"))   {
         rewritehostport("asterisk:5060");
         route(relay);
         exit;
}




On Wed, Jun 24, 2015 at 9:24 AM, Eric Tamme <eric at uphreak.com> wrote:

>  just t_relay the request to your other server... OpenSIPS wont
> automatically challenge anything
>
>
> On 06/24/2015 07:22 AM, Satish Patel wrote:
>
> All,
>
>
>  I have special requirement which is little odd,  I want to use WebRTC
> with Opensips but all REGISTER process will done by other SIP server,
>
>  Example:
>
>
> [UA]----------------[WebRTC-Opensips]-------------------[Asterisk/Freeswitch]
>
>
>  UA will use WebRTC of Opensips but opensips forward all REGISTER request
> to Asterisk/Freeswitch and user will authenticate their... In short
> Opensips will just Proxy Auth request.
>
>  How it will be possible?
>
>
> _______________________________________________
> Users mailing listUsers at lists.opensips.orghttp://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
>
> _______________________________________________
> 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/20150628/4636b09a/attachment.htm>


More information about the Users mailing list