aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-09 21:26:27 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-09 21:26:27 +0000
commite34ce54a05609fd159b06dbfc7c8fbcfb46ca1ff (patch)
tree89aa9d54c8d09c4363ca220e2fd547301aad0d47 /channels/chan_zap.c
parent863c817196d4f0d9e14c97eb637a4460add42f55 (diff)
Work around an issue that caused menuselect to display a bogus description for
app_voicemail and chan_zap. These modules use some preprocessor directives to determine what it will report to Asterisk as its description. However, the way we extract this information from the source files for menuselect is not smart enough to figure this out. (issue #8326, #8328) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47391 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_zap.c')
-rw-r--r--channels/chan_zap.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 9ab10e593..b035ec4d6 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -11354,6 +11354,10 @@ static int reload(void)
return 0;
}
+/* This is a workaround so that menuselect displays a proper description
+ * AST_MODULE_INFO(, , "Zapata Telephony"
+ */
+
#ifdef ZAPATA_PRI
#define tdesc "Zapata Telephony w/PRI"
#else