aboutsummaryrefslogtreecommitdiffstats
path: root/sample.call
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-10 16:12:51 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-10 16:12:51 +0000
commit148b74212ef868950635277263e28efd9c9fb600 (patch)
tree9df54105afd10c06164c7b0d8721d7ae16c8e5a8 /sample.call
parentfe2ac7bf3f343e0b511b9e35b249f6ea83cdf390 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@129569 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'sample.call')
-rw-r--r--sample.call3
1 files changed, 2 insertions, 1 deletions
diff --git a/sample.call b/sample.call
index f00001692..eed62cfde 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