[asterisk-bugs] [Asterisk 0017513]: [patch] prematuremedia and progress inband
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jul 6 17:30:06 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17513
======================================================================
Reported By: festr
Assigned To: jpeeler
======================================================================
Project: Asterisk
Issue ID: 17513
Category: Channels/chan_sip/General
Reproducibility: always
Severity: text
Priority: normal
Status: closed
Target Version: 1.4.35
Asterisk Version: 1.4.32
JIRA: SWP-1716
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-06-16 10:46 CDT
Last Modified: 2010-07-06 17:30 CDT
======================================================================
Summary: [patch] prematuremedia and progress inband
Description:
In configs/sip.conf.sample, premature media is documented like this:
-----
Setting this to "no" will stop any media before we have call progress.
Default is "yes".
-----
but in channels/chan_sip.c default is FALSE and chan_sip.c is testing it
like this:
if (!global_prematuremediafilter) { send 183 }
so the documentation is wrong.
======================================================================
----------------------------------------------------------------------
(0124276) svnbot (reporter) - 2010-07-06 17:30
https://issues.asterisk.org/view.php?id=17513#c124276
----------------------------------------------------------------------
Repository: asterisk
Revision: 274347
_U branches/1.6.2/
U branches/1.6.2/configs/sip.conf.sample
------------------------------------------------------------------------
r274347 | jpeeler | 2010-07-06 17:30:05 -0500 (Tue, 06 Jul 2010) | 21
lines
Merged revisions 274316 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r274316 | jpeeler | 2010-07-06 17:23:35 -0500 (Tue, 06 Jul 2010) | 14
lines
Merged revisions 274283 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r274283 | jpeeler | 2010-07-06 17:15:21 -0500 (Tue, 06 Jul 2010) | 7
lines
Correct sip.conf.sample comments for prematuremedia option.
(closes issue https://issues.asterisk.org/view.php?id=17513)
Reported by: festr
Patches:
patch uploaded by festr (license 443)
........
................
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=274347
Issue History
Date Modified Username Field Change
======================================================================
2010-07-06 17:30 svnbot Checkin
2010-07-06 17:30 svnbot Note Added: 0124276
======================================================================
More information about the asterisk-bugs
mailing list