hello,<br><br>I have SIP phone registered with my server <br><br>now if they send me any number for dialing then i want to give a response code <br><br>actually this number is conference number and i need to chek via DB query  that this conference is valid or not <br>
<br>if conference is not valid then i want to send a response code to SIP device that conf not valid <br><br>i tried with Sendtext but not getting success <br><br><br>here are my dialplan<br><br>exten =&gt; _X.,1,NOOP(${CALLERID(num)}----${CALLERID(DNID)}--)<br>
exten =&gt; _X.,n,SendText(Hello You are Now connected)<br>exten =&gt; _X.,n,SipAddheader(RESP_CODE : Hello You are Now connected)<br>exten =&gt; _X.,n,Meetme(151515,sdMAwC)<br>exten =&gt; _X.,n,Hangup()<br><br>can anybody help this out<br>
<br>