summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2014-09-08 18:03:38 +0000
committerMark Michelson <mmichelson@digium.com>2014-09-08 18:03:38 +0000
commit048560f330d4a4443abb93729f4b44301ec8d662 (patch)
treeb12b9a69382fae027aa3280e6374f954c658faa8 /configs
parenta8ef508f5e8c4848c7f7477edb1c779f04bfb367 (diff)
Add note about configuring list_items on a single line.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@422855 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/pjsip.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index 009b6a438..0377b71d4 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -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.