<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> Takes an alphanumeric string.<BR>context= employees</P>
<P>[phone2]<BR> type=friend<BR>host=dynamic<BR> context= employees</P>
<P>[phone3]<BR> type=friend<BR>host=dynamic<BR> context= employees</P>
<P><STRONG>In extension.conf</STRONG></P>
<P>[employees]<BR>exten => 101,1,Dial(SIP/phone1,20,tT)</P>
<P>exten => 102,1,Dial(SIP/phone2,20,tT)</P>
<P>exten => 103,1,Dial(SIP/phone3,20,tT)</P>
<P>exten => 777,1,MeetMe(777)</P>
<P><STRONG>In meetme.conf</STRONG></P>
<P>[rooms]<BR> conf => 777</P>
<P> </P>
<P>when i call 777 from phone1 ,its shows 603 declined.</P>
<P>I check in CLI</P>
<P>[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>Plz tell me , where i am wrong in configuration.</P>
<P> </P>
<P>Thanks</P></body></html>