Skip to content
Snippets Groups Projects
Commit 97bbd238 authored by Mark Spencer's avatar Mark Spencer
Browse files

Add AGI uniqueid

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1122 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 733f2517
No related branches found
No related tags found
No related merge requests found
......@@ -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 : "");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment