aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-11 19:03:03 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-11 19:03:03 +0000
commitab0d6f99d8f35462645d7e4b3521d9061535663e (patch)
treea92efd77b8211b3d73698bdaba9a5f9cfb5c7428 /include/asterisk/channel.h
parent53df4a7ba9cd7fd91ca42f02d90661ec5e5e0d29 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@9606 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/channel.h')
-rw-r--r--include/asterisk/channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 6a4ff373f..11fb0a7d0 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -469,6 +469,7 @@ struct chanmon;
oh.priority = priority; \
oh.cid_num = cid_num; \
oh.cid_name = cid_name; \
+ oh.account = account; \
oh.vars = vars; \
oh.parent_channel = NULL; \
}
@@ -479,6 +480,7 @@ struct outgoing_helper {
int priority;
const char *cid_num;
const char *cid_name;
+ const char *account;
struct ast_variable *vars;
struct ast_channel *parent_channel;
};