[svn-commits] russell: branch russell/ast_channel_ao2 r183638 - /team/russell/ast_channel_a...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Mar 21 12:24:00 CDT 2009


Author: russell
Date: Sat Mar 21 12:23:57 2009
New Revision: 183638

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=183638
Log:
Changing the channel name to the same thing it was already set to is silly

Modified:
    team/russell/ast_channel_ao2/channels/chan_mgcp.c

Modified: team/russell/ast_channel_ao2/channels/chan_mgcp.c
URL: http://svn.digium.com/svn-view/asterisk/team/russell/ast_channel_ao2/channels/chan_mgcp.c?view=diff&rev=183638&r1=183637&r2=183638
==============================================================================
--- team/russell/ast_channel_ao2/channels/chan_mgcp.c (original)
+++ team/russell/ast_channel_ao2/channels/chan_mgcp.c Sat Mar 21 12:23:57 2009
@@ -1480,7 +1480,6 @@
 		if (!tmp->nativeformats)
 			tmp->nativeformats = capability;
 		fmt = ast_best_codec(tmp->nativeformats);
-		ast_string_field_build(tmp, name, "MGCP/%s@%s-%d", i->name, i->parent->name, sub->id);
 		if (sub->rtp)
 			ast_channel_set_fd(tmp, 0, ast_rtp_fd(sub->rtp));
 		if (i->dtmfmode & (MGCP_DTMF_INBAND | MGCP_DTMF_HYBRID)) {




More information about the svn-commits mailing list