[asterisk-commits] mmichelson: branch 1.8 r309765 -	/branches/1.8/configs/sip.conf.sample
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Sun Mar  6 18:13:41 CST 2011
    
    
  
Author: mmichelson
Date: Sun Mar  6 18:13:36 2011
New Revision: 309765
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=309765
Log:
Indicate that Asterisk uses the Allow header to determine if MESSAGE requests should be sent.
Modified:
    branches/1.8/configs/sip.conf.sample
Modified: branches/1.8/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/sip.conf.sample?view=diff&rev=309765&r1=309764&r2=309765
==============================================================================
--- branches/1.8/configs/sip.conf.sample (original)
+++ branches/1.8/configs/sip.conf.sample Sun Mar  6 18:13:36 2011
@@ -179,8 +179,8 @@
 ;
 ; Note also that while Asterisk currently will parse an Allow header to learn
 ; what methods an endpoint supports, the only actual use for this currently
-; is for determining if Asterisk may send connected line UPDATE requests. Its
-; use may be expanded in the future.
+; is for determining if Asterisk may send connected line UPDATE requests and
+; MESSAGE requests. Its use may be expanded in the future.
 ;
 ; disallowed_methods = UPDATE
 
    
    
More information about the asterisk-commits
mailing list