mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 07:35:18 +00:00
Pass accountcode to outgoing spool call when originated with Context&Extension&Priority
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1597 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -238,6 +238,7 @@ struct chanmon;
|
||||
oh.priority = priority; \
|
||||
oh.callerid = callerid; \
|
||||
oh.variable = variable; \
|
||||
oh.account = account; \
|
||||
}
|
||||
|
||||
struct outgoing_helper {
|
||||
@@ -246,6 +247,7 @@ struct outgoing_helper {
|
||||
int priority;
|
||||
char *callerid;
|
||||
char *variable;
|
||||
char *account;
|
||||
};
|
||||
|
||||
#define AST_CDR_TRANSFER (1 << 0)
|
||||
|
Reference in New Issue
Block a user