freetdm: Added Analog E&M outbound call answer supervision

You must add answer-supervision=yes in your freetdm.conf.xml
         Also added dial-timeout parameter which was previously hard-coded
This commit is contained in:
Moises Silva
2012-12-18 22:50:49 -05:00
parent 5e62fde357
commit 27a8ec93de
5 changed files with 88 additions and 13 deletions

View File

@@ -92,7 +92,7 @@
!strcasecmp(expr, "true") || \
!strcasecmp(expr, "enabled") || \
!strcasecmp(expr, "active") || \
atoi(expr))) ? 1 : 0
atoi(expr))) ? FTDM_TRUE : FTDM_FALSE
#ifdef WIN32_LEAN_AND_MEAN
#include <winsock2.h>