[Devel] [ openser-Patches-1669730 ] add new value to $DLG_status (
dialog module)
SourceForge.net
noreply at sourceforge.net
Tue Feb 27 08:00:09 CET 2007
Patches item #1669730, was opened at 2007-02-26 23:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1669730&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Andy Pyles (andy_pyles)
Assigned to: Nobody/Anonymous (nobody)
Summary: add new value to $DLG_status ( dialog module)
Initial Comment:
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. This patch adds a new value 0.
sample usage:
if($DLG_status==0 && method!="BYE") {
xlog("L_INFO","BROKEN RECORD-ROUTE IMPLEMENTATION DLG_status=$DLG_status\n");
exit;
}
Patch is against current svn.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1669730&group_id=139143
More information about the Devel
mailing list