still cannot reproduce it, so better work on your core file.
Looks like the r-uri gets corrupted, send the output of:
frame 1 print *msg
Daniel
On 12/18/10 10:10 AM, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
I was wondering where you get 503 reply code since I get 500. I do log_extra instead of db_extra, but fetching of the values is the same thing.
503 is generated from my script when there is no more gateways available:
while ($true) { if (!next_gw()) { send_reply("503", "Service not available"); exit; }; t_on_branch("BRANCHES"); if (t_relay()) exit; };
-- juha
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev