Merged revisions 209554 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
  r209554 | dbrooks | 2009-07-30 11:07:05 -0500 (Thu, 30 Jul 2009) | 6 lines
  
  Fixes numerous spelling errors. Patch submitted by alecdavis.
  
  (closes issue #15595)
  Reported by: alecdavis
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@209587 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
David Brooks 17 years ago
parent fef52dce32
commit 40c0cfaff8

@ -828,7 +828,7 @@ static struct dahdi_pvt {
*/
char mohinterpret[MAX_MUSICCLASS];
/*!
* \brief Sugggested music-on-hold class for peer channel to use for calls.
* \brief Suggested music-on-hold class for peer channel to use for calls.
* \note The "mohsuggest" string read in from chan_dahdi.conf
*/
char mohsuggest[MAX_MUSICCLASS];
@ -5417,7 +5417,7 @@ static struct ast_frame *dahdi_handle_event(struct ast_channel *ast)
p->dop.dialstr[0] = '\0';
break;
default:
ast_log(LOG_WARNING, "Don't know how to handle ring/off hoook for signalling %d\n", p->sig);
ast_log(LOG_WARNING, "Don't know how to handle ring/off hook for signalling %d\n", p->sig);
}
break;
case DAHDI_EVENT_HOOKCOMPLETE:

Loading…
Cancel
Save