[Asterisk-cvs] asterisk/apps app_txtcidname.c,1.2,1.3
jeremy at lists.digium.com
jeremy at lists.digium.com
Sun May 16 21:53:43 CDT 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv6286
Modified Files:
app_txtcidname.c
Log Message:
nitpicky fix
Index: app_txtcidname.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_txtcidname.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- app_txtcidname.c 16 May 2004 20:42:58 -0000 1.2
+++ app_txtcidname.c 17 May 2004 02:05:27 -0000 1.3
@@ -1,9 +1,9 @@
/*
* Asterisk -- A telephony toolkit for Linux.
*
- * Time of day - Report the time of day
+ * Caller*id name lookup - Look up the caller's name via DNS
*
- * Copyright (C) 1999, Mark Spencer
+ * Copyright (C) 1999-2004, Digium
*
* Mark Spencer <markster at linux-support.net>
*
@@ -36,7 +36,7 @@
static char *synopsis = "Lookup caller name from TXT record";
static char *descrip =
-" TXTLookup(CallerID): Looks up an Caller Name via DNS and sets\n"
+" TXTLookup(CallerID): Looks up a Caller Name via DNS and sets\n"
"the variable 'TXTCIDNAME'. TXTCIDName will either be blank\n"
"or return the value found in the TXT record in DNS.\n" ;
More information about the svn-commits
mailing list