[sr-dev] [tracker] Task opened: DNS failover bugs

sip-router bugtracker at sip-router.org
Sat Jun 8 22:46:38 CEST 2013


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Jasmin Schnatterbeck (jasmin) 

Attached to Project - sip-router
Summary - DNS failover bugs
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - High
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - Hi,

there are two bugs in t_fwd.c regarding DNS failover:

1) DNS failover uses wrong send socket [different socket than original request rcv] if not forced. Pls fix t_fwd.c as follows:

Change line 1071 to :

 old_uac->request.dst.send_sock:msg->rcv.bind_address,

Change line 1086 to:

 old_uac->request.dst.send_sock:msg->rcv.bind_address,


2) onreply_route does not work for branches added by dns_failover, if "reparse_on_dns_failover"==1. Pls fix t_fwd.c as follows:

insert after line 1003

t->uac[branch].on_reply = t->on_reply;
t->uac[branch].on_failure = t->on_failure;
t->uac[branch].on_branch_failure = t->on_branch_failure;

Cheers
Jasmin

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

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