[Kamailio-Devel] [ openser-Bugs-2167708 ] acc early_media accounting - 180/183

SourceForge.net noreply at sourceforge.net
Wed Oct 15 09:36:37 CEST 2008


Bugs item #2167708, was opened at 2008-10-15 07:36
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=2167708&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: acc early_media accounting - 180/183

Initial Comment:
In SIP both 180 and 183 can have SDP carry early media.

acc_logic.c:	if (code < 200 && ! (early_media && code==183))

should be

acc_logic.c:	if (code < 200 && ! (early_media && (code==180 || code==183)))

It shouldn't be a problem since the accounting will still have the code on it. Are there any comments objections? If not let's add this to trunk.

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

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



More information about the Devel mailing list