mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
set control for vad from vars
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5364 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1435,6 +1435,10 @@ static int rtp_common_write(switch_rtp_t *rtp_session, void *data, uint32_t data
|
||||
rtp_session->last_write_samplecount = rtp_session->timer.samplecount;
|
||||
}
|
||||
switch_socket_sendto(rtp_session->sock, rtp_session->remote_addr, 0, (void *) send_msg, &bytes);
|
||||
} else if (!fwd) {
|
||||
/* nevermind save this seq inc for next time */
|
||||
rtp_session->seq--;
|
||||
rtp_session->send_msg.header.seq = htons(rtp_session->seq);
|
||||
}
|
||||
|
||||
if (rtp_session->ice_user) {
|
||||
|
Reference in New Issue
Block a user