From f5fc3b517ee0d39ed384cd6f975faab6190ea7be Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 12 May 2010 13:35:56 +0000 Subject: [PATCH] Improved last gophone change git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18385 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../gofon/gofon/conference/class_phoneConferenceGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2