Hello,

I'm currently trying to configure a passive Asterisk instance that must
backup an active Asterisk instance.
Each instance is connected this way:
PSTN <---> Gateway <-- SIP --> Asterisk <-- SIP --> endpoints or IPBXs

Most endpoints connect through registration.

With chan_sip, Asterisk saved registration data in its database with lines
such as:
/SIP/Registry/spa3102                             : 192.168.64.207:5060:
3600:7013:sip:spa3102@192.168.64.207:5060

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).

Now, with PJSIP, Asterisk saves registration data with lines such as :
/registrar/contact/foobar: {"via_addr": ... }



Have you tried to copy such registration data from one instance to an
aother one ?
What happened then ?

Best regards
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to