<HTML><BODY><div>Hi Johan ,</div><div> </div><div>your SQL insert will look like this:</div><div> </div><div>INSERT INTO registrant (registrar, aor, username, password, binding_URI, expiry) VALUES (‘sip:11.11.11.11’, ’sip:79993332211@voip-isp.com’, ’79993332211’, ’PaSsWoRd’, ‘sip:79993332211@22.22.22.22’, 300);</div><div> </div><div>where:</div><div>- 11.11.11.11 is VoIP ISP IP address,</div><div>- voip-isp.com is a domain you should use for authentication (depends on ISP settings, may be sip:79993332211@11.11.11.11),</div><div>- 79993332211 is your username (usually equals to phone number, but also depends on ISP settings),</div><div>- sip:79993332211@22.22.22.22 - this will form a Contact: header and must contain IP address of your OpenSIPS (obviously you can insert here some other IP address, and the calls from ISP proxy will go there, but in most cases it’s common to write here the IP address of your OpenSIPS),</div><div>300 is an registration expiration value in seconds, you ISP may require some other value.</div><div> </div><div><div><div><div>-----------------------------------------------<br><span>BR, Alexey</span><br><span>https://alexeyka.zantsev.com/</span></div></div></div></div><div> </div></BODY></HTML>