git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1337 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-05-04 00:08:46 +00:00
parent de338c319d
commit 7da19dc7ff
1 changed files with 0 additions and 8 deletions

View File

@ -1560,14 +1560,6 @@ static ldl_status handle_signalling(ldl_handle_t *handle, ldl_session_t *dlsessi
case LDL_SIGNAL_MSG:
if (msg) {
if (*msg == '+') {
char *p;
if ((p = strchr(msg, '\r'))) {
*p = '\0';
}
if ((p = strchr(msg, '\n'))) {
*p = '\0';
}
switch_channel_queue_dtmf(channel, msg + 1);
}
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "SESSION MSG [%s]\n", msg);