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
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

--
Daniel-Constantin Mierla
Kamailio (OpenSER) Advanced Training
Jan 24-26, 2011, Irvine, CA, USA
http://www.asipto.com


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

Reply via email to