From d0c6e88b95782d8c50cd8c6caec1302bb9ab1a9d Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 30 Mar 2009 19:29:37 +0000 Subject: applications/luci-asterisk: add meetme support, data integrity improvements --- .../luasrc/view/asterisk/dialplans.htm | 46 +++++++++++++++++++--- 1 file changed, 41 insertions(+), 5 deletions(-) (limited to 'applications/luci-asterisk/luasrc/view') diff --git a/applications/luci-asterisk/luasrc/view/asterisk/dialplans.htm b/applications/luci-asterisk/luasrc/view/asterisk/dialplans.htm index 79b81bd9d2..a36016241f 100644 --- a/applications/luci-asterisk/luasrc/view/asterisk/dialplans.htm +++ b/applications/luci-asterisk/luasrc/view/asterisk/dialplans.htm @@ -78,7 +78,8 @@ $Id$ Here you can manage your dial plans which are used to route outgoing calls from your local extensions.

Related tasks:
Manage dialzones | - Manage voicemail boxes + Manage voicemail boxes | + Manage meetme rooms
@@ -117,10 +118,10 @@ $Id$

- + Edit dialzone - + Remove from this dialplan @@ -142,10 +143,10 @@ $Id$

- + Edit dialzone - + Remove from this dialplan @@ -153,6 +154,28 @@ $Id$ <% row = row + 1; end %> + + <% local rooms_used = { } %> + <% for ext, room in luci.util.kspairs(plan.meetmerooms) do rooms_used[room.room] = true %> + + + └ MeetMe Room <%=room.room%> (<%=room.description%>) +

+ Matches: <%=format_matches(ext)%> +

+ + + + Edit dialzone + + + Remove from this dialplan + + + + <% row = row + 1; end %> + +
@@ -181,6 +204,19 @@ $Id$

+ Add MeetMe Conference:
+ + as extension + +

+ -- cgit v1.2.3