[asterisk-commits] irroot: branch irroot/distrotech-customers-trunk r325480 - in /team/irroot/di...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jun 29 00:39:55 CDT 2011


Author: irroot
Date: Wed Jun 29 00:39:50 2011
New Revision: 325480

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=325480
Log:
Changes to close app_queue mods for upstream RB1119

Modified:
    team/irroot/distrotech-customers-trunk/apps/app_queue.c
    team/irroot/distrotech-customers-trunk/configs/queues.conf.sample

Modified: team/irroot/distrotech-customers-trunk/apps/app_queue.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/distrotech-customers-trunk/apps/app_queue.c?view=diff&rev=325480&r1=325479&r2=325480
==============================================================================
--- team/irroot/distrotech-customers-trunk/apps/app_queue.c (original)
+++ team/irroot/distrotech-customers-trunk/apps/app_queue.c Wed Jun 29 00:39: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-trunk/configs/queues.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/irroot/distrotech-customers-trunk/configs/queues.conf.sample?view=diff&rev=325480&r1=325479&r2=325480
==============================================================================
--- team/irroot/distrotech-customers-trunk/configs/queues.conf.sample (original)
+++ team/irroot/distrotech-customers-trunk/configs/queues.conf.sample Wed Jun 29 00:39: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 asterisk-commits mailing list