Hi there, I'm looking for a solution to route calls based on prefix, my routing table might reach a long list of prefixs.
I looked to carrierroute and it seems to be nice for this purpose but i have some doubts to how to handle correctly with carrierroute.
IfI understood correctly, if I set the parameter avoid_failed_destinations to 1, can i use the same carrier id and domain on failure route to select another destination that matches the prefix?
Can I have the same carrier ID with diferent domains sharing the same prefixs but mapping it to different destinations?
Thank you for your help. Best regards -- José Seabra
Hello;
any failure situation, it selects carrierfailureroute first ip, and compare it with failed route. if it is the same ip and avoid_failed_destinations is 1 , it resend again the same ip. if gets failed again , next failureroute will be chosen.
every carrier_id ,domain_id ,prefix and flags has own mapping.
Cheers
-- View this message in context: http://sip-router.1086192.n5.nabble.com/Kamailio-routing-to-different-carrie... Sent from the Users mailing list archive at Nabble.com.