From: hickert Date: Wed, 12 May 2010 13:35:56 +0000 (+0000) Subject: Improved last gophone change X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f5fc3b517ee0d39ed384cd6f975faab6190ea7be;p=gosa.git Improved last gophone change git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18385 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc b/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc index 910d2587b..7b4293e22 100644 --- a/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc +++ b/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc @@ -561,7 +561,7 @@ class conference extends plugin $i++; // Map name to number - if($this->cn != $this->telephoneNumber){ + if(!is_numeric($this->cn)){ $EXT[$i]['exten'] =$this->cn; $EXT[$i]['context'] =$context; $EXT[$i]['priority']=1;