summaryrefslogtreecommitdiffstats
path: root/message.h
diff options
context:
space:
mode:
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 */