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

SourceForge.net noreply at sourceforge.net
Fri Dec 5 11:40:19 CET 2008


Bugs item #2392349, was opened at 2008-12-05 10:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Boudy (boudy)
Assigned to: Nobody/Anonymous (nobody)
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

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

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