[svn-commits] irroot: branch irroot/distrotech-customers-1.8 r325481 - in /team/irroot/dist...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Jun 29 00:42:54 CDT 2011
Author: irroot
Date: Wed Jun 29 00:42:50 2011
New Revision: 325481
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=325481
Log:
Changes to close app_queue mods for upstream RB1119
Modified:
team/irroot/distrotech-customers-1.8/apps/app_queue.c
team/irroot/distrotech-customers-1.8/configs/queues.conf.sample
Modified: team/irroot/distrotech-customers-1.8/apps/app_queue.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/distrotech-customers-1.8/apps/app_queue.c?view=diff&rev=325481&r1=325480&r2=325481
==============================================================================
--- team/irroot/distrotech-customers-1.8/apps/app_queue.c (original)
+++ team/irroot/distrotech-customers-1.8/apps/app_queue.c Wed Jun 29 00:42:50 2011
@@ -949,7 +949,7 @@
/*! \brief queues.conf [general] option */
static int update_cdr = 0;
-/*! \brief queues.conf [genral] option */
+/*! \brief queues.conf [general] option */
static int negative_penalty_invalid = 0;
enum queue_result {
@@ -6272,7 +6272,7 @@
AST_APP_ARG(option);
AST_APP_ARG(interface);
);
- /* Make sure the returned value on error is NULL. */
+ /* Make sure the returned value on error is zero length string. */
buf[0] = '\0';
if (ast_strlen_zero(data)) {
Modified: team/irroot/distrotech-customers-1.8/configs/queues.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/irroot/distrotech-customers-1.8/configs/queues.conf.sample?view=diff&rev=325481&r1=325480&r2=325481
==============================================================================
--- team/irroot/distrotech-customers-1.8/configs/queues.conf.sample (original)
+++ team/irroot/distrotech-customers-1.8/configs/queues.conf.sample Wed Jun 29 00:42:50 2011
@@ -61,9 +61,9 @@
;
;shared_lastcall=no
;
-; Negitive penalty invalid will treat members with a negative penalty as logged off
-;
-;negitive_penalty_invalid = no
+; Negative_penalty_invalid will treat members with a negative penalty as logged off
+;
+;negative_penalty_invalid = no
;
;[markq]
;
@@ -200,7 +200,7 @@
; all: Memeber will be paused in all queues he/she is a member
;autopause=yes
;
-; Autopausedelay delay autopause for autopause delay seconds from the
+; Autopausedelay delay autopause for autopausedelay seconds from the
; last call if a member has not taken a call the delay has no effect.
;autopausedelay=60
;
More information about the svn-commits
mailing list