mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Add extensions and context on manager event when new channel is created.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@171263 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -939,6 +939,8 @@ alertpipe_failed:
|
||||
"CallerIDNum: %s\r\n"
|
||||
"CallerIDName: %s\r\n"
|
||||
"AccountCode: %s\r\n"
|
||||
"Exten: %s\r\n"
|
||||
"Context: %s\r\n"
|
||||
"Uniqueid: %s\r\n",
|
||||
tmp->name,
|
||||
state,
|
||||
@@ -946,6 +948,8 @@ alertpipe_failed:
|
||||
S_OR(cid_num, ""),
|
||||
S_OR(cid_name, ""),
|
||||
tmp->accountcode,
|
||||
S_OR(exten, ""),
|
||||
S_OR(context, ""),
|
||||
tmp->uniqueid);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user