[Asterisk-cvs] asterisk pbx.c,1.58,1.59
markster at lists.digium.com
markster at lists.digium.com
Sun Oct 5 19:40:33 CDT 2003
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv8534
Modified Files:
pbx.c
Log Message:
Update setlanguage documentation
Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- pbx.c 1 Oct 2003 21:01:30 -0000 1.58
+++ pbx.c 6 Oct 2003 00:41:43 -0000 1.59
@@ -306,8 +306,8 @@
" SetLanguage(language): Set the channel language to 'language'. This\n"
"information is used for the generation of numbers, and to select a natural\n"
"language file when available. For example, if language is set to 'fr' and\n"
-"the file 'demo-congrats' is requested to be played, if the file 'demo-\n"
-"congrats-fr' exists, then it will play that file, and if not will play the\n"
+"the file 'demo-congrats' is requested to be played, if the file 'fr/demo-\n"
+"congrats' exists, then it will play that file, and if not will play the\n"
"normal 'demo-congrats'. Always returns 0.\n" },
{ "SetVar", pbx_builtin_setvar,
More information about the svn-commits
mailing list