summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8b0b00d)
raw | patch | inline | side by side (parent: 8b0b00d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 9 Aug 2005 07:08:52 +0000 (07:08 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 9 Aug 2005 07:08:52 +0000 (07:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1084 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/ogroups/class_phonequeue.inc | patch | blob | history | |
plugins/admin/ogroups/phonequeue.tpl | patch | blob | history |
diff --git a/plugins/admin/ogroups/class_phonequeue.inc b/plugins/admin/ogroups/class_phonequeue.inc
index 920b96d0506961a385b6115fefbd4256117a3b04..ed2da09e9f5356cc6567d5e481f02a7b05d9616f 100644 (file)
var $goFonTimeOut ="5";
var $goFonMaxLen ="20";
- var $goFonAnnounceFrequency ="90";
+ var $goFonAnnounceFrequency ="60";
var $goFonDialOption_t ="t";
var $goFonDialOption_T ="T";
var $goFonDialOption_h ="h";
- var $goFonAnnounce ="";
+ var $goFonAnnounce ="gonicus-berlin-welcome";
var $goFonDialOption_H ="H";
- var $goFonMusiconHold ="vm-for";
- var $goFonWelcomeMusic ="random";
+ var $goFonMusiconHold ="default";
+ var $goFonWelcomeMusic ="gonicus-berlin-welcome";
var $goFonQueueReportHold ="";
var $goFonQueueYouAreNext ="queue-youarenext";
var $goFonQueueThereAre ="queue-therare";
}
if(!((is_numeric($this->goFonTimeOut))||(empty($this->goFonTimeOut)))){
- $message[] = _("Timeout must be numeric");
+ $message[] = _("Retry must be numeric");
}
if(!((is_numeric($this->goFonMaxLen))||(empty($this->goFonMaxLen)))){
$message[] = _("Queue length must be numeric");
$this->goFonDialOption_H.
"|". // Optionalurl egal
"|". // announceoverride
- "|". // Timeout
- $this->goFonTimeOut;
-
- $i ++ ;
- $a_ext[$i]['context'] = 'GOsa';
- $a_ext[$i]['exten'] = $num;
- $a_ext[$i]['priority'] = 6;
- $a_ext[$i]['app'] = "SetVar";
- $a_ext[$i]['appdata'] = "Queue_Prio=".$prio;
+ "|"; // Timeout
+
+// $i ++ ;
+// $a_ext[$i]['context'] = 'GOsa';
+// $a_ext[$i]['exten'] = $num;
+// $a_ext[$i]['priority'] = 6;
+// $a_ext[$i]['app'] = "SetVar";
+// $a_ext[$i]['appdata'] = "Queue_Prio=".$prio;
$i ++ ;
/* Generate Priority Entry */
$queue["queue_holdtime"] = $this->goFonAnnounce;
$queue["queue_lessthan"] = "";
$queue["announce_round_seconds"]= "";
- $queue["retry"] = "";
+ $queue["retry"] = $this->goFonTimeOut;
$queue["wrapuptime"] = "";
$queue["servicelevel"] = "";
$queue["joinempty"] = "";
$queue["context"] = "default";
$queue["name"] = $this->attrs['cn'][0];
- $queue["timeout"] = $this->goFonTimeOut;
+ $queue["timeout"] = 20;
$queue["maxlen"] = $this->goFonMaxLen;
$queue["strategy" ] = $this->goFonStrategy;
$queue["queue_thankyou"] = $this->goFonQueueThankYou;
index ede9924a40e1352db8696222e54b2da8652734e1..caeeb15de4e695d3128dabe78714a8308e93581e 100644 (file)
</tr>
<tr>
<td>
- {t}Timeout{/t}
+ {t}Retry{/t}
</td>
<td>
<input name='goFonTimeOut' value='{$goFonTimeOut}' {$goFonTimeOutACL}>