[Asterisk-cvs] asterisk/res res_musiconhold.c,1.18,1.19
jeremy at lists.digium.com
jeremy at lists.digium.com
Sun Jan 11 03:31:39 CST 2004
Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv30351
Modified Files:
res_musiconhold.c
Log Message:
Document SetMusicOnHold. Bug #783
Index: res_musiconhold.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_musiconhold.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- res_musiconhold.c 11 Jan 2004 03:31:30 -0000 1.18
+++ res_musiconhold.c 11 Jan 2004 09:23:26 -0000 1.19
@@ -53,7 +53,9 @@
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): "
More information about the svn-commits
mailing list