]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge script <automerge@asterisk.org>
Mon, 18 Sep 2006 16:02:39 +0000 (16:02 +0000)
committerAutomerge script <automerge@asterisk.org>
Mon, 18 Sep 2006 16:02:39 +0000 (16:02 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@43181 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_math.c
configs/indications.conf.sample
configs/zapata.conf.sample

index f1be8d4d1d073856f7c2666a47b0784576c177ab..f52385c02af39d1ec3f5b19bc8cff9ef6ce7c736 100644 (file)
@@ -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
index c0dcb7864b23ce363dd455df35b3649935caa4e1..acafb157f5011afc1a14d44620556080b36558e0 100644 (file)
@@ -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
index cd125140a72749ceb56ea68fbf5fc699c9e6ad80..1c75a375ad4ec9a0c1c94cdc14fe402c4251a262 100644 (file)
@@ -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
 ;