[svn-commits] jpeeler: trunk r274316 - in /trunk: ./ configs/sip.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 6 17:23:39 CDT 2010


Author: jpeeler
Date: Tue Jul  6 17:23:35 2010
New Revision: 274316

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=274316
Log:
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 #17513)
  Reported by: festr
  Patches: 
        patch uploaded by festr (license 443)
........

Modified:
    trunk/   (props changed)
    trunk/configs/sip.conf.sample

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/sip.conf.sample?view=diff&rev=274316&r1=274315&r2=274316
==============================================================================
--- trunk/configs/sip.conf.sample (original)
+++ trunk/configs/sip.conf.sample Tue Jul  6 17:23:35 2010
@@ -264,15 +264,17 @@
                                 ; transmit such UPDATE messages to it, then you must enable this option.
                                 ; Otherwise, we will have to wait until we can send a reinvite to
                                 ; transmit the information.
-;prematuremedia=no		; Some ISDN links send empty media frames before 
-				; the call is in ringing or progress state. The SIP 
-				; channel will then send 183 indicating early media
-				; which will be empty - thus users get no ring signal.
-				; Setting this to "no" will stop any media before we have
-				; call progress. Default is "yes".
-				;
-				; In order for "noanswer" applications to work, you need to run
-				; the progress() application in the priority before the app.
+;prematuremedia=no              ; Some ISDN links send empty media frames before 
+                                ; the call is in ringing or progress state. The SIP 
+                                ; channel will then send 183 indicating early media
+                                ; which will be empty - thus users get no ring signal.
+                                ; Setting this to "yes" will stop any media before we have
+                                ; call progress (meaning the SIP channel will not send 183 Session
+                                ; Progress for early media). Default is "yes". Also make sure that
+                                ; the SIP peer is configured with progressinband=never. 
+                                ;
+                                ; In order for "noanswer" applications to work, you need to run
+                                ; the progress() application in the priority before the app.
 
 ;progressinband=never           ; If we should generate in-band ringing always
                                 ; use 'never' to never use in-band signalling, even in cases




More information about the svn-commits mailing list