projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
733f251
)
Add AGI uniqueid
author
Mark Spencer
<markster@digium.com>
Thu, 26 Jun 2003 01:20:45 +0000
(
01:20
+0000)
committer
Mark Spencer
<markster@digium.com>
Thu, 26 Jun 2003 01:20:45 +0000
(
01:20
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1122
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_agi.c
patch
|
blob
|
history
diff --git
a/apps/app_agi.c
b/apps/app_agi.c
index
6ef5f49
..
1208a1b
100755
(executable)
--- 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 : "");