summaryrefslogtreecommitdiff
path: root/apps/app_externalivr.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-03-12 17:27:57 +0000
committerOlle Johansson <oej@edvina.net>2006-03-12 17:27:57 +0000
commitd61a6c9a1ce13703ae4c8f6226129d9acdec43d6 (patch)
treee0693e78098fede01f8701a31ce1f865428d9451 /apps/app_externalivr.c
parent3b67da13622247e18e261795ef8f90d2cebe087b (diff)
README files have changed names, better change references too :-)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12572 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_externalivr.c')
-rw-r--r--apps/app_externalivr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_externalivr.c b/apps/app_externalivr.c
index c40c3d2e6..ae8a2493c 100644
--- a/apps/app_externalivr.c
+++ b/apps/app_externalivr.c
@@ -65,7 +65,7 @@ static const char *descrip =
"will receive all DTMF events received on the channel, and notification\n"
"if the channel is hung up. The application will not be forcibly terminated\n"
"when the channel is hung up.\n"
-"See doc/README.externalivr for a protocol specification.\n";
+"See doc/externalivr.txt for a protocol specification.\n";
/* XXX the parser in gcc 2.95 gets confused if you don't put a space between 'name' and the comma */
#define ast_chan_log(level, channel, format, ...) ast_log(level, "%s: " format, channel->name , ## __VA_ARGS__)