Ejemplo n.º 1
0
<h3>

    <a href="#" rel="voicemail"><?php 
echo __('Send to Voicemail');
?>
</a>

</h3>

<div style="text-align: center;">

    <?php 
echo __('If this call is not answered direct the caller to the voicemail box');
?>

    <?php 
echo vm::dropdown('number{{number_id}}[dialplan][terminate][voicemail]', isset($terminate['voicemail']) ? $terminate['voicemail'] : NULL);
?>

</div>
Ejemplo n.º 2
0
<?php

echo form::open_section('Voicemail Indicator');
?>

    <div class="field">
    <?php 
echo form::label('voicemail[mwi_box]', 'Notify for Voicemail Box:');
echo vm::dropdown('voicemail[mwi_box]', empty($voicemail['mwi_box']) ? NULL : $voicemail['mwi_box']);
?>
    </div>

<?php 
echo form::close_section();