SIP Router Project
FS#68 - downgrade tcp_send ERRORs
|
DetailsWhen sr fails to send a request to a TCP destination, it prints these kind of error messages to syslog:
Apr 20 13:23:10 localhost /usr/sbin/sip-proxy[22508]: INFO: Routing first INVITE to <sip:foo at 192.98.102.10:4040;transport=tcp> and <<null>> Apr 20 13:23:10 localhost /usr/sbin/sip-proxy[22508]: ERROR: tm [../../forward.h:169]: msg_send: ERROR: tcp_send failed Apr 20 13:23:10 localhost /usr/sbin/sip-proxy[22508]: ERROR: tm [t_fwd.c:1249]: ERROR: t_send_branch: sending request on branch 0 failed Since there is no real error (destination just happens to be unreachable), it would be desirable to print these messages as NOTICEs or WARNINGs rather than ERRORs. |
This task depends upon
Still the case in current master.