[asterisk-users] Confrence call is not make

2011-12-07 Thread Durgesh Mishra
Hi, I am making confrence application. In sip.conf [phone1] type=friend host=dynamic Takes an alphanumeric string. context= employees [phone2] type=friend host=dynamic context= employees [phone3] type=friend host=dynamic context= employees In extension.conf [employees]

Re: [asterisk-users] Confrence call is not make

2011-12-07 Thread Steve Edwards
On Thu, 8 Dec 2011, Durgesh Mishra wrote: I am making confrence application. [Dec 6 17:46:58] WARNING[16264]: pbx.c:4088 pbx_extension_helper: No application 'MeetMe' for extension (employees, 777, 1) You don't have app_meetme.so loaded. What happens if you enter 'module load

Re: [asterisk-users] Confrence call is not make

2011-12-07 Thread James Sharp
I check in CLI [Dec 6 17:46:58] WARNING[16264]: pbx.c:4088 pbx_extension_helper: No application 'MeetMe' for extension (employees, 777, 1) == Spawn extension (employees, 777, 1) exited non-zero on 'SIP/phone1-' Plz tell me , where i am wrong in configuration. Chances are you

Re: [asterisk-users] Confrence call is not make

2011-12-07 Thread Nikhil
Hi This is due to module app_meetme.so is not loaded. Execute below command in asterisk cli and check the cli logger. module load app_meetme.so If you are installed asterisk in a linux system without any analog interface this meetme application will not work. You have use application