<div dir="ltr">
<pre><b>Hi Alexey<br></b></pre><pre><b>Thanks for the reply, so how can we read a reply message(even outside reply_route) and based on the information in it, decide to send a reply with special cause code and terminate the initiated call ? </b>

Regards<br></pre><pre>M.Shirazi<br><br></pre><pre>>Hi Mehdi,
 
>onreply_route [1] is used not for generating replies by your OpenSIPS,
>it it used for actions to be taken for SIP replies which are going towards OpenSIPS
>from other VoIP entities.
 
>To drop a call with some code you may use these functions:
 
>    sl_send_reply();    [2]
>    send_reply();         [3]
 
>but according to the documentation neither of them can be used from onreply_route.
</pre>

<div>>>Hi
</div><div><pre>>>How can we disconnect a call from on reply_route with a cause value ?</pre>

</div></div>