If I deploy n+1 FusionPBX servers - for arguments sake, we'll say 3 all using a shared Postgres database (*not for core*)
There is a DNS round robin called "phoneswitch.local".
Bob registers as 100@phoneswitch.local (10.0.0.1)
Alice registers to 101@phoneswitch.local (10.0.0.2)
Mary registers to 102@phoneswitch.local (10.0.0.3)
If Bob dials 101, is the expected behaviour that Alice will ring?
If no - what is the best practice to create that situation?
I've seen reference to mod_xml_curl, I was thinking of defining a route like
sofia/internal/100@10.0.0.1|sofia/internal/100@10.0.0.2|sofia/internal/100@10.0.0.3
or something like that..
Ideas?
There is a DNS round robin called "phoneswitch.local".
Bob registers as 100@phoneswitch.local (10.0.0.1)
Alice registers to 101@phoneswitch.local (10.0.0.2)
Mary registers to 102@phoneswitch.local (10.0.0.3)
If Bob dials 101, is the expected behaviour that Alice will ring?
If no - what is the best practice to create that situation?
I've seen reference to mod_xml_curl, I was thinking of defining a route like
sofia/internal/100@10.0.0.1|sofia/internal/100@10.0.0.2|sofia/internal/100@10.0.0.3
or something like that..
Ideas?
Last edited: