<div dir="ltr">Hi ,<div>i want to oblige an extension example 400 to not be registered  .</div><div>so </div><div>soft --------------------register--------------------------------&gt; server</div><div><br></div><div>soft &lt;-----------------unauthorized (first 401)----------------server</div><div><br></div><div>soft ---------------------register (with authorization header computed with the nonce of the 401)-----------------------------------------------------&gt;server</div><div><br></div><div>soft &lt;--------------------unauthorized (with stale ==False) ----&gt;server </div><div><br></div><div>i did this in dialplan/default.xml:</div><div><div>&lt;extension name=&quot;fail register&quot;&gt;</div><div>    &lt;condition field=&quot;caller_id_number&quot; expression=&quot;^400$&quot;&gt;</div><div>        &lt;action application=&quot;respond&quot; data=&quot;401&quot;/&gt;</div><div>        &lt;action application=&quot;hangup&quot;/&gt;</div><div>    &lt;/condition&gt;</div><div>&lt;/extension&gt;</div></div><div>i have only one unauthorized then i have ok ,but how can i do to have this result .</div><div>thank you </div><div>with best regards ,</div><div>amani</div><div><br></div></div>