Merge "res_pjsip_session: Enable RFC3578 overlap dialing support." into 13

This commit is contained in:
zuul
2017-03-22 15:48:53 -05:00
committed by Gerrit Code Review
7 changed files with 65 additions and 4 deletions

View File

@@ -759,6 +759,8 @@ struct ast_sip_endpoint {
unsigned int asymmetric_rtp_codec;
/*! Use RTCP-MUX */
unsigned int rtcp_mux;
/*! Do we allow overlap dialling? */
unsigned int allow_overlap;
};
/*! URI parameter for symmetric transport */