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

SourceForge.net noreply at sourceforge.net
Wed Nov 19 18:13:39 CET 2008


Bugs item #2167708, was opened at 2008-10-15 07:36
Message generated for change (Comment added) made by henningw
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: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Henning Westerholt (henningw)
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.

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

>Comment By: Henning Westerholt (henningw)
Date: 2008-11-19 17:13

Message:
Changes ported from opensips, now any provisional reply if it has a body is
logged when early_media is set.

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

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