aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/app_math.c3
-rw-r--r--configs/indications.conf.sample1
-rw-r--r--configs/zapata.conf.sample5
3 files changed, 7 insertions, 2 deletions
diff --git a/apps/app_math.c b/apps/app_math.c
index f1be8d4d1..f52385c02 100644
--- a/apps/app_math.c
+++ b/apps/app_math.c
@@ -69,7 +69,8 @@ static char *math_descrip =
"Perform floating point calculation on number 1 to number 2 and \n"
"store the result in returnvar. Valid ops are: \n"
" +,-,/,*,%,<,>,>=,<=,==\n"
-"and behave as their C equivalents.\n";
+"and behave as their C equivalents.\n"
+" This application has been deprecated in favor of the MATH function.\n";
#define ADDFUNCTION 0
#define DIVIDEFUNCTION 1
diff --git a/configs/indications.conf.sample b/configs/indications.conf.sample
index c0dcb7864..acafb157f 100644
--- a/configs/indications.conf.sample
+++ b/configs/indications.conf.sample
@@ -420,6 +420,7 @@ dialrecall = !400/100!0/100,!400/100,!0/100,!400/100,!0/100,400
record = 1400/425,0/15000
info = 400/750,0/100,400/750,0/100,400/750,0/100,400/750,0/400
stutter = !400/100!0/100,!400/100,!0/100,!400/100,!0/100,!400/100!0/100,!400/100,!0/100,!400/100,!0/100,400
+unobtainable = 400/75,0/100,400/75,0/100,400/75,0/100,400/75,0/400
[pl]
description = Poland
diff --git a/configs/zapata.conf.sample b/configs/zapata.conf.sample
index cd125140a..1c75a375a 100644
--- a/configs/zapata.conf.sample
+++ b/configs/zapata.conf.sample
@@ -237,7 +237,10 @@ usecallerid=yes
;
hidecallerid=no
;
-; Whether or not to enable call waiting on FXO lines
+; Whether or not to enable call waiting on internal extensions
+; With this set to 'yes', busy extensions will hear the call-waiting
+; tone, and can use hook-flash to switch between callers. The Dial()
+; app will not return the "BUSY" result for extensions.
;
callwaiting=yes
;