mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Make status update on agents properly
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5272 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -681,6 +681,7 @@ static int agent_hangup(struct ast_channel *ast) | ||||
| 			ast_softhangup(p->chan, AST_SOFTHANGUP_EXPLICIT); | ||||
| 			ast_mutex_unlock(&p->chan->lock); | ||||
| 		} else { | ||||
| 			ast_device_state_changed("Agent/%s", p->agent); | ||||
| 			ast_mutex_lock(&p->chan->lock); | ||||
| 			ast_moh_start(p->chan, p->moh); | ||||
| 			ast_mutex_unlock(&p->chan->lock); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user