mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
/ fixed typo bug introduced in fix for bug #4504
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6156 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user