Hi all,<br>I&#39;m running some performance tests&nbsp;&nbsp;over my Asterisk,to simplify the test,I want to configure Asterisk to allow several clients registered with different nubmers but using single authentication account,so that Asterisk would not check the &quot;to&quot; &quot;from&quot; head when challenging registartion &amp; invitation,.for example,I want Asterisk to allow following registration :
<br><br>.........<br>To:&lt;<a href="mailto:sip:1234@192.168.1.42">sip:1234@192.168.1.42</a>&gt;<br>From:&lt;<a href="mailto:sip:1234@192.168.1.42">sip:1234@192.168.1.42</a>&gt;:tag=8a3d7e61<br>..........<br>Authorization:Digest Username=&quot;5678&quot;,realm=&quot;
<a href="http://192.168.1.42">192.168.1.42</a>&quot;,nonce=&quot;4692235235jefsdfq23423fc&quot;,uri=&quot;sip:<a href="http://192.168.1.42">192.168.1.42</a>&quot;,<br>response=&quot;234234234324sfdsf&quot;,algorithm=MD5<br>
<br>Does&nbsp;&nbsp;Asterisk support that?How to configure?Please advise,thanks a lot.