[Asterisk-Users] Detection of Answering Machine
Cameron Grant
asterisk.cgrant at gmail.com
Tue Jan 24 18:07:30 MST 2006
copy app_amd.c to /usr/src/asterisk/apps (or wherever you have the
asterisk source)
copy the config file to /etc/asterisk
in the apps directory, add the line 'APPS+=app_amd.so' to the makefile
after the experimental things section so it looks like:
#
# Experimental things
#
APPS+=app_amd.so
in the /usr/src/asterisk directory:
make clean
make
make install
cheers
cameron
> ---------- Forwarded message ----------
> From: "Michael Collins" <mcollins at fcnetwork.biz>
> To: "Asterisk Users Mailing List - Non-Commercial Discussion"
> <asterisk-users at lists.digium.com>
> Date: Tue, 24 Jan 2006 14:47:53 -0800
> Subject: RE: [Asterisk-Users] Detection of Answering Machine
> Question: does anyone know the procedure for installing app_amd? I
> could find app_amd.c and applications.conf.sample from the site below,
> but I couldn't find any information on actually setting up app_amd.
>
> Can anyone shed some light on this? Also, is there a project page for
> app_amd somewhere? Just curious.
>
> -MC
>
More information about the asterisk-users
mailing list