From e94042517babc7ea46d1aeb46aed5c7bfd220769 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 12 Aug 2005 16:05:16 +0000 Subject: [PATCH] Added field goFonQueueLessThan for Queue class git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1136 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/ogroups/class_phonequeue.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/admin/ogroups/class_phonequeue.inc b/plugins/admin/ogroups/class_phonequeue.inc index 8d901b400..4e0a47386 100644 --- a/plugins/admin/ogroups/class_phonequeue.inc +++ b/plugins/admin/ogroups/class_phonequeue.inc @@ -25,6 +25,7 @@ class phonequeue extends plugin var $goFonQueueThankYou ="queue-thankyou"; var $goFonQueueMinutes ="queue-minutes"; var $goFonQueueSeconds ="queue-seconds"; + var $goFonQueueLessThan ="queue-lessthan"; var $goFonQueueLanguage ="queue-holdtime"; var $goFonQueueStrategy ="ringall"; var $goFonQueueAnnounceHoldtime="yes"; @@ -39,7 +40,7 @@ class phonequeue extends plugin var $attributes= array( "goFonTimeOut","goFonMaxLen","goFonAnnounceFrequency","goFonDialOption_t","goFonDialOption_T", "goFonDialOption_h","goFonDialOption_r", "goFonDialOption_H","goFonMusiconHold","goFonWelcomeMusic","goFonQueueReportHold","goFonQueueYouAreNext", - "goFonQueueThereAre","goFonQueueCallsWaiting","goFonQueueThankYou","goFonQueueMinutes","goFonQueueSeconds", + "goFonQueueThereAre","goFonQueueCallsWaiting","goFonQueueThankYou","goFonQueueMinutes","goFonQueueSeconds","goFonQueueLessThan", "telephoneNumber","goFonQueueLanguage","goFonQueueStrategy","goFonQueueAnnounceHoldtime","goFonQueueAnnounce","goFonDialOption","goFonQueueRetry"); /* ObjectClass */ var $objectclasses= array("goFonQueue"); @@ -391,7 +392,7 @@ class phonequeue extends plugin $queue["monitor_join"] = ""; $queue["monitor_format"] = ""; $queue["queue_holdtime"] = $this->goFonQueueAnnounce; - $queue["queue_lessthan"] = ""; + $queue["queue_lessthan"] = $this->goFonQueueLessThan; $queue["announce_round_seconds"]= ""; $queue["retry"] = $this->goFonQueueRetry; $queue["wrapuptime"] = ""; -- 2.30.2