aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-11 09:23:26 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-11 09:23:26 +0000
commit98acc69ae68b8d2a548340895b32b132d3c6094c (patch)
treeadbe8039f39df839d4ce35c9ca9155e11f3ac349 /res
parentaa8dccb8dc1947b9ad9fe838f15eee47d14f8eab (diff)
Document SetMusicOnHold. Bug #783
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1940 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rwxr-xr-xres/res_musiconhold.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index 2ff101e1c..450442d4b 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): "