We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plug the provider into sbc.xml
<routing-policy> <!-- Parameters for routing policy provider (static|fail-over|load-balance) --> <policy name="static"> <militarized-zone-target> <target>udp:192.168.1.2:5060</target> </militarized-zone-target> </policy> <!-- <policy name="fail-over"> <max-failed-calls>20</max-failed-calls> <allow-failover-to-primary>true</allow-failover-to-primary> <militarized-zone-target> <target>udp:192.168.1.2:5070</target> <target>tcp:192.168.1.3:5060</target> </militarized-zone-target> </policy> --> </routing-policy>
The text was updated successfully, but these errors were encountered:
issue RestComm#76
849ed3e
Merge pull request #78 from ocarriles/master
cac0e83
issue #76
No branches or pull requests
Plug the provider into sbc.xml
The text was updated successfully, but these errors were encountered: