]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Change references to doc/channelvariables.txt to
authorMark Michelson <mmichelson@digium.com>
Fri, 20 Jun 2008 16:30:18 +0000 (16:30 +0000)
committerMark Michelson <mmichelson@digium.com>
Fri, 20 Jun 2008 16:30:18 +0000 (16:30 +0000)
doc/tex/channelvariables.tex.

This issue came up on the asterisk-dev mailing list.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@124278 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/doxyref.h
main/ast_expr2.fl
main/ast_expr2f.c

index 710da354c6327fa4e2e4cf8df1c5b39a8fa7a95e..7c3b798d8f32d2d6df9ac88939b3c83fd20d0293 100644 (file)
@@ -153,7 +153,7 @@ DUNDi is not itself a Voice-over IP signaling or media protocol. Instead, it pub
  * - \ref pbx_retrieve_variable()
  * - \ref AstChanVar
  *
- *  \verbinclude channelvariables.txt
+ *  \verbinclude channelvariables.tex
 
  */
 
index c926913e8c619736e882c31987054893a3b7f59c..f446606f0abe029beac72b84e79ff3fcb243a856 100644 (file)
@@ -438,7 +438,7 @@ int ast_yyerror (const char *s,  yyltype *loc, struct parse_io *parseio )
                        (extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2);
 #endif
 #ifndef STANDALONE
-       ast_log(LOG_WARNING,"If you have questions, please refer to doc/channelvariables.txt in the asterisk source.\n");
+       ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex in the asterisk source.\n");
 #endif
        free(s2);
        return(0);
index 8d88ec00867838e7085a4ab907016c4ee4f5042c..2ba568d82e229e8bb5a2a10ac20e112019bbd122 100644 (file)
@@ -4295,7 +4295,7 @@ int ast_yyerror (const char *s,  yyltype *loc, struct parse_io *parseio )
                        (extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2);
 #endif
 #ifndef STANDALONE
-       ast_log(LOG_WARNING,"If you have questions, please refer to doc/channelvariables.txt in the asterisk source.\n");
+       ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex in the asterisk source.\n");
 #endif
        free(s2);
        return(0);