mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-21 04:46:29 +00:00
Change references to doc/channelvariables.txt to
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
This commit is contained in:
@@ -153,7 +153,7 @@ DUNDi is not itself a Voice-over IP signaling or media protocol. Instead, it pub
|
|||||||
* - \ref pbx_retrieve_variable()
|
* - \ref pbx_retrieve_variable()
|
||||||
* - \ref AstChanVar
|
* - \ref AstChanVar
|
||||||
*
|
*
|
||||||
* \verbinclude channelvariables.txt
|
* \verbinclude channelvariables.tex
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -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);
|
(extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2);
|
||||||
#endif
|
#endif
|
||||||
#ifndef STANDALONE
|
#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
|
#endif
|
||||||
free(s2);
|
free(s2);
|
||||||
return(0);
|
return(0);
|
||||||
|
@@ -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);
|
(extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2);
|
||||||
#endif
|
#endif
|
||||||
#ifndef STANDALONE
|
#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
|
#endif
|
||||||
free(s2);
|
free(s2);
|
||||||
return(0);
|
return(0);
|
||||||
|
Reference in New Issue
Block a user