add uuid_media_reneg api command to tell a channel to send a re-invite with optional list of new codecs

This commit is contained in:
Anthony Minessale
2012-09-07 15:33:09 -05:00
parent cd8814844a
commit bfc46567c1
4 changed files with 91 additions and 4 deletions
+1
View File
@@ -906,6 +906,7 @@ typedef enum {
SWITCH_MESSAGE_INDICATE_AUDIO_DATA,
SWITCH_MESSAGE_INDICATE_BLIND_TRANSFER_RESPONSE,
SWITCH_MESSAGE_INDICATE_STUN_ERROR,
SWITCH_MESSAGE_INDICATE_MEDIA_RENEG,
SWITCH_MESSAGE_INVALID
} switch_core_session_message_types_t;