forked from Mirrors/freeswitch
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9642 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
99ba73c4a0
commit
2db3a00bb7
@ -438,6 +438,10 @@ static switch_status_t channel_send_dtmf(switch_core_session_t *session, const s
|
||||
tech_pvt = switch_core_session_get_private(session);
|
||||
assert(tech_pvt != NULL);
|
||||
|
||||
if (tech_pvt->other_channel) {
|
||||
switch_channel_queue_dtmf(tech_pvt->other_channel, dtmf);
|
||||
}
|
||||
|
||||
return SWITCH_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user