git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1269 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-04-26 21:40:35 +00:00
parent 88a25833a4
commit d49eea0a72
2 changed files with 2 additions and 5 deletions

View File

@@ -844,7 +844,7 @@ static const switch_state_handler_table audio_bridge_peer_state_handlers = {
/*.on_execute */ NULL,
/*.on_hangup */ NULL,
/*.on_loopback */ NULL,
/*.on_transmit */ audio_bridge_on_transmit,
/*.on_transmit */ audio_bridge_on_transmit
};