[svn-commits] qwell: branch 1.4 r61022 - /branches/1.4/apps/app_queue.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Apr 9 12:05:49 MST 2007


Author: qwell
Date: Mon Apr  9 14:05:48 2007
New Revision: 61022

URL: http://svn.digium.com/view/asterisk?view=rev&rev=61022
Log:
Use the appropriate interface name with COMPLETECALLER.

Issue 9395.

Modified:
    branches/1.4/apps/app_queue.c

Modified: branches/1.4/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_queue.c?view=diff&rev=61022&r1=61021&r2=61022
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Mon Apr  9 14:05:48 2007
@@ -2651,7 +2651,7 @@
 				qe->chan->exten, qe->chan->context, (long) (callstart - qe->start),
 				(long) (time(NULL) - callstart));
 		} else if (qe->chan->_softhangup) {
-			ast_queue_log(queuename, qe->chan->uniqueid, peer->name, "COMPLETECALLER", "%ld|%ld|%d",
+			ast_queue_log(queuename, qe->chan->uniqueid, member->membername, "COMPLETECALLER", "%ld|%ld|%d",
 				(long) (callstart - qe->start), (long) (time(NULL) - callstart), qe->opos);
 			if (qe->parent->eventwhencalled)
 				manager_event(EVENT_FLAG_AGENT, "AgentComplete",



More information about the svn-commits mailing list