summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-01-18 18:44:54 +0000
committerTed Trask <ttrask01@yahoo.com>2016-01-18 18:44:54 +0000
commit3b2fe7d9748212b29e322edb732aabe757566473 (patch)
treeccb3b0a77d9251a66bcd3dbeb8b11c38fd7f1437
parente7b9f25767decdd278d2e2aa2d9288a55e700f26 (diff)
downloadacf-kamailio-3b2fe7d9748212b29e322edb732aabe757566473.tar.bz2
acf-kamailio-3b2fe7d9748212b29e322edb732aabe757566473.tar.xz
Bump version to 0.10.0v0.10.0
-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()