Skip to content
New issue

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

Configurable Routing policy to the back SIP service #76

Open
ocarriles opened this issue Mar 28, 2017 · 0 comments
Open

Configurable Routing policy to the back SIP service #76

ocarriles opened this issue Mar 28, 2017 · 0 comments
Milestone

Comments

@ocarriles
Copy link
Collaborator

ocarriles commented Mar 28, 2017

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>       
ocarriles added a commit to ocarriles/sbc that referenced this issue Mar 28, 2017
deruelle added a commit that referenced this issue Mar 28, 2017
@ocarriles ocarriles added this to the 1.0.0.GA milestone May 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant