[sr-dev] [tracker] Comment added: Invalide tel INVITE crashes 4.0.3

sip-router bugtracker at sip-router.org
Tue Sep 24 17:57:22 CEST 2013


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#348 - Invalide tel INVITE crashes 4.0.3
User who did this - Daniel Tryba (dtryba)

----------
The short syslog output is from an other crash on production. The attached files are all for the same failure on a test machine, but strange enough the DNS resolve error is missing.

No loopkups in failure routes AFAIK. It will take some days before I can build a new test environment. 

The Q&D workaround is 
        if($rU=~"[^0-9+]")
        {
                send_reply("478","Invalid destination [$rU]");
                exit;
        }
since the only route these calls should take is to a PSTN gateway.
----------

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

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.



More information about the sr-dev mailing list