<div dir="ltr"><div dir="ltr" class="gmail_attr">Hi, I tried to send http request HTTP from FAILURE ROUTE to my API with command:</div><div dir="ltr">launch(rest_post("<a href="http://10.219.5.80/trunks/$avp(trunk_id)/disable" target="_blank">http://10.219.5.80/trunks/$avp(trunk_id)/disable</a>", "", , $var(rcode)), resume);<br>And it works, but when I specify a host with multiple addresses (singular), it breaks everything. This example request:<br>launch(rest_post("<a href="http://singular/trunks/$avp(trunk_id)/disable" target="_blank">http://singular/trunks/$avp(trunk_id)/disable</a>", "", , $var(rcode)), resume);<br>I thought the problem was in rest_post, but it turned out that it works like this.<br>rest_post("<a href="http://singular/trunks/$avp(trunk_id)/disable" target="_blank">http://singular/trunks/$avp(trunk_id)/disable</a>", "", , $var(rcode))<br>However this is a synchronous request.<br>I know that async processing is disabled to handle all routes except request routes, but launch() worked. Is there anything I can do so that the asynchronous HTTP request from my FAILURE ROUTE using a host with a large number of IP addresses?</div><div dir="ltr"><br><div><div>Best regards, Pavel</div></div></div></div>