Index: main/channel.c =================================================================== --- main/channel.c (revision 316039) +++ main/channel.c (working copy) @@ -4269,7 +4269,7 @@ awesome_frame = ast_frdup(&frame); /* who knows what we will get back! the anticipation is killing me. */ - if (!(awesome_frame = ast_framehook_list_read_event(chan->framehooks, &frame))) { + if (!(awesome_frame = ast_framehook_list_read_event(chan->framehooks, awesome_frame))) { res = 0; goto indicate_cleanup; }