From: hickert Date: Wed, 3 Aug 2005 09:12:54 +0000 (+0000) Subject: asterisk mailbox changed to phonenumber X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6f9c7396fbe7d8de3e71d27b879b553584785c81;p=gosa.git asterisk mailbox changed to phonenumber git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1055 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc index 26c5a86f7..7de9e5aab 100644 --- a/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -334,6 +334,7 @@ class phoneAccount extends plugin $key = key($this->phoneNumbers); $sip_entry['callerid'] =$this->phoneNumbers[$key]; + $sip_entry['mailbox'] =$this->phoneNumbers[$key];