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

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

View File

@@ -845,6 +845,8 @@ struct ast_sip_endpoint {
unsigned int notify_early_inuse_ringing;
/*! Suppress Q.850 Reason headers on this endpoint */
unsigned int suppress_q850_reason_headers;
/*! Ignore 183 if no SDP is present */
unsigned int ignore_183_without_sdp;
};
/*! URI parameter for symmetric transport */