<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi <br>
<br>
This is due to module app_meetme.so is not loaded.<br>
Execute below command in asterisk cli and check the cli logger.<br>
> module load app_meetme.so<br>
<br>
If you are installed asterisk in a linux system without any analog
interface this meetme application will not work. You have use
application "Conference" instead of MeetMe.<br>
<br>
Thanks<br>
Nikhil<br>
<br>
<br>
<br>
On 12/08/2011 11:12 AM, Durgesh Mishra wrote:
<blockquote
cite="mid:2229912.137871323322952019.JavaMail.root@mail01"
type="cite">
<style type="text/css">p { margin: 0; }</style>
<style type="text/css">body { font-family: 'Times New Roman'; font-size: 12pt; color: #000000}</style>
<p>Hi,</p>
<p> </p>
<p>I am making confrence application. <br>
<br>
In sip.conf <br>
<br>
[phone1] <br>
type=friend <br>
host=dynamic <br>
Takes an alphanumeric string. <br>
context= employees <br>
<br>
[phone2] <br>
type=friend <br>
host=dynamic <br>
context= employees <br>
<br>
[phone3] <br>
type=friend <br>
host=dynamic <br>
context= employees <br>
<br>
In extension.conf <br>
<br>
[employees] <br>
exten => 101,1,Dial(SIP/phone1,20,tT) <br>
<br>
exten => 102,1,Dial(SIP/phone2,20,tT) <br>
<br>
exten => 103,1,Dial(SIP/phone3,20,tT) <br>
<br>
exten => 777,1,MeetMe(777) <br>
<br>
In meetme.conf <br>
<br>
[rooms] <br>
conf => 777 <br>
<br>
<br>
<br>
when i call 777 from phone1 ,its shows 603 declined. <br>
<br>
I check in CLI <br>
<br>
[Dec 6 17:46:58] WARNING[16264]: pbx.c:4088
pbx_extension_helper: No application 'MeetMe' for extension
(employees, 777, 1) <br>
== Spawn extension (employees, 777, 1) exited non-zero on
'SIP/phone1-00000000' </p>
<p> </p>
<p><br>
<br>
<br>
<br>
Plz tell me , where i am wrong in configuration. <br>
<br>
<br>
<br>
Thanks <br>
--</p>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --
New to Asterisk? Join us for a live introductory webinar every Thurs:
<a class="moz-txt-link-freetext" href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a>
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></pre>
</blockquote>
<br>
</body>
</html>