<div dir="ltr">Hi Ali,<br>I think that you must call :<br>&nbsp;if(status==&quot;180&quot;)<br>
 &nbsp; &nbsp;{<br>
 &nbsp; &nbsp; &nbsp; &nbsp;xlog(&quot;this is a 180 Ringing reply&quot;);<br>
 &nbsp; &nbsp;};<br>
<br>
 &nbsp; &nbsp;if(status==&quot;200&quot;)<br>
 &nbsp; &nbsp;{<br>
 &nbsp; &nbsp; &nbsp; &nbsp;xlog(&quot;this is a 200 OK reply&quot;);<br>
 &nbsp; &nbsp;};<br><br>in the onreply_route, note in tne route function<br>
<br><br></div>