mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +00:00
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:
@@ -197,3 +197,14 @@ extensions = {
|
||||
};
|
||||
}
|
||||
|
||||
hints = {
|
||||
demo = {
|
||||
[1000] = "SIP/1000";
|
||||
[1001] = "SIP/1001";
|
||||
};
|
||||
|
||||
default = {
|
||||
["1234"] = "SIP/1234";
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user