mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 22:58:21 +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:
@@ -864,7 +864,7 @@ static int manager_dbget(struct mansession *s, const struct message *m)
|
||||
if (res) {
|
||||
astman_send_error(s, m, "Database entry not found");
|
||||
} else {
|
||||
astman_send_listack(s, m, "Result will follow");
|
||||
astman_send_listack(s, m, "Result will follow", "start");
|
||||
|
||||
astman_append(s, "Event: DBGetResponse\r\n"
|
||||
"Family: %s\r\n"
|
||||
|
Reference in New Issue
Block a user