From 6f9c7396fbe7d8de3e71d27b879b553584785c81 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 3 Aug 2005 09:12:54 +0000 Subject: [PATCH] asterisk mailbox changed to phonenumber git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1055 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/phoneaccount/class_phoneAccount.inc | 1 + 1 file changed, 1 insertion(+) 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]; -- 2.30.2