1

I have three extensions with extension no. 2000,2001,2002.Separately i am able to call from one extension to another but now i want to add all three into the Conference Call.I googled and got to know that MeetMe is the way we can achieve this.So i have written dialplan for Conferencing.But while calling extension no. 2000 from 2001 i am getting error as ..

 WARNING[5317][C-0000000a]: pbx.c:4872 pbx_extension_helper: No application 'MeetMe' for extension (my-phones, 2000, 1)

Again i got to know that adding and building app_meetme will solve the issue but i am not able to do it. So my question is How to add and build app_meetme to make Conference Calls (MeetMe) in asterisk.

Please help me .Thanks in advance.

4

1 回答 1

0

在星号源目录中做

./configure
make menuconfig
#check here that you have chan_dahdi  in channels and metmee in applications
make -j 3
make install

注意:已安装预请求(带有标题等的 dahdi)。执行 menuconfig 时,模块附近显示的所有预请求。

于 2014-04-22T03:01:40.387 回答