<html><head><style type='text/css'>p { margin: 0; }</style><style type='text/css'>body { font-family: 'Times New Roman'; font-size: 12pt; color: #000000}</style></head><body><P>I am making confrence application.</P>
<P><STRONG>In sip.conf</STRONG></P>
<P>[phone1]<BR>type=friend<BR>host=dynamic<BR>&nbsp;Takes an alphanumeric string.<BR>context= employees</P>
<P>[phone2]<BR>&nbsp;type=friend<BR>host=dynamic<BR>&nbsp;context= employees</P>
<P>[phone3]<BR>&nbsp;type=friend<BR>host=dynamic<BR>&nbsp;context= employees</P>
<P><STRONG>In extension.conf</STRONG></P>
<P>[employees]<BR>exten =&gt; 101,1,Dial(SIP/phone1,20,tT)</P>
<P>exten =&gt; 102,1,Dial(SIP/phone2,20,tT)</P>
<P>exten =&gt; 103,1,Dial(SIP/phone3,20,tT)</P>
<P>exten =&gt; 777,1,MeetMe(777)</P>
<P><STRONG>In meetme.conf</STRONG></P>
<P>[rooms]<BR>&nbsp;conf =&gt; 777</P>
<P>&nbsp;</P>
<P>when i call&nbsp;777 &nbsp;from phone1 ,its shows 603 declined.</P>
<P>I check in CLI</P>
<P>[Dec&nbsp; 6 17:46:58] WARNING[16264]: pbx.c:4088 pbx_extension_helper: No application 'MeetMe' for extension (employees, 777, 1)<BR>&nbsp; == Spawn extension (employees, 777, 1) exited non-zero on 'SIP/phone1-00000000'</P>
<P>&nbsp;</P>
<P>Plz tell me , where i am wrong in configuration.</P>
<P>&nbsp;</P>
<P>Thanks</P></body></html>