[Devel] [ openser-Bugs-1671457 ] dialog module $DLG_status
SourceForge.net
noreply at sourceforge.net
Fri Mar 2 15:04:40 CET 2007
Bugs item #1671457, was opened at 2007-03-01 09:08
Message generated for change (Settings changed) made by bogdan_iancu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1671457&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: None
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Andy Pyles (andy_pyles)
Assigned to: Nobody/Anonymous (nobody)
Summary: dialog module $DLG_status
Initial Comment:
Note: filed this as a patch initially but should have filed as bug.
Currently, if a broken UA fails to mirror the
Record-Route header
containing the cookie used for the dialog module, $DLG_status has an
undefined value.
For example if you try and use the following logic, You will get a script parsing error.
if(($DLG_status<=3 || $DLG_status>=5) && method!="BYE") {
xlog("L_INFO","BROKEN RECORD-ROUTE IMPLEMENTATION
DLG_status=$DLG_status\n");
exit;
}
A Patch is found below.
http://sourceforge.net/tracker/index.php?func=detail&aid=1669730&group_id=139143&atid=743022
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1671457&group_id=139143
More information about the Devel
mailing list