mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Revert -r430452 It needs to be redone for the next major AMI version change instead.
ASTERISK-24049 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430509 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -4138,7 +4138,7 @@ static int manager_skinny_show_devices(struct mansession *s, const struct messag | ||||
| 	const char *a[] = {"skinny", "show", "devices"}; | ||||
| 	int total = 0; | ||||
|  | ||||
| 	astman_send_listack(s, m, "Device status list will follow"); | ||||
| 	astman_send_listack(s, m, "Device status list will follow", "start"); | ||||
|  | ||||
| 	/* List the devices in separate manager events */ | ||||
| 	_skinny_show_devices(-1, &total, s, m, 3, a); | ||||
| @@ -4380,7 +4380,7 @@ static int manager_skinny_show_lines(struct mansession *s, const struct message | ||||
| 	const char *a[] = {"skinny", "show", "lines"}; | ||||
| 	int total = 0; | ||||
|  | ||||
| 	astman_send_listack(s, m, "Line status list will follow"); | ||||
| 	astman_send_listack(s, m, "Line status list will follow", "start"); | ||||
|  | ||||
| 	/* List the lines in separate manager events */ | ||||
| 	_skinny_show_lines(-1, &total, s, m, 3, a); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user