summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c0465b)
raw | patch | inline | side by side (parent: 8c0465b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 12 May 2010 13:15:39 +0000 (13:15 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 12 May 2010 13:15:39 +0000 (13:15 +0000) |
-Some extension applications are outdated and hat to be replaced
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@18380 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@18380 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofon/admin/ogroups/gofon/class_phonequeue.inc | patch | blob | history |
diff --git a/gosa-plugins/gofon/admin/ogroups/gofon/class_phonequeue.inc b/gosa-plugins/gofon/admin/ogroups/gofon/class_phonequeue.inc
index 4f7e26600f717ce237aa24a09b19758689e2e626..d72eb47ccbb30135dce2c4e82fe455f05607c11f 100644 (file)
$a_ext[$i]['context'] = 'GOsa';
$a_ext[$i]['exten'] = $num;
$a_ext[$i]['priority'] = 5;
- $a_ext[$i]['app'] = "SetVar";
+ $a_ext[$i]['app'] = "Set";
$a_ext[$i]['appdata'] = "QUEUE_PRIO=".$prio;
$i ++ ;