mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
chan_sip: Remove deprecated module.
ASTERISK-30297 Change-Id: Ic700168c80b68879d9cee8bb07afe2712fb17996
This commit is contained in:
committed by
George Joseph
parent
e66c5da145
commit
4095a382da
@@ -63,8 +63,7 @@ static int options_incoming_request(struct ast_sip_session *session, pjsip_rx_da
|
||||
/*
|
||||
* XXX TODO: pjsip doesn't care a lot about either of these headers -
|
||||
* while it provides specific methods to create them, they are defined
|
||||
* to be the standard string header creation. We never did add them
|
||||
* in chan_sip, although RFC 3261 says they SHOULD. Hard coded here.
|
||||
* to be the standard string header creation. Hard coded here.
|
||||
*/
|
||||
ast_sip_add_header(tdata, "Accept-Encoding", DEFAULT_ENCODING);
|
||||
ast_sip_add_header(tdata, "Accept-Language", DEFAULT_LANGUAGE);
|
||||
|
Reference in New Issue
Block a user