summaryrefslogtreecommitdiffstats
path: root/message.h
diff options
context:
space:
mode:
authorSuper User2008-04-28 19:29:06 +0200
committerSuper User2008-04-28 19:29:06 +0200
commitd70150d0470f76ea769da623ac8f50e828609b61 (patch)
treef2b895b1c527eb514f85e20a1fa04d8a9778ce3f /message.h
parent modified: Makefile (diff)
downloadlcr-d70150d0470f76ea769da623ac8f50e828609b61.tar.gz
lcr-d70150d0470f76ea769da623ac8f50e828609b61.tar.xz
lcr-d70150d0470f76ea769da623ac8f50e828609b61.zip
work on chan_lcr:
call instance and asterisk channel instance creation and destruction process please read the comments on the top of chan_lcr. modified: apppbx.cpp modified: chan_lcr.c modified: chan_lcr.h modified: message.h
Diffstat (limited to 'message.h')
-rw-r--r--message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/message.h b/message.h
index 8283aaf..7712cd1 100644
--- a/message.h
+++ b/message.h
@@ -19,7 +19,7 @@ enum { /* interface types */
};
enum { /* number types */
- INFO_NTYPE_UNKNOWN,
+ INFO_NTYPE_UNKNOWN = 0,
INFO_NTYPE_SUBSCRIBER,
INFO_NTYPE_NATIONAL,
INFO_NTYPE_INTERNATIONAL,