aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch_hunt_group_edit.tmp
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-05-28 21:10:10 -0600
committermcrane <mctch@yahoo.com>2009-05-28 21:10:10 -0600
commitcf8abc2e725f42eb6176de1da77d5a03766fee6e (patch)
tree3f4b46236747546f92b479c637d66b27ba66bc44 /config/freeswitch/freeswitch_hunt_group_edit.tmp
parent23e1ab04471d14367023a7a11b08920b6a40b0b6 (diff)
downloadpfsense-packages-cf8abc2e725f42eb6176de1da77d5a03766fee6e.tar.gz
pfsense-packages-cf8abc2e725f42eb6176de1da77d5a03766fee6e.tar.bz2
pfsense-packages-cf8abc2e725f42eb6176de1da77d5a03766fee6e.zip
FreeSWITCH package add profile selection to hunt group dest, ivr watch for up to 5 digits instead of 4
Diffstat (limited to 'config/freeswitch/freeswitch_hunt_group_edit.tmp')
-rw-r--r--config/freeswitch/freeswitch_hunt_group_edit.tmp18
1 files changed, 11 insertions, 7 deletions
diff --git a/config/freeswitch/freeswitch_hunt_group_edit.tmp b/config/freeswitch/freeswitch_hunt_group_edit.tmp
index 8e06429c..b1c6d57f 100644
--- a/config/freeswitch/freeswitch_hunt_group_edit.tmp
+++ b/config/freeswitch/freeswitch_hunt_group_edit.tmp
@@ -294,11 +294,12 @@ display_top_tabs(build_menu());
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <td width="20%" class="listhdrr">Destination</td>
- <td width="25%" class="listhdrr">Type</td>
- <td width="25%" class="listhdrr">Order</td>
+ <td width="40%" class="listhdrr">Destination</td>
+ <td width="40" class="listhdrr">Type</td>
+ <td width="40" class="listhdrr">Profile</td>
+ <td width="40" class="listhdrr">Order</td>
<td width="45%" class="listhdr">Description</td>
- <td width="10%" class="list">
+ <td width="30" class="list">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td width="17"></td>
@@ -342,6 +343,9 @@ display_top_tabs(build_menu());
<?=$ent['destinationtype'];?>&nbsp;
</td>
<td class="listr" ondblclick="document.location='freeswitch_hunt_group_destinations_edit.php?id=<?=$ent['id'];?>&parentid=<?=$parentid;?>&huntgroupid=<?=$huntgroupid;?>';">
+ <?=$ent['destinationprofile'];?>&nbsp;
+ </td>
+ <td class="listr" ondblclick="document.location='freeswitch_hunt_group_destinations_edit.php?id=<?=$ent['id'];?>&parentid=<?=$parentid;?>&huntgroupid=<?=$huntgroupid;?>';">
<?=$ent['destinationorder'];?>&nbsp;
</td>
<td class="listbg" ondblclick="document.location='freeswitch_hunt_group_destinations_edit.php?id=<?=$ent['id'];?>&parentid=<?=$parentid;?>&huntgroupid=<?=$huntgroupid;?>';">
@@ -363,7 +367,7 @@ display_top_tabs(build_menu());
}
?>
<tr>
- <td class="list" colspan="4"></td>
+ <td class="list" colspan="5"></td>
<td class="list">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
@@ -376,7 +380,7 @@ display_top_tabs(build_menu());
<tr>
- <td class="list" colspan="4"></td>
+ <td class="list" colspan="5"></td>
<td class="list"></td>
</tr>
</table>
@@ -391,7 +395,7 @@ display_top_tabs(build_menu());
<tr>
- <td class="list" colspan="3"></td>
+ <td class="list" colspan="4"></td>
<td class="list"></td>
</tr>
</table>