diff options
author | mcrane <mctch@yahoo.com> | 2009-05-28 21:10:10 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-05-28 21:10:10 -0600 |
commit | cf8abc2e725f42eb6176de1da77d5a03766fee6e (patch) | |
tree | 3f4b46236747546f92b479c637d66b27ba66bc44 /config/freeswitch/freeswitch_ivr.tmp | |
parent | 23e1ab04471d14367023a7a11b08920b6a40b0b6 (diff) | |
download | pfsense-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_ivr.tmp')
-rw-r--r-- | config/freeswitch/freeswitch_ivr.tmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeswitch/freeswitch_ivr.tmp b/config/freeswitch/freeswitch_ivr.tmp index 67084f07..c1e53dff 100644 --- a/config/freeswitch/freeswitch_ivr.tmp +++ b/config/freeswitch/freeswitch_ivr.tmp @@ -117,7 +117,7 @@ display_top_tabs(build_menu()); <?=$ent['ivrextension']?> </td> <td class="listr" ondblclick="document.location='freeswitch_ivr_edit.php?id=<?=$i;?>';"> - <?=$ent['ivrname'];?> <?=$ent['ivrid'];?> + <?=$ent['ivrname'];?> </td> <td class="listbg" ondblclick="document.location='freeswitch_ivr_edit.php?id=<?=$i;?>';"> <font color="#FFFFFF"><?=htmlspecialchars($ent['ivrdescr']);?> |