tell rtp stack about what remote payload type to expect when the receiving end follows the stupid SHOULD as WONT and sends a different dynamic payload number than the one in the offer

This commit is contained in:
Anthony Minessale
2011-02-15 16:09:48 -06:00
parent 6ea5f03b44
commit c565501f55
4 changed files with 78 additions and 9 deletions
+2
View File
@@ -587,6 +587,8 @@ struct private_object {
sofia_private_t *sofia_private;
uint8_t flags[TFLAG_MAX];
switch_payload_t agreed_pt;
switch_payload_t audio_recv_pt;
switch_payload_t video_recv_pt;
switch_core_session_t *session;
switch_channel_t *channel;
switch_frame_t read_frame;