From fa9a37cd2b79aaf79cdd1b2263c24fd4379f8bdb Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 21 Dec 2006 11:24:58 +0000 Subject: [PATCH] Set correct mailbox id.Set correct mailbox id. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5456 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/phoneaccount/class_phoneAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc index 757412c93..1826364ac 100644 --- a/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -555,7 +555,7 @@ class phoneAccount extends plugin $sip_data_array['host'] = $s_host; $sip_data_array['insecure'] = NULL; $sip_data_array['language'] = NULL; - $sip_data_array['mailbox'] = "asterisk"; + $sip_data_array['mailbox'] = $newnums[$i_new_key]; $sip_data_array['md5secret'] = NULL; $sip_data_array['nat'] = "no"; $sip_data_array['permit'] = NULL; -- 2.30.2