as per tony via phone

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6553 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-12-06 22:54:40 +00:00
parent 839af99df2
commit 4a2ef40664
1 changed files with 2 additions and 0 deletions

View File

@ -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);