[asterisk-commits] moy: branch moy/mfcr2 r128121 - /team/moy/mfcr2/channels/chan_zap.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jul 4 22:17:52 CDT 2008
Author: moy
Date: Fri Jul 4 22:17:52 2008
New Revision: 128121
URL: http://svn.digium.com/view/asterisk?view=rev&rev=128121
Log:
minor fixes to messages and help
Modified:
team/moy/mfcr2/channels/chan_zap.c
Modified: team/moy/mfcr2/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/team/moy/mfcr2/channels/chan_zap.c?view=diff&rev=128121&r1=128120&r2=128121
==============================================================================
--- team/moy/mfcr2/channels/chan_zap.c (original)
+++ team/moy/mfcr2/channels/chan_zap.c Fri Jul 4 22:17:52 2008
@@ -1390,7 +1390,7 @@
if (p->owner) {
pbx_builtin_setvar_helper(p->owner, "MFCR2_CALL_MODE", openr2_proto_get_call_mode_string(mode));
} else {
- ast_log(LOG_WARNING, "odd ... we should have an owner, right? right?!");
+ ast_log(LOG_WARNING, "odd ... we should have an owner, right? right?!\n");
}
ast_log(LOG_NOTICE, "Call accepted on forward channel %d\n", p->channel);
p->subs[SUB_REAL].needringing = 1;
@@ -8839,7 +8839,7 @@
}
} else {
if (openr2_context_set_log_directory(zap_r2->protocol_context, logdir)) {
- ast_log(LOG_ERROR, "Failed setting default MFC/R2 log directory %s\n", logdir);
+ ast_log(LOG_ERROR, "Failed setting MFC/R2 log directory %s\n", logdir);
}
}
}
@@ -12766,8 +12766,8 @@
e->usage =
"Usage: mfcr2 set blocked <channel>\n"
" DON'T USE THIS UNLESS YOU KNOW WHAT YOU ARE DOING.\n"
- " Force the given channel into IDLE state.\n"
- " If no channel is specified, all channels will be set to IDLE.\n";
+ " Force the given channel into BLOCKED state.\n"
+ " If no channel is specified, all channels will be set to BLOCKED.\n";
return NULL;
case CLI_GENERATE:
return NULL;
More information about the asterisk-commits
mailing list