summaryrefslogtreecommitdiffstats
path: root/message.h
diff options
context:
space:
mode:
authorSuper User2008-07-03 19:08:37 +0200
committerSuper User2008-07-03 19:08:37 +0200
commitacc5e55f7f38429822af3a245a13bec8ec2f5827 (patch)
tree1af63d3b78ec080ee9e146eaf14af8cdda74bbba /message.h
parentdisabled overlap dialing and dtmf digit forwarding, due to bug. (diff)
downloadlcr-acc5e55f7f38429822af3a245a13bec8ec2f5827.tar.gz
lcr-acc5e55f7f38429822af3a245a13bec8ec2f5827.tar.xz
lcr-acc5e55f7f38429822af3a245a13bec8ec2f5827.zip
added more display info
fixed dtmf detection bug modified: README modified: apppbx.cpp modified: dss1.cpp modified: message.h
Diffstat (limited to 'message.h')
-rw-r--r--message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/message.h b/message.h
index 7fa9be2..a1f5baf 100644
--- a/message.h
+++ b/message.h
@@ -166,6 +166,7 @@ struct dialing_info {
int itype; /* type of interface */
int ntype; /* type of number */
int sending_complete; /* end of dialing */
+ char display[84]; /* display information */
};
/* call-info structure CONNECT */