Code

Skip setting the voicemail context, only sip here.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 9 May 2008 12:55:28 +0000 (12:55 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 9 May 2008 12:55:28 +0000 (12:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@10867 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofon/phoneaccount/class_phoneAccount.inc

index 0d081f942d2220bc2d3b032dd584aa3c9b773b4d..4edb5afc1c245703f08b2967620d8288dd5927e2 100644 (file)
@@ -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 */