mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 07:01:09 +00:00
Merge "chan_pjsip: add a flag to ignore 183 responses if no SDP present"
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user