summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--kamailio-model.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 06e8c73..b64743c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=kamailio
PACKAGE=acf-$(APP_NAME)
-VERSION=0.9.3
+VERSION=0.10.0
APP_DIST=\
kamailio* \
diff --git a/kamailio-model.lua b/kamailio-model.lua
index 96c15c4..42b9ff0 100644
--- a/kamailio-model.lua
+++ b/kamailio-model.lua
@@ -222,7 +222,7 @@ function mymodule.list_users()
end
end
table.sort(results, function(a,b) return a.username < b.username end)
- return cfe({type="list", value=results, label="Kamailio Users", errtxt=errtxt})
+ return cfe({type="structure", value=results, label="Kamailio Users", errtxt=errtxt})
end
function mymodule.get_new_user()