summaryrefslogtreecommitdiffstats
path: root/message.h
diff options
context:
space:
mode:
authorSuper User2008-05-18 09:23:10 +0200
committerSuper User2008-05-18 09:23:10 +0200
commit95a9a7f135a2413b5b07d16bfee93f62660a203b (patch)
treed17925b762f6c6dd710d64b3b44335d63c29a762 /message.h
parentsome minor fixes (diff)
downloadlcr-95a9a7f135a2413b5b07d16bfee93f62660a203b.tar.gz
lcr-95a9a7f135a2413b5b07d16bfee93f62660a203b.tar.xz
lcr-95a9a7f135a2413b5b07d16bfee93f62660a203b.zip
work on chan_lcr
modified: action.cpp modified: apppbx.cpp modified: bchannel.c modified: chan_lcr.c modified: mISDN.cpp modified: message.h modified: route.c modified: route.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 f1b4e30..b248f6a 100644
--- a/message.h
+++ b/message.h
@@ -257,7 +257,7 @@ struct message_setup {
struct redir_info redirinfo; /* info on redirection (to the calling user) */
struct capa_info capainfo; /* info on l2,l3 capability */
struct useruser_info useruser; /* user-user */
- char exten[128]; /* asterisk extension */
+ char context[128]; /* asterisk context */
};
/* call-info structure PARK */