-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathINSTALL
More file actions
39 lines (32 loc) · 1.5 KB
/
Copy pathINSTALL
File metadata and controls
39 lines (32 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Asterisk is a prerequisite. See doc/INSTALL.asterisk
* extensions.conf must be changed. See eg/extensions.conf
Ghostscript is a prerequisite for PDF/PS.
* I installed right from their github repo https://goo.gl/ctb2Lj
I like using with Samba. See doc/INSTALL.samba
* smb.conf must be changed. See eg/smb.conf
./configure --help
# read
./configure
make
make install
modify your astelegraph.cfg (default: /usr/local/etc/astelegraph.cfg) as appropriate. Anything to the
right of a semi-colon (;) or a hash (#) are ignored. Blank lines are
ignored. Each line should should contain a <key>:<value>
* outcontext: context for outbound calls [outbound]
see eg/extensions.conf
* faxcontext: context for fax calls [astelegraph]
see eg/extensions.conf
* debug: enable debug logging (0=off, 1=on) [0]
* extension: extension in context to dial [tx]
see eg/extensions.conf
* facility: syslog facility for logging [local6]
* mailfrom: who to send report emails from [root@example.com]
* piddir: directory to put PID file [/var/run]
* spooldir: asterisk spool directory [/var/spool/asterisk]
* username: switch to this less-privileged user after startup [nobody]
a dedicated 'astelegraph' (or just 'asterisk') user would
be appropriate here.
* path: prepend this to PATH, useful if sendmail or gs are not in
the default PATH
make test # optional: syntax-checks the built script
/etc/init.d/astelegraph start