mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 04:16:54 +00:00
More select/poll updates for various applications
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2762 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
pbx.c
2
pbx.c
@@ -305,7 +305,7 @@ static struct pbx_builtin {
|
||||
{ "SetLanguage", pbx_builtin_setlanguage,
|
||||
"Sets user language",
|
||||
" SetLanguage(language): Set the channel language to 'language'. This\n"
|
||||
"information is used for the generation of numbers, and to select a natural\n"
|
||||
"information is used for the generation of numbers, and to choose 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 'fr/demo-\n"
|
||||
"congrats' exists, then it will play that file, and if not will play the\n"
|
||||
|
||||
Reference in New Issue
Block a user