Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
acf-freeswitch-vmail
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ACF
acf-freeswitch-vmail
Commits
4b79ae84
Commit
4b79ae84
authored
Aug 10, 2016
by
Ted Trask
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove trailing whitespace
parent
23a0e497
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
Makefile
Makefile
+1
-1
template-processdialplanxml-xml.lsp
template-processdialplanxml-xml.lsp
+1
-1
template-processdirectoryxml-xml.lsp
template-processdirectoryxml-xml.lsp
+1
-1
vmail-listusers-html.lsp
vmail-listusers-html.lsp
+5
-5
No files found.
Makefile
View file @
4b79ae84
...
...
@@ -10,7 +10,7 @@ LIB_DIST=authenticator-freeswitch-vmail.lua
EXTRA_DIST
=
README Makefile config.mk
DISTFILES
=
$(APP_DIST)
$(LIB_DIST)
$(EXTRA_DIST)
DISTFILES
=
$(APP_DIST)
$(LIB_DIST)
$(EXTRA_DIST)
TAR
=
tar
...
...
template-processdialplanxml-xml.lsp
View file @
4b79ae84
...
...
@@ -5,7 +5,7 @@ Content-Type: Content Type: text/xml
<document type="freeswitch/xml">
<section name="dialplan">
<context name="default">
<extension name="unloop">
<condition field="${unroll_loops}" expression="^true$"/>
<condition field="${sip_looped_call}" expression="^true$">
...
...
template-processdirectoryxml-xml.lsp
View file @
4b79ae84
...
...
@@ -14,7 +14,7 @@ Content-Type: Content Type: text/xml
<user id="<%= viewtable.value.username.value %>">
<params>
<param name="vm-enable" value="true>" />
<%
<%
local ignore = {username=true, firstname=true, lastname=true, domain=true, ["vm-password-confirm"]=true }
for name,val in pairs(viewtable.value) do
if not ignore[name] then %>
...
...
vmail-listusers-html.lsp
View file @
4b79ae84
<% local view, viewlibrary, page_info, session = ...
<% local view, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>
...
...
@@ -40,10 +40,10 @@ html = require("acf.html")
$("#list").tablesorter({headers: {0:{sorter: false}}, widgets: ['zebra', 'filter', 'pager'], widgetOptions: {
// Filtering is handled by the server
filter_serversideFiltering: true,
// We can put the page number and size here, filtering and sorting handled by pager_customAjaxUrl
pager_ajaxUrl : '<%= html.html_escape(page_info.script .. page_info.orig_action) %>?viewtype=json&page={page+1}&pagesize={size}',
// Modify the url after all processing has been applied to handle filtering and sorting
pager_customAjaxUrl: function(table, url) {
var columns = ["action", "username", "firstname", "lastname"];
...
...
@@ -62,7 +62,7 @@ html = require("acf.html")
}
return url;
},
// process ajax so that the following information is returned:
// [ total_rows (number), rows (array of arrays), headers (array; optional) ]
pager_ajaxProcessing: function(data){
...
...
@@ -96,7 +96,7 @@ html = require("acf.html")
<th>Extension</th>
<th>First Name</th>
<th>Last Name</th>
</tr>
</tr>
</thead><tbody>
</tbody>
</table>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment