diff --git a/channels/chan_vpb.c b/channels/chan_vpb.c index 65a05723c514d68b56c4dc3c84afbe322c834806..6289629ebdfa803bafa5c150bbd99b043b2d6696 100755 --- a/channels/chan_vpb.c +++ b/channels/chan_vpb.c @@ -904,7 +904,7 @@ static inline int monitor_handle_owned(struct vpb_pvt *p, VPB_EVENT *e) } else if (e->data == VPB_GRUNT) { - if( ( ast_tvdiff_ms(ast_tvnow(), p->lastgrunt) > gruntdetect_timeout ) { + if ( ast_tvdiff_ms(ast_tvnow(), p->lastgrunt) > gruntdetect_timeout ) { /* Nothing heard on line for a very long time * Timeout connection */ if (option_verbose > 2)