<div dir="ltr"><span style="font-size:12.8px">Good morning  ,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Can you help me please ?, I need to configure a number X in my soft phone .  </div><div style="font-size:12.8px"><span style="font-size:12.8px">I want to do a scenario in the regestering phase which  must be like this :</span></div><div style="font-size:12.8px">soft --------------------register--------------------------------&gt; server</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">soft &lt;-----------------unauthorized (first 401)----------------server</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">soft ---------------------register (with authorization header computed with the nonce of the 401)-----------------------------------------------------&gt;server</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">soft &lt;--------------------unauthorized 401 (with stale ==False) ----&gt;server </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">i did this in dialplan/default.xml:</div><div style="font-size:12.8px"><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 style="font-size:12.8px">i have only one unauthorized then i have ok ,but how can i do to have this result .</div><div style="font-size:12.8px">thank you </div><div style="font-size:12.8px">with best regards ,</div><div style="font-size:12.8px">amani</div></div>