<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>Hi,</P>
<P>&nbsp;</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 =&gt; 101,1,Dial(SIP/phone1,20,tT) <BR><BR>exten =&gt; 102,1,Dial(SIP/phone2,20,tT) <BR><BR>exten =&gt; 103,1,Dial(SIP/phone3,20,tT) <BR><BR>exten =&gt; 777,1,MeetMe(777) <BR><BR>In meetme.conf <BR><BR>[rooms] <BR>conf =&gt; 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>&nbsp;</P>
<P><BR><BR><BR><BR>Plz tell me , where i am wrong in configuration. <BR><BR><BR><BR>Thanks <BR>--</P></body></html>