unused variable.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6146 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
84157b52b7
commit
5970e15145
|
@ -533,10 +533,8 @@ static switch_bool_t inband_dtmf_generate_callback(switch_media_bug_t *bug, void
|
||||||
{
|
{
|
||||||
switch_inband_dtmf_generate_t *pvt = (switch_inband_dtmf_generate_t *) user_data;
|
switch_inband_dtmf_generate_t *pvt = (switch_inband_dtmf_generate_t *) user_data;
|
||||||
switch_frame_t *frame;
|
switch_frame_t *frame;
|
||||||
switch_channel_t *channel = switch_core_session_get_channel(pvt->session);
|
|
||||||
switch_codec_t *read_codec;
|
switch_codec_t *read_codec;
|
||||||
|
|
||||||
assert(channel != NULL);
|
|
||||||
read_codec = switch_core_session_get_read_codec(pvt->session);
|
read_codec = switch_core_session_get_read_codec(pvt->session);
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
|
|
Loading…
Reference in New Issue