[asterisk-commits] lmadsen: trunk r295478 - in /trunk: ./ configs/sip_notify.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Nov 18 14:31:27 CST 2010
Author: lmadsen
Date: Thu Nov 18 14:31:23 2010
New Revision: 295478
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=295478
Log:
Merged revisions 295477 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r295477 | lmadsen | 2010-11-18 14:30:35 -0600 (Thu, 18 Nov 2010) | 6 lines
'sip notify clear-mwi' needs terminating CRLF.
(closes issue #18275)
Reported by: klaus3000
Patches:
fix_body_CRLF_patch.txt uploaded by klaus3000 (license 65)
........
Modified:
trunk/ (props changed)
trunk/configs/sip_notify.conf.sample
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/configs/sip_notify.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/sip_notify.conf.sample?view=diff&rev=295478&r1=295477&r2=295478
==============================================================================
--- trunk/configs/sip_notify.conf.sample (original)
+++ trunk/configs/sip_notify.conf.sample Thu Nov 18 14:31:23 2010
@@ -1,4 +1,5 @@
; rfc3842
+; put empty "Content=>" at the end to have CRLF after last body line
[clear-mwi]
Event=>message-summary
@@ -6,6 +7,7 @@
Content=>Messages-Waiting: no
Content=>Message-Account: sip:asterisk at 127.0.0.1
Content=>Voice-Message: 0/0 (0/0)
+Content=>
; Aastra
More information about the asterisk-commits
mailing list