tomyee3 at verizon.net
2010-Oct-15 13:38 UTC
[asterisk-users] app_meetme build option is XXX'ed out
<html><HEAD><LINK media=all href="/webmail/static/deg/css/wysiwyg-3933289048.css" type=text/css rel=stylesheet> <META content="MSHTML 6.00.6000.16825" name=GENERATOR></HEAD> <BODY> <DIV>I was redirected here from the -dev group since meetme depends on dahdi.<BR></DIV> <DIV>I'm still a newbie in asterisk programming.</DIV> <DIV> </DIV> <DIV>I'm attempting to do some custom modifications to the meetme application. I got a WARNING[10419]: pbx.c:3680 pbx_extension_helper: No application 'Meetme' for extension (inmate_phones. 3331, 3)</DIV> <DIV> </DIV> <DIV>When I do a "make menuselect", I find that the app_meetme application is XXX'ed out. </DIV> <DIV>I grep'ed for meetme in the config.log and didn't see anything.</DIV> <DIV>Googling for the warning didn't bring up anything that seemed directly relevant to my problem.</DIV> <DIV> </DIV> <DIV>I double-checked that I had make'd, installed, and config'ed dahdi</DIV> <DIV> </DIV> <DIV>Could somebody shortcut me in the right direction?</DIV> <DIV>Thanks very much in advance!</DIV> <DIV> </DIV> <DIV>Tom</DIV> <DIV> </DIV> <DIV> </DIV> <DIV> </DIV></BODY></html>
On Fri, Oct 15, 2010 at 9:38 AM, <tomyee3 at verizon.net> wrote:> I was redirected here from the -dev group since meetme depends on dahdi. > I'm still a newbie in asterisk programming. > > I'm attempting to do some custom modifications to the meetme application. I > got a WARNING[10419]: pbx.c:3680 pbx_extension_helper: No application > 'Meetme' for extension (inmate_phones. 3331, 3) > > When I do a "make menuselect", I find that the app_meetme application is > XXX'ed out. > I grep'ed for meetme in the config.log and didn't see anything. > Googling for the warning didn't bring up anything that seemed directly > relevant to my problem. > > I double-checked that I had make'd, installed, and config'ed dahdi > > Could somebody?shortcut me in the right direction? > Thanks very much in advance! > > Tom >app_meetme, according to menuselect, depends on dahdi. It says it right at the bottom of the screen: "Depends on: dahdi(E)" Install dahdi and you should get app_meetme. -M