summaryrefslogtreecommitdiff
path: root/main/db.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-06-11 18:17:28 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-06-11 18:17:28 +0000
commitd66b4616f04630fb38917680d994fd74c19f9380 (patch)
tree3d13f099090aa03123d66cd6cb74603efb763513 /main/db.c
parentc7293780b85ed128680c7a181cbb9822f95e76e1 (diff)
Add DBGetComplete event after a DBGetResponse.
(closes issue #16965) Reported by: rrb3942 Patches: DBGetComplete.patch uploaded by rrb3942 (license 1003) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269938 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/db.c')
-rw-r--r--main/db.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/db.c b/main/db.c
index 3ccd827f5..9129b321c 100644
--- a/main/db.c
+++ b/main/db.c
@@ -661,6 +661,10 @@ static int manager_dbget(struct mansession *s, const struct message *m)
"%s"
"\r\n",
family, key, tmp, idText);
+ astman_append(s, "Event: DBGetComplete\r\n"
+ "%s"
+ "\r\n",
+ idText);
}
return 0;
}