Add support for defining hints from pbx_lua

(closes issue #16024)
Reported by: mnicholson


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@309493 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matthew Nicholson
2011-03-04 17:44:44 +00:00
parent c1ba13c1ea
commit b20fecdbbb
2 changed files with 94 additions and 1 deletions

View File

@@ -197,3 +197,14 @@ extensions = {
};
}
hints = {
demo = {
[1000] = "SIP/1000";
[1001] = "SIP/1001";
};
default = {
["1234"] = "SIP/1234";
};
}