THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened. Details are below. User who did this - Juha Heinanen (jh)
Attached to Project - sip-router
Summary - is_gruu() test fails
Task Type - Bug Report
Category - Module
Status - New
Assigned To - Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - as i indicated on the mailing list, is_gruu() test is not working.  
this piece of config code

       if (!is_gruu()) {
           xlog("L_INFO", "Request URI $ru is NOT gruu\n");
       };

       if (is_gruu($ru)) {
           xlog("L_INFO", "Request URI $ru IS gruu\n");
       };

produces this to syslog:

Jun  5 22:30:03 siika /usr/sbin/sip-proxy[16681]: INFO: Request URI 
sip:[email protected];gr=urn:uuid:447ff092-6236-47d9-bc0a-a3c6856aacf2 is NOT gruu
Jun  5 22:30:03 siika /usr/sbin/sip-proxy[16681]: INFO: Request URI 
sip:[email protected];gr=urn:uuid:447ff092-6236-47d9-bc0a-a3c6856aacf2 IS gruu


More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=235

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to