Code

Added snapshot to conferences
[gosa.git] / plugins / gofon / conference / class_phoneConferenceManagment.inc
index c7902f8f26cf2f3433dd25c977b633f6a6d52da5..f2b093910e4d6ac414e582a78a267f41aa9bf4f2 100644 (file)
@@ -255,6 +255,12 @@ class phoneConferenceManagment extends plugin
       display divlist
      ***************/
 
+    /* Check if there is a snapshot dialog open */
+    if($str = $this->showSnapshotDialog($this->DivListConference->selectedBase,
+      array("ou=conferences,ou=asterisk,ou=configs,ou=systems,".$this->DivListConference->selectedBase))){
+      return($str);
+    }
+
     /* Return rendered main page */
     /* Display dialog with system list */
     $this->DivListConference->parent = $this;