alter implementation of renegotiate codec on hold feature to still take other sdp elements into consideration

This commit is contained in:
Anthony Minessale
2011-03-08 10:37:16 -06:00
parent 8da371c74a
commit 8727e568e8
2 changed files with 26 additions and 12 deletions
+2
View File
@@ -599,6 +599,8 @@ struct private_object {
int codec_order_last;
const switch_codec_implementation_t *codecs[SWITCH_MAX_CODECS];
int num_codecs;
const switch_codec_implementation_t *negotiated_codecs[SWITCH_MAX_CODECS];
int num_negotiated_codecs;
switch_codec_t read_codec;
switch_codec_t write_codec;
uint32_t codec_ms;