[Home]

Summary:ASTERISK-14943: support hints in pbx_lua
Reporter:Matthew Nicholson (mnicholson)Labels:
Date Opened:2009-10-06 09:40:59Date Closed:2011-03-04 11:44:46.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:PBX/pbx_lua
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When using pbx_lua, there is no way to use dialplan hints without also using pbx_config or pbx_ael.  This is a request for support for hints directly in pbx_lua.

****** ADDITIONAL INFORMATION ******

Possible syntax:

hints = {
  ["default"] = {
     1234 = "sip/1234";
  };

  ["internal"] = {
     100 = "sip/100";
     101 = "sip/101";
     102 = "sip/103";
  };
}
Comments:By: Leif Madsen (lmadsen) 2009-10-06 12:38:17

Assigning this to mnicholson as I presume he has the intention of implementing this at some point in the future.

By: Digium Subversion (svnbot) 2011-03-04 11:44:45.000-0600

Repository: asterisk
Revision: 309493

U   trunk/configs/extensions.lua.sample
U   trunk/pbx/pbx_lua.c

------------------------------------------------------------------------
r309493 | mnicholson | 2011-03-04 11:44:44 -0600 (Fri, 04 Mar 2011) | 5 lines

Add support for defining hints from pbx_lua

(closes issue ASTERISK-14943)
Reported by: mnicholson

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=309493