From d628044a3190a97e920ba6949481aa75ba5347ba Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 9 May 2008 12:55:28 +0000 Subject: [PATCH] Skip setting the voicemail context, only sip here. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@10867 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 0d081f942..4edb5afc1 100644 --- a/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -622,7 +622,7 @@ class phoneAccount extends plugin "mailbox" => $customer_id, "password" => $this->goFonVoicemailPIN, "fullname" => $CNname, - "context" => $this->context, + "context" => "default"; //$this->context, "email" => $s_mail); /* Set pager number if available */ -- 2.30.2