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