mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Added "Connected Line ID" and "Connected Line ID Name" to "core show channel" output.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@313366 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -1438,6 +1438,8 @@ static char *handle_showchan(struct ast_cli_entry *e, int cmd, struct ast_cli_ar | ||||
| 		"       LinkedID: %s\n" | ||||
| 		"      Caller ID: %s\n" | ||||
| 		" Caller ID Name: %s\n" | ||||
| 		"Connected Line ID: %s\n" | ||||
| 		"Connected Line ID Name: %s\n" | ||||
| 		"    DNID Digits: %s\n" | ||||
| 		"       Language: %s\n" | ||||
| 		"          State: %s (%d)\n" | ||||
| @@ -1466,6 +1468,8 @@ static char *handle_showchan(struct ast_cli_entry *e, int cmd, struct ast_cli_ar | ||||
| 		c->name, c->tech->type, c->uniqueid, c->linkedid, | ||||
| 		S_COR(c->caller.id.number.valid, c->caller.id.number.str, "(N/A)"), | ||||
| 		S_COR(c->caller.id.name.valid, c->caller.id.name.str, "(N/A)"), | ||||
| 		S_COR(c->connected.id.number.valid, c->connected.id.number.str, "(N/A)"), | ||||
| 		S_COR(c->connected.id.name.valid, c->connected.id.name.str, "(N/A)"), | ||||
| 		S_OR(c->dialed.number.str, "(N/A)"), | ||||
| 		c->language,	 | ||||
| 		ast_state2str(c->_state), c->_state, c->rings,  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user