aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_externalivr.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-12 17:27:57 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-12 17:27:57 +0000
commit566af08e493b66ca7448ebb0561dcad1f062df59 (patch)
treee0693e78098fede01f8701a31ce1f865428d9451 /apps/app_externalivr.c
parent7ff02f82f52de9b68b6507db5b0947007896dc72 (diff)
README files have changed names, better change references too :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12572 f38db490-d61c-443f-a65b-d21fe96a405b
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__)