From: Brian West Date: Thu, 6 Dec 2007 22:54:40 +0000 (+0000) Subject: as per tony via phone X-Git-Tag: v1.0-rc1~1270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a2ef40664600a696ea0ad3e05d42dced4b78006;p=thirdparty%2Ffreeswitch.git as per tony via phone git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6553 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index c454f603ad..10673b7909 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -334,6 +334,8 @@ static switch_bool_t eavesdrop_callback(switch_media_bug_t *bug, void *user_data case SWITCH_ABC_TYPE_CLOSE: break; case SWITCH_ABC_TYPE_WRITE: + break; + case SWITCH_ABC_TYPE_READ_PING: if (ep->buffer) { if (switch_core_media_bug_read(bug, &frame) == SWITCH_STATUS_SUCCESS) { switch_buffer_lock(ep->buffer);