Merge "chan_pjsip: add a flag to ignore 183 responses if no SDP present" into 13

This commit is contained in:
Friendly Automation
2019-03-11 08:49:46 -05:00
committed by Gerrit Code Review
7 changed files with 75 additions and 1 deletions

View File

@@ -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 */