summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5939edc)
raw | patch | inline | side by side (parent: 5939edc)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Mar 2009 13:27:59 +0000 (13:27 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Mar 2009 13:27:59 +0000 (13:27 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@13523 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofon/conference/class_phoneConferenceGeneric.inc | patch | blob | history |
diff --git a/plugins/gofon/conference/class_phoneConferenceGeneric.inc b/plugins/gofon/conference/class_phoneConferenceGeneric.inc
index 27c53b66eb11188e1db1d9ffc8545a4255d1adf5..9e9c31c00249a751c848d9793bd79b80563528e6 100644 (file)
$EXT[$i]['exten'] =$this->telephoneNumber;
$EXT[$i]['context'] = $context;
$EXT[$i]['priority']= $i;
- $EXT[$i]['app'] ="SetLanguage";
- $EXT[$i]['appdata'] =$this->language;
+ $EXT[$i]['app'] ="Set";
+ $EXT[$i]['appdata'] ="LANGUAGE()=".$this->language;
$i++;
if($this->goFonConferenceOption_r == "r"){