[OpenSIPS-Users] YNT: Re: YNT: Re: YNT: Re: RFC3261 transaction matching failed error for the second 401 Unauthorized - Challenging the UE

Kaan Dandin kaandandin at yahoo.com
Mon Oct 13 19:03:53 CEST 2014


Hi Bogdan,


I am using following lines (just sharing  related part of the script) to check first if the method is REGISTER and sending to .3 (open ims node 1) and .5(open ims node 2)  if it is coming from .11(ims bench traffic generator).
Otherwise I am sending directly to the set destination.


        else if (is_method("REGISTER")) {

                xlog("xlog_initialregister");

                if($si=="192.168.2.11") {
                t_relay("udp:192.168.2.3:4060");
                t_relay("udp:192.168.2.5:4060");
                exit;
                }

        if (!t_relay()) {
                xlog("xlog_route1error");
                sl_reply_error();
        };
       
       exit;

        }




Kind regards,
Kaan


________________________________
 From: Bogdan-Andrei Iancu <bogdan at opensips.org>
To: Kaan Dandin <kaandandin at yahoo.com>; OpenSIPS users mailling list <users at lists.opensips.org> 
Cc: Gunes Kurt <gkurt at itu.edu.tr>; "Ibrahim Hokelek, (BİLGEM-UEKAE)" <ibrahim.hokelek at tubitak.gov.tr> 
Sent: Monday, October 13, 2014 5:26 PM
Subject: Re: YNT: Re: YNT: Re: YNT: Re: [OpenSIPS-Users] RFC3261 transaction matching failed error for the second 401 Unauthorized - Challenging the UE
 


Hi Kaan,

In OpenSIPS, how do you script to have the REGISTER sent to both
        .3 and .5 ?

Regards,
 
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer http://www.opensips-solutions.com
On 13.10.2014 13:11, Kaan Dandin wrote:

Hi Bogdan, 

Following 401 messages are coming from .3 , but not passed to .11
by opensips (.141)

Kind regards, 
Kaan
63 1.233561    192.168.2.3          192.168.2.141         SIP      Status: 401 Unauthorized - Challenging the UE    (0 bindings)
>>>     64 1.241624    192.168.2.3          192.168.2.141         SIP      Status: 401 Unauthorized - Challenging the UE    (0 bindings)



Samsung Mobile tarafından gönderildi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20141013/2c620341/attachment.htm>


More information about the Users mailing list