<div dir="ltr">Hi,<div><br></div><div>I am using Asterisk currently as a SIP proxy to a SIP provider. Inside my real-time, I would set the SIP credential based on what the user has provided. </div><div><br></div><div>For example</div>
<div><br></div><div>[name]</div><div>type=peer</div><div>defaultuser=USER_PROVIDED</div><div>secret=USER_PROVIDED</div><div>host=USER_PROVIDED</div><div><br></div><div>When I reset Asterisk, Asterisk will attempt to register with the sip provider. And if there are sufficiently amount of records with invalid credentials, I'll get blocked by the SIP provider as they might think that I'm brute forcing.</div>
<div><br></div><div>Just a question to check if there's any chance I could ask Asterisk not to register when I reset. Or is there any other possible solution for this? </div></div>