From f6adad7c5218c7d0db829e7f58d90f7934a61946 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 10 Jul 2008 16:13:09 +0000 Subject: [PATCH] Merged revisions 129569 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ................ r129569 | russell | 2008-07-10 11:12:51 -0500 (Thu, 10 Jul 2008) | 11 lines Merged revisions 129567 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r129567 | russell | 2008-07-10 11:03:59 -0500 (Thu, 10 Jul 2008) | 3 lines Note that pbx_spool.so is the module used for call files (inspired by a question in #asterisk) ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129570 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- sample.call | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sample.call b/sample.call index 6549d79146..f83cb52bba 100644 --- a/sample.call +++ b/sample.call @@ -1,6 +1,7 @@ # # This is a sample file that can be dumped in /var/spool/asterisk/outgoing -# to generate a call. +# to generate a call. For Asterisk to read call files, you must have the +# pbx_spool.so module loaded. # # Comments are indicated by a '#' character that begins a line, or follows # a space or tab character. To be consistent with the configuration files