<div dir="ltr"><div><div><div><div><div><div><div>Hello,<br><br></div>I'm currently trying to configure a passive Asterisk instance that must backup an active Asterisk instance.<br></div><div>Each instance is connected this way:<br></div><div>PSTN <---> Gateway <-- SIP --> Asterisk <-- SIP --> endpoints or IPBXs<br></div><div><br></div><div>Most endpoints connect through registration.<br></div><div><br></div></div>With chan_sip, Asterisk saved registration data in its database with lines such as:<br>/SIP/Registry/spa3102                             : <a href="http://192.168.64.207:5060">192.168.64.207:5060</a>:<a href="http://3600:7013:sip:spa3102@192.168.64.207:5060">3600:7013:sip:spa3102@192.168.64.207:5060</a><br><br></div>Reading such lines in active instance and copying them back in passive instance, I think you had a mean to have a passive instance ready to treat calls coming from PSTN as soon as it would become active (I never experimented with this).<br><br></div>Now, with PJSIP, Asterisk saves registration data with lines such as :<br></div>/registrar/contact/foobar: {"via_addr": ... }<br><br><br><br></div><div>Have you tried to copy such registration data from one instance to an aother one ?<br></div><div>What happened then ?<br><br></div><div>Best regards<br></div></div>