Document SetMusicOnHold. Bug #783

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1940 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2004-01-11 09:23:26 +00:00
parent 4042e0f832
commit 718d215046

View File

@@ -53,7 +53,9 @@ static char *synopsis2 = "Set default Music On Hold class";
static char *descrip0 = "MusicOnHold(class): "
"Plays hold music specified by class. If omitted, the default\n"
"music source for the channel will be used. Returns -1 on hangup.\n"
"music source for the channel will be used. Set the default \n"
"class with the SetMusicOnHold() application.\n"
"Returns -1 on hangup.\n"
"Never returns otherwise.\n";
static char *descrip1 = "WaitMusicOnHold(delay): "