Hi,<br><br>In 1.6.1, DIALSTATUS can be set to CANCEL, if caller cancels a call, I suppose.<br>Then, how can you, for instance, send a UserEvent whenever caller cancels a call before callee answers ?<br><br>In dialplan bellow, hangupcontext is entered if callee answers, not if callers cancels before callee answers.<br>
<br>context normal {<br>1234 =&gt; {<br>                Dial(SIP/1234,,F(hangupcontext^1234);<br>};<br>}<br><br>context hangupcontext {<br>1234 =&gt; {<br>                NoOp(here);<br>};<br>}<br><br><br>Regards