[asterisk-commits] mmichelson: trunk r422856 - in /trunk: ./	configs/samples/pjsip.conf.sample
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Mon Sep  8 13:04:04 CDT 2014
    
    
  
Author: mmichelson
Date: Mon Sep  8 13:04:01 2014
New Revision: 422856
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=422856
Log:
Add note about configuring list_items on a single line.
........
Merged revisions 422855 from http://svn.asterisk.org/svn/asterisk/branches/13
Modified:
    trunk/   (props changed)
    trunk/configs/samples/pjsip.conf.sample
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-13-merged' - no diff available.
Modified: trunk/configs/samples/pjsip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/samples/pjsip.conf.sample?view=diff&rev=422856&r1=422855&r2=422856
==============================================================================
--- trunk/configs/samples/pjsip.conf.sample (original)
+++ trunk/configs/samples/pjsip.conf.sample Mon Sep  8 13:04:01 2014
@@ -456,7 +456,9 @@
 ;way these are interpreted is event-package specific. For instance, with presence
 ;list_items, hints in the dialplan are looked up. With message-summary list_items,
 ;mailboxes are looked up using your installed voicemail provider (app_voicemail
-;by default).
+;by default). Note that in the above example, the list_item options were given
+;one per line. However, it is also permissible to provide multiple list_item
+;options on a single line (e.g. list_item = alice,bob,carol).
 
 ;In addition to the options presented in the above configuration, there are two
 ;more configuration options that can be set.
    
    
More information about the asterisk-commits
mailing list