NVLineDetect for asterisk 1.4
Подправил код, как написано в статье http://www.voip-info.org/wiki/view/NewmanTelOnAsterisk14
Сразу предоставляю всем готовое решение, поскольку первый раз долго возился с этой вещью, а вещь очень даже нужная. Выкладываю сюда: http://kostyanx.game-host.org/app_nv_linedetect.c
Installation
Easiest way to get up and running:
(1) Drop the code in your /usr/src/asterisk/apps directory
(2) Edit the Makefile in the apps directory. Add the following line:
APPS+=app_nv_linedetect.so
(3) Go to /usr/src/asterisk and run "make", then run "make install"
(4) Start or restart Asterisk
(5) Type "show application nvlinedetect" from the CLI and you should see it
NOTE: Dialtone detection requires additional changes. This will be posted shortly.
|