Blame | Last modification | View Log | RSS feed
<form method="POST" action="originate_call.php">
<table class="stat cdr search">
<tr>
<th>Source</th>
<td>
<select name=src>${SRC_LIST}
</select>
</td>
</tr>
<tr>
<th>Destination</th>
<td><input type=text name="dst" value="${DST}"></td>
</tr>
<tr class="buttons">
<td colspan=2>
<input type=reset name="reset" value="Reset">
<input type=submit name=s value="Originate">
</td>
</tr>
</table>
</form>