提交 5ce480c2 authored 作者: Mathieu Rene's avatar Mathieu Rene

fix windows build FSBUILD-252

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16799 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 4d1f1ffb
...@@ -808,7 +808,7 @@ static switch_bool_t inband_dtmf_callback(switch_media_bug_t *bug, void *user_da ...@@ -808,7 +808,7 @@ static switch_bool_t inband_dtmf_callback(switch_media_bug_t *bug, void *user_da
return SWITCH_TRUE; return SWITCH_TRUE;
} }
SWITCH_DECLARE(switch_status_t) spandsp_stop_inband_dtmf_session(switch_core_session_t *session) switch_status_t spandsp_stop_inband_dtmf_session(switch_core_session_t *session)
{ {
switch_media_bug_t *bug; switch_media_bug_t *bug;
switch_channel_t *channel = switch_core_session_get_channel(session); switch_channel_t *channel = switch_core_session_get_channel(session);
...@@ -821,7 +821,7 @@ SWITCH_DECLARE(switch_status_t) spandsp_stop_inband_dtmf_session(switch_core_ses ...@@ -821,7 +821,7 @@ SWITCH_DECLARE(switch_status_t) spandsp_stop_inband_dtmf_session(switch_core_ses
return SWITCH_STATUS_FALSE; return SWITCH_STATUS_FALSE;
} }
SWITCH_DECLARE(switch_status_t) spandsp_inband_dtmf_session(switch_core_session_t *session) switch_status_t spandsp_inband_dtmf_session(switch_core_session_t *session)
{ {
switch_channel_t *channel = switch_core_session_get_channel(session); switch_channel_t *channel = switch_core_session_get_channel(session);
switch_media_bug_t *bug; switch_media_bug_t *bug;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论