mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	/ fixed for change in ast_channel structure
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4114 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -1848,9 +1848,9 @@ static void *do_chanreads(void *pvt) | ||||
| 		} else { | ||||
| 			if (option_verbose > 4) | ||||
| 				ast_verbose("%s: chanreads: No native bridge.\n", p->dev); | ||||
| 			if (p->owner->bridge){ | ||||
| 			if (p->owner->_bridge){ | ||||
| 				if (option_verbose > 4){ | ||||
| 					ast_verbose("%s: chanreads: Got Asterisk bridge with [%s].\n", p->dev,p->owner->bridge->name); | ||||
| 					ast_verbose("%s: chanreads: Got Asterisk bridge with [%s].\n", p->dev,p->owner->_bridge->name); | ||||
| 				} | ||||
| 				bridgerec = 1; | ||||
| 			} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user