summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1ae9f5f)
raw | patch | inline | side by side (parent: 1ae9f5f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 12 May 2010 13:37:19 +0000 (13:37 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 12 May 2010 13:37:19 +0000 (13:37 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@18386 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc b/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc
index d3fb0dcb18fea195ed51ab975a370a4a6a022673..045feb5ed571beb617b9caf03a50551f72c9ec57 100644 (file)
$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;