Hi,<br><br>When implementing click2dial feature, I can trigger an Aastra phone to auto-answer using statement like :<br>SIPAddHeader(Alert-Info: info=alert-autoanswer);<br><br>This is very convenient when trying to reach a distant party (ie through PSTN)<br>
<br>The trouble is when 2 Aastra are calling each other over the LAN, this single statement is memorized somehow and both phones (caller and callee) auto-answer.<br>Is there a way to &quot;cancel&quot; this auto-answer feature on the second leg of a call, either with a SIPRemoveHeader-like application or using something like (before dialing the second leg) :<br>
SIPAddHeader(Alert-Info: info=alert-noautoanswer);<br><br>I&#39;ve tried many things unsuccessfully such as:<br>SIPAddHeader(Alert-Info: info=alert-community-1);        (From an old doc)<br><br><br>Best regards<br>