projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a82b04
)
fix invalid synopsis on SetAccount
author
Jeremy McNamara
<jj@nufone.net>
Sat, 12 Jul 2003 00:19:07 +0000
(
00:19
+0000)
committer
Jeremy McNamara
<jj@nufone.net>
Sat, 12 Jul 2003 00:19:07 +0000
(
00:19
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1175
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
pbx.c
patch
|
blob
|
history
diff --git
a/pbx.c
b/pbx.c
index
6b2a2fb
..
f77239d
100755
(executable)
--- a/
pbx.c
+++ b/
pbx.c
@@
-285,7
+285,7
@@
static struct pbx_builtin {
" SayDigits(digits): Says the passed digits\n" },
{ "SetAccount", pbx_builtin_setaccount,
-"Sets user language",
+"Sets account code",
" SetAccount([account]): Set the channel account code for billing\n"
"purposes. Always returns 0.\n" },