mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-11 04:18:21 +00:00
Merge "chan_pjsip: add a flag to ignore 183 responses if no SDP present" into 13
This commit is contained in:
@@ -800,6 +800,8 @@ struct ast_sip_endpoint {
|
||||
unsigned int trust_connected_line;
|
||||
/*! Do we send connected line updates to this endpoint? */
|
||||
unsigned int send_connected_line;
|
||||
/*! Ignore 183 if no SDP is present */
|
||||
unsigned int ignore_183_without_sdp;
|
||||
};
|
||||
|
||||
/*! URI parameter for symmetric transport */
|
||||
|
||||
Reference in New Issue
Block a user