<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body dir="auto">
Hi there,
<div><br>
</div>
<div>Hoping for some guidance. </div>
<div><br>
</div>
<div>We have multiple carriers we place calls out to the PSTN over, and some have CPS limits which we check using rl_check and then choose a different carrier if we’re over the limit.</div>
<div><br>
</div>
<div>This all works great.</div>
<div><br>
</div>
<div>Sometimes calls fail with reasons that would mean we want to retry using a different carrier, so we need to handle this in the failure route.</div>
<div><br>
</div>
<div>However the documentation states that rl_check can only be used in the request route, so I’m not sure how we can check for limits when a call has failed and a new carrier is being selected.</div>
<div><br>
</div>
<div>We’ve a route that handles carrier selection and does the checking, and I’ve tried routing to that inside the failure route and it all appears to work, but I’m guessing something is going to break so wanted to know if there was a way to do what I’m looking
 to do?</div>
<div><br>
</div>
<div>Many thanks,</div>
<div><br>
</div>
<div>William<br>
<div>
<div>
<div>
<div style="font-family: UICTFontTextStyleBody; font-size: 16px;"><span style="font-size: 7.5pt; font-family: Arial, sans-serif; color: rgb(34, 34, 34);"><br>
</span></div>
</div>
</div>
</div>
</div>
</body>
</html>