提交 cdf444ea authored 作者: Anthony Minessale's avatar Anthony Minessale

gimmie back my 136 bytes

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12329 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 3e049e93
...@@ -1766,6 +1766,7 @@ SWITCH_DECLARE(switch_size_t) switch_rtp_dequeue_dtmf(switch_rtp_t *rtp_session, ...@@ -1766,6 +1766,7 @@ SWITCH_DECLARE(switch_size_t) switch_rtp_dequeue_dtmf(switch_rtp_t *rtp_session,
*dtmf = *_dtmf; *dtmf = *_dtmf;
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "RTP RECV DTMF %c:%d\n", dtmf->digit, dtmf->duration); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "RTP RECV DTMF %c:%d\n", dtmf->digit, dtmf->duration);
bytes++; bytes++;
free(pop);
} }
switch_mutex_unlock(rtp_session->dtmf_data.dtmf_mutex); switch_mutex_unlock(rtp_session->dtmf_data.dtmf_mutex);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论