mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-11721 add a send queue to buffer msg messages before msrp socket is ready
This commit is contained in:
@@ -118,6 +118,7 @@ struct switch_msrp_session_s{
|
||||
uint8_t frame_data[SWITCH_RTP_MAX_BUF_LEN];
|
||||
int running;
|
||||
void *user_data;
|
||||
switch_queue_t *send_queue;
|
||||
};
|
||||
|
||||
SWITCH_DECLARE(switch_status_t) switch_msrp_init(void);
|
||||
|
||||
Reference in New Issue
Block a user