[Kamailio-Devel] [ openser-Bugs-2392349 ] Dispatcher using wrong reply code 407

SourceForge.net noreply at sourceforge.net
Fri Dec 5 12:44:58 CET 2008


Bugs item #2392349, was opened at 2008-12-05 10:40
Message generated for change (Settings changed) made by henningw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2392349&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver 1.4.x
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Boudy (boudy)
>Assigned to: Henning Westerholt (henningw)
Summary: Dispatcher using wrong reply code 407

Initial Comment:
The dispatcher is using the wrong timeout reply code
this should be 408 instead dispatcher is using 407.

Result: Entries ind dispatcher will not reset state to probing and stay active.

fix:

file: /modules/dispatcher/dispatcher.c

change the following line:

if(ds_probing_mode==1 && ps->code == 407) 

to

if(ds_probing_mode==1 && ps->code == 408) 


Boudy

----------------------------------------------------------------------

>Comment By: Henning Westerholt (henningw)
Date: 2008-12-05 11:44

Message:
Hi Boudy,

thank you for the report. This bug was already fixed in the 1.4 branch,
revision 5155. The 1.4.3 release that will be released next week will
contain this bugfix. I verified the file in question, its the same fix that
you suggested.

Henning

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2392349&group_id=139143



More information about the Devel mailing list