<p>On a second thought, instead of using this parameter I think we'd rather specify if we want a route to be executed in async mode or not. I think this approach is more flexible. Something like this:</p>

<p><code><br>
route[E_EVI_PIKE/async] {<br>
    #execute asynchronous<br>
}<br></code></p>

<p>or</p>

<p><code><br>
route[E_EVI_PIKE] {<br>
    #execute synchronous<br>
}<br></code></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/OpenSIPS/opensips/commit/744a5c2a763a822528e77801b8eb671c5c9d0e5e#commitcomment-7171265">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/5479561__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcyMjE2MzA5MywiZGF0YSI6eyJpZCI6MzgxMzQ2NTJ9fQ==--6d3afc37334c3a29ee249888eed216f1c8ab1a40.gif" width="1" /></p>