aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_agi.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-26 01:20:45 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-26 01:20:45 +0000
commit4088f7d583b2ce12c1736b703190e5f38c027a50 (patch)
tree2b1f47b4f4682f090abb5f712869515ce5dc001e /apps/app_agi.c
parent9f50d6caac8b2fb9441b342a76f3f9df20e3ea34 (diff)
Add AGI uniqueid
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1122 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_agi.c')
-rwxr-xr-xapps/app_agi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_agi.c b/apps/app_agi.c
index 6ef5f4943..1208a1bfb 100755
--- a/apps/app_agi.c
+++ b/apps/app_agi.c
@@ -180,6 +180,7 @@ static void setup_env(struct ast_channel *chan, char *request, int fd, int enhan
fdprintf(fd, "agi_channel: %s\n", chan->name);
fdprintf(fd, "agi_language: %s\n", chan->language);
fdprintf(fd, "agi_type: %s\n", chan->type);
+ fdprintf(fd, "agi_uniqueid: %s\n", chan->uniqueid);
/* ANI/DNIS */
fdprintf(fd, "agi_callerid: %s\n", chan->callerid ? chan->callerid : "");