<div dir="ltr">Hi,<div><br></div><div>I want to reject an incoming call from a mobile number in the public context and callback to it</div><div><br></div><div>how should the dialplan look like:</div><div><br></div><div><br></div><div><div>&lt;include&gt;</div><div>  &lt;extension name=&quot;public_did&quot;&gt;</div><div>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(88888888)$&quot;&gt;  </div><div><span class="" style="white-space:pre">        </span>&lt;action application=&quot;set&quot; data=&quot;domain_name=$${domain}&quot;/&gt;</div><div><span class="" style="white-space:pre">        </span>&lt;action application=&quot;log&quot; data=&quot;INFO domain is $${domain}&quot;/&gt;</div><div><span class="" style="white-space:pre">        </span>&lt;action application=&quot;set&quot; data=&quot;callerID = $${caller_id_number}&quot;/&gt;<span class="" style="white-space:pre">        </span></div><div><span class="" style="white-space:pre">        </span>&lt;action application=&quot;log&quot; data=&quot;INFO src number is $${callerID}&quot;/&gt;</div><div>&lt;action application=&quot;respond&quot; data=&quot;503&quot;/&gt;</div><div><span class="" style="white-space:pre">        </span>&lt;action application=&quot;bridge&quot; data=&quot;{sip_auth_username=1003,sip_auth_password=R@D~o$121$@IIITD}sofia/external/<a href="mailto:1003@52.38.67.78">1003@52.38.67.78</a> 9769658019&quot;/&gt;</div><div><span class="" style="white-space:pre">        </span>&lt;!--&lt;action application=&quot;respond&quot; data=&quot;reponse_info&quot; data=&quot;407&quot;/&gt; --&gt;</div><div><span class="" style="white-space:pre">        </span></div><div><span class="" style="white-space:pre">        </span>&lt;!--&lt;action application=&quot;transfer&quot; data=&quot;5000 XML default&quot;/&gt; --&gt;</div><div><span class="" style="white-space:pre">        </span></div><div><span class="" style="white-space:pre">        </span></div><div><span class="" style="white-space:pre">        </span>  </div><div>    &lt;/condition&gt;</div><div>  &lt;/extension&gt;</div><div>&lt;/include&gt;</div></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>Regards,</div><div>Deepika</div></div>