Hi all,<br>I'm running some performance tests 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 "to" "from" head when challenging registartion & invitation,.for example,I want Asterisk to allow following registration :
<br><br>.........<br>To:<<a href="mailto:sip:1234@192.168.1.42">sip:1234@192.168.1.42</a>><br>From:<<a href="mailto:sip:1234@192.168.1.42">sip:1234@192.168.1.42</a>>:tag=8a3d7e61<br>..........<br>Authorization:Digest Username="5678",realm="
<a href="http://192.168.1.42">192.168.1.42</a>",nonce="4692235235jefsdfq23423fc",uri="sip:<a href="http://192.168.1.42">192.168.1.42</a>",<br>response="234234234324sfdsf",algorithm=MD5<br>
<br>Does Asterisk support that?How to configure?Please advise,thanks a lot.