From: hickert Date: Tue, 10 Mar 2009 13:27:59 +0000 (+0000) Subject: Fixed goPhone conference language selection X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=82e83e22e4213638c68940bd87f8b7d72a025ec2;p=gosa.git Fixed goPhone conference language selection git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@13523 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/conference/class_phoneConferenceGeneric.inc b/plugins/gofon/conference/class_phoneConferenceGeneric.inc index 27c53b66e..9e9c31c00 100644 --- a/plugins/gofon/conference/class_phoneConferenceGeneric.inc +++ b/plugins/gofon/conference/class_phoneConferenceGeneric.inc @@ -447,8 +447,8 @@ class conference extends plugin $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"){