[svn-commits] mmichelson: trunk r207551 - /trunk/apps/app_directed_pickup.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Jul 20 18:08:59 CDT 2009
Author: mmichelson
Date: Mon Jul 20 18:08:56 2009
New Revision: 207551
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=207551
Log:
Okay, that didn't fix the crash. It didn't really do anything useful.
Modified:
trunk/apps/app_directed_pickup.c
Modified: trunk/apps/app_directed_pickup.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/apps/app_directed_pickup.c?view=diff&rev=207551&r1=207550&r2=207551
==============================================================================
--- trunk/apps/app_directed_pickup.c (original)
+++ trunk/apps/app_directed_pickup.c Mon Jul 20 18:08:56 2009
@@ -98,7 +98,6 @@
ast_debug(1, "Call pickup on '%s' by '%s'\n", target->name, chan->name);
ast_cel_report_event(target, AST_CEL_PICKUP, NULL, NULL, chan);
- ast_party_connected_line_init(&connected_caller);
connected_caller = target->connected;
connected_caller.source = AST_CONNECTED_LINE_UPDATE_SOURCE_ANSWER;
if (ast_channel_connected_line_macro(NULL, chan, &connected_caller, 0, 0)) {
More information about the svn-commits
mailing list