Re: [OpenSIPS-Users] Transparent Auth with WebRTC

2015-06-28 Thread Satish Patel
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 e...@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@lists.opensips.orghttp://lists.opensips.org/cgi-bin/mailman/listinfo/users



 ___
 Users mailing list
 Users@lists.opensips.org
 http://lists.opensips.org/cgi-bin/mailman/listinfo/users


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] Transparent Auth with WebRTC

2015-06-24 Thread Satish Patel
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 list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Transparent Auth with WebRTC

2015-06-24 Thread Eric Tamme
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 list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users