[Home]

Summary:ASTERISK-03203: [patch] Typo in MOH error output
Reporter:thansen (thansen)Labels:
Date Opened:2005-01-07 07:53:47.000-0600Date Closed:2008-01-15 15:20:37.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Resources/res_musiconhold
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) moh-typo.diff
Description:"Unable to start music on hold (class '%s') on channel %s\n"

should be somewhere along the lines of

"Unable to start music on hold (%s seconds to wait) on channel %s\n"
Comments:By: Clod Patry (junky) 2005-01-07 08:10:24.000-0600

Try to attach patch as a .diff.txt. It's faster for everyone.
Thanks.

By: Mark Spencer (markster) 2005-01-07 08:43:05.000-0600

Fixed in CVS head, but i still used atoi() to be sure that we got the actual integer out so if someone put "blah" it would say 0.

By: Russell Bryant (russell) 2005-01-08 15:50:35.000-0600

fixed in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:20:26.000-0600

Repository: asterisk
Revision: 4706

U   trunk/res/res_musiconhold.c

------------------------------------------------------------------------
r4706 | markster | 2008-01-15 15:20:26 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix typo in moh output (bug ASTERISK-3203)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4706

By: Digium Subversion (svnbot) 2008-01-15 15:20:37.000-0600

Repository: asterisk
Revision: 4718

U   branches/v1-0/res/res_musiconhold.c

------------------------------------------------------------------------
r4718 | russell | 2008-01-15 15:20:36 -0600 (Tue, 15 Jan 2008) | 2 lines

fix typo (bug ASTERISK-3203)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4718