summaryrefslogtreecommitdiffstats
path: root/chan_lcr.h
diff options
context:
space:
mode:
authorSuper User2008-05-01 11:56:14 +0200
committerSuper User2008-05-01 11:56:14 +0200
commit2fb748e1da2e291e68c51f4f42e7f9bc6fa370db (patch)
treed441e575525dfafa1c71b293fad7ca1b6da137ab /chan_lcr.h
parentwork on chan_lcr (diff)
downloadlcr-2fb748e1da2e291e68c51f4f42e7f9bc6fa370db.tar.gz
lcr-2fb748e1da2e291e68c51f4f42e7f9bc6fa370db.tar.xz
lcr-2fb748e1da2e291e68c51f4f42e7f9bc6fa370db.zip
work on chan_lcr
modified: Makefile modified: chan_lcr.c modified: chan_lcr.h
Diffstat (limited to 'chan_lcr.h')
-rw-r--r--chan_lcr.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/chan_lcr.h b/chan_lcr.h
index 29affad..17406ce 100644
--- a/chan_lcr.h
+++ b/chan_lcr.h
@@ -19,6 +19,11 @@ struct chan_call {
struct bchannel *channel;
/* reference to bchannel, if set */
int cause, location;
+ /* store cause from lcr */
+ unsigned char dialque[64];
+ /* queue dialing prior setup ack */
+ struct connect_info connectinfo;
+ /* store connectinfo form lcr */
};
enum {
@@ -39,8 +44,8 @@ enum {
};
#define CHAN_LCR_STATE static const struct chan_lcr_state { \
- char name, \
- char meaning, \
+ char *name; \
+ char *meaning; \
} chan_lcr_state[] = { \
{ "IN_PREPARE", \
"New call from ISDN is waiting for setup." }, \