Hallo,
applies fpbx 2.5.2.3:
/var/www/html/admin/modules/conferences
--- page.conferences.php.dist 2010-04-27 13:54:51.000000000 +0200
+++ page.conferences.php 2010-04-27 13:56:16.000000000 +0200
@@ -174,6 +174,18 @@
</tr>
<?php } ?>
<tr>
+ <td><a href="#" class="info"><?php echo _("Dynamic PIN:")?><span><?php echo _("If yes, the first member can set the PIN of this conference")?></span></a></td>
+ <td>
+ <select name="opt#D" tabindex="<?php echo ++$tabindex;?>">
+ <?php
+ $optselect = strpos($options, "D");
+ echo '<option value=""' . ($optselect === false ? ' SELECTED' : '') . '>'._("No") . '</option>';
+ echo '<option value="D"'. ($optselect !== false ? ' SELECTED' : '') . '>'._("Yes"). '</option>';
+ ?>
+ </select>
+ </td>
+ </tr>
+ <tr>
<td><a href="#" class="info"><?php echo _("Leader Wait:")?><span><?php echo _("Wait until the conference leader (admin user) arrives before starting the conference")?></span></a></td>
<td>
<select name="opt#w" tabindex="<?php echo ++$tabindex;?>">
applies fpbx 2.5.2.3:
/var/www/html/admin/modules/conferences
--- page.conferences.php.dist 2010-04-27 13:54:51.000000000 +0200
+++ page.conferences.php 2010-04-27 13:56:16.000000000 +0200
@@ -174,6 +174,18 @@
</tr>
<?php } ?>
<tr>
+ <td><a href="#" class="info"><?php echo _("Dynamic PIN:")?><span><?php echo _("If yes, the first member can set the PIN of this conference")?></span></a></td>
+ <td>
+ <select name="opt#D" tabindex="<?php echo ++$tabindex;?>">
+ <?php
+ $optselect = strpos($options, "D");
+ echo '<option value=""' . ($optselect === false ? ' SELECTED' : '') . '>'._("No") . '</option>';
+ echo '<option value="D"'. ($optselect !== false ? ' SELECTED' : '') . '>'._("Yes"). '</option>';
+ ?>
+ </select>
+ </td>
+ </tr>
+ <tr>
<td><a href="#" class="info"><?php echo _("Leader Wait:")?><span><?php echo _("Wait until the conference leader (admin user) arrives before starting the conference")?></span></a></td>
<td>
<select name="opt#w" tabindex="<?php echo ++$tabindex;?>">