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:
Martin Pycko
2003-10-01 21:01:31 +00:00
parent c0dde4ac5b
commit b239d0de27
6 changed files with 19 additions and 11 deletions

View File

@@ -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)