[OpenSIPS-Users] Failover Solution in OpenSIPS
Vlad Paiu
vladpaiu at opensips.org
Mon Mar 5 21:03:08 CET 2012
Hello,
You have to catch the failure in failure_route, and based on the status
code ( 408 is internally generated by OpenSIPS in case no reply, or
other response codes that you want ), mark the trunk as disabled, either
by lb_disable() or ds_mark_dst(), and call again the load_balance() or
ds_select_dst() to let OpenSIPS choose another destination.
Regards,
Vlad Paiu
OpenSIPS Developer
http://www.opensips-solutions.com
Pe 3/5/2012 9:54 PM, Faisal Rehman a scris:
> Hi Everyone,
>
> I have different sip trunks, I want to implement the fail over
> solution with dispatcher/load balancer. Means if call fails from one
> trunk/gateway, like if we get 503 Service Un-available from one trunk
> call should be routed to next trunk. Basic routing should be handled
> from dispatcher but if the call is failed the call should be routed to
> next trunk according to my dispatcher. I want to implement both timer
> based and response based fail over, so any suggestions for such
> implementation?
>
> Regards,
>
> Faisal Rehman
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20120305/823f40b3/attachment-0001.htm>
More information about the Users
mailing list