[OpenSIPS-Devel] [ opensips-Bugs-2167707 ] acc early_media accounting - 180/183

SourceForge.net noreply at sourceforge.net
Fri Oct 17 10:29:47 CEST 2008


Bugs item #2167707, was opened at 2008-10-15 10:36
Message generated for change (Settings changed) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2167707&group_id=232389

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: 1.4.x
Status: Open
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Bogdan-Andrei Iancu (bogdan_iancu)
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: Bogdan-Andrei Iancu (bogdan_iancu)
Date: 2008-10-15 10:48

Message:
Hi,

Probably the condition should more complex, as 180 does not contain SDP
all the time (actually not so often) - maybe 180 + has_sdp should do the
job.

Regards,
Bogdan

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2167707&group_id=232389



More information about the Devel mailing list