Hello.<br><br>Is it possible to configure Asterisk to preserve specific SIP INVITE headers when setting up a call?<br><br>Specifically, I have a custom SIP client that sends an additional header in the INVITE request when originating a call. This is to request that the call is auto-answered by the destination phone. i.e.<br>
<br>&nbsp;&nbsp;&nbsp; Call-Info: &lt;sip:192.168.100.50&gt;;answer-after=0<br><br>If I use wireshark to sniff the packets, I can see that this header is present in the original INVITE request from my SIP phone to Asterisk, however, in the INVITE message that Asterisk sends to the recipient phone, this header has been stripped.<br>
<br>Is it possible to configure Asterisk so that it forwards this SIP header intact? <br><br>I know that it is possible to set up a dialplan to insert this header for specific extensions, but I really would like to be able to generate this header using my client!<br>
<br>Any ideas would be greatly appreciated!<br>Thanks<br>Scott<br><br>