summaryrefslogtreecommitdiff
path: root/channels/misdn/isdn_lib.h
diff options
context:
space:
mode:
authorChristian Richter <christian.richter@beronet.com>2006-05-24 23:21:03 +0000
committerChristian Richter <christian.richter@beronet.com>2006-05-24 23:21:03 +0000
commiteefc9193e7cc5edd5ce2155b7a4d7dd6f744a7c6 (patch)
tree08a637ca7fb3e9596c0e7e74427ffd74765c3e61 /channels/misdn/isdn_lib.h
parentf35e669a98d4058f928c97ffe4e9729cc0224f06 (diff)
added EVENT_NEW_CHANNEL. We change the channel name now when we got the real channel, also changed name generation to new stringfield api
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30132 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/misdn/isdn_lib.h')
-rw-r--r--channels/misdn/isdn_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/misdn/isdn_lib.h b/channels/misdn/isdn_lib.h
index 26e618771..98c40b03a 100644
--- a/channels/misdn/isdn_lib.h
+++ b/channels/misdn/isdn_lib.h
@@ -100,6 +100,7 @@ enum event_e {
EVENT_DTMF_TONE,
EVENT_NEW_L3ID,
EVENT_NEW_BC,
+ EVENT_NEW_CHANNEL,
EVENT_UNKNOWN
};