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 <[email protected]> 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 
> [email protected]http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
>
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to