From: Jeremy McNamara Date: Sun, 11 Jan 2004 09:23:26 +0000 (+0000) Subject: Document SetMusicOnHold. Bug #783 X-Git-Tag: 0.7.0~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=718d2150462befb803683d1d24bd293bb58d17ee;p=thirdparty%2Fasterisk.git Document SetMusicOnHold. Bug #783 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1940 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c index 2ff101e1cd..450442d4b0 100755 --- a/res/res_musiconhold.c +++ b/res/res_musiconhold.c @@ -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): "