[asterisk-commits] rmudgett: branch group/issue14292 r197691 - /team/group/issue14292/channels/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu May 28 12:26:30 CDT 2009
Author: rmudgett
Date: Thu May 28 12:26:26 2009
New Revision: 197691
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=197691
Log:
Fix spelling error: execpossible. Also avoid merge conflict.
Modified:
team/group/issue14292/channels/chan_dahdi.c
Modified: team/group/issue14292/channels/chan_dahdi.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/issue14292/channels/chan_dahdi.c?view=diff&rev=197691&r1=197690&r2=197691
==============================================================================
--- team/group/issue14292/channels/chan_dahdi.c (original)
+++ team/group/issue14292/channels/chan_dahdi.c Thu May 28 12:26:26 2009
@@ -14117,7 +14117,7 @@
break;
default:
ast_log(LOG_WARNING,
- "Unknown subcommand(%d) in %s event on channel %d/%d on span %d.\n",
+ "Unknown call subcommand(%d) in %s event on channel %d/%d on span %d.\n",
subcmd->cmd, pri_event2str(event_id), PRI_SPAN(channel),
PRI_CHANNEL(channel), pri->span);
break;
@@ -14158,7 +14158,7 @@
const struct pri_subcommand *subcmd = &subcmds->subcmd[index];
switch (subcmd->cmd) {
- case PRI_SUBCMD_CC_EXECPOSIBLE_INV:
+ case PRI_SUBCMD_CC_EXECPOSSIBLE_INV:
ast_verb(4,
"cc-execpossible INV cref %d channel %d/%d, span %d\n", cref,
PRI_SPAN(channel), PRI_CHANNEL(channel), pri->span);
More information about the asterisk-commits
mailing list