[asterisk-commits] kmoore: branch kmoore/hidden_channels r392408 - /team/kmoore/hidden_channels/...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jun 21 07:54:21 CDT 2013
Author: kmoore
Date: Fri Jun 21 07:54:17 2013
New Revision: 392408
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=392408
Log:
Make descriptions a little more detailed
Modified:
team/kmoore/hidden_channels/apps/confbridge/conf_chan_announce.c
team/kmoore/hidden_channels/apps/confbridge/conf_chan_record.c
Modified: team/kmoore/hidden_channels/apps/confbridge/conf_chan_announce.c
URL: http://svnview.digium.com/svn/asterisk/team/kmoore/hidden_channels/apps/confbridge/conf_chan_announce.c?view=diff&rev=392408&r1=392407&r2=392408
==============================================================================
--- team/kmoore/hidden_channels/apps/confbridge/conf_chan_announce.c (original)
+++ team/kmoore/hidden_channels/apps/confbridge/conf_chan_announce.c Fri Jun 21 07:54:17 2013
@@ -117,7 +117,7 @@
static const char *announce_role_description(struct ast_channel *chan)
{
- return "announcer";
+ return "app_confbridge announcer";
}
static struct ast_channel_tech announce_tech = {
Modified: team/kmoore/hidden_channels/apps/confbridge/conf_chan_record.c
URL: http://svnview.digium.com/svn/asterisk/team/kmoore/hidden_channels/apps/confbridge/conf_chan_record.c?view=diff&rev=392408&r1=392407&r2=392408
==============================================================================
--- team/kmoore/hidden_channels/apps/confbridge/conf_chan_record.c (original)
+++ team/kmoore/hidden_channels/apps/confbridge/conf_chan_record.c Fri Jun 21 07:54:17 2013
@@ -81,7 +81,7 @@
static const char *rec_role_description(struct ast_channel *chan)
{
- return "recorder";
+ return "app_confbridge recorder";
}
static struct ast_channel_tech record_tech = {
More information about the asterisk-commits
mailing list