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 but i am not able to write the dialplans for it.
Please help me to configure the supporting directories to make things happen . Thanks in advance…
This is my sip.conf
[general]
port = 5060
bindaddr = 0.0.0.0
context = others
[2000]
type=friend
context=my-phones
secret=1234
host=dynamic
[2001]
type=friend
context=my-phones
secret=1234
host=dynamic
[2002]
type=friend
context=my-phones
secret=1234
host=dynamic
This is my extensions.conf
[others]
[my-phones]
exten => 2000,1,MeetMe(2000,i,54321)
exten => 2001,1,Dial(SIP/2001)
exten => 2002,1,Dial(SIP/2002)
This is my meetme.conf
[my-phones]
conf => 2000
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)
Please help me to resolve this .Thanks in advance…