CallWeaver FAQ

Why did you change the name of the project?

We had some trademark issues arise to some of our developers.

How can I use CallWeaver in a multihomed environment

How can I set up music on hold with MP3s?

Install madplay and use this in musiconhold.conf:

[default]
mode=custom
directory=/var/spool/callweaver/moh
application=/usr/bin/madplay -Qzr -o raw:- --mono -R 8000 -a -12
format=slin

Why does my automon One Touch Record feature not work?

1.) For some devices or services You need to set

featuredigittimeout = 3000      ; Max time (ms) between digits for
                                                  ; feature activation.  Default is 500

in features.conf or the automon => *1 ; One Touch Record or other more than 1 digit DTMF sequences cant be recognized.

2.) You forgot to set

[globals]
DYNAMIC_FEATURES=>automon

or in local context with Set(...) before the Dial(...,W or/and w) line in extensions.conf. in verbose mode You see:

    -- User hit '*1' to record call. filename: wav,auto-1187157937-201-07215604216,m

if automon activates recording. Check Your spool path setup, too.