summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6fca139)
raw | patch | inline | side by side (parent: 6fca139)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 12 Aug 2005 16:05:16 +0000 (16:05 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 12 Aug 2005 16:05:16 +0000 (16:05 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1136 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/ogroups/class_phonequeue.inc | patch | blob | history |
diff --git a/plugins/admin/ogroups/class_phonequeue.inc b/plugins/admin/ogroups/class_phonequeue.inc
index 8d901b400fb72c31054ba0c87cd5763220d8312d..4e0a4738632a2a4a17229354eec80fc95fc9b522 100644 (file)
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";
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");
$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"] = "";