Is there any danger in adapting the default config from:

   if (has_totag()) {
       ...
   }

to:

   if (has_totag() && !is_method("REGISTER")) {
       ...
   }



- Jeff




On 12/31/09 7:46 AM, "Olle E. Johansson" <[email protected]> wrote:

> 
> 31 dec 2009 kl. 12.12 skrev Victor Pascual Avila:
> 
>> Please, see RFC 3261 - Section 10.2: "A REGISTER request does not
>> establish a dialog"
>> 
> Right, but there are many servers that request that you reuse the same dialog
> identifiers as the challenged transaction when you authenticate.
> 
> /O
> _______________________________________________
> 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