From 78c21a4772a7f1cc9b4311be5f14182f3bfbba62 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 2 Jan 2008 15:59:00 +0000 Subject: [PATCH] fix show calls (FSCORE-81) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7060 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_core_sqldb.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/switch_core_sqldb.c b/src/switch_core_sqldb.c index 8a6d27b203..f9fd7d62d2 100644 --- a/src/switch_core_sqldb.c +++ b/src/switch_core_sqldb.c @@ -309,10 +309,10 @@ static void core_event_handler(switch_event_t *event) switch_event_get_header(event, "caller-destination-number"), switch_event_get_header(event, "caller-channel-name"), switch_event_get_header(event, "caller-unique-id"), - switch_event_get_header(event, "originatee-caller-id-name"), - switch_event_get_header(event, "originatee-caller-id-number"), - switch_event_get_header(event, "originatee-destination-number"), - switch_event_get_header(event, "originatee-channel-name"), switch_event_get_header(event, "originatee-unique-id") + switch_event_get_header(event, "Other-Leg-caller-id-name"), + switch_event_get_header(event, "Other-Leg-caller-id-number"), + switch_event_get_header(event, "Other-Leg-destination-number"), + switch_event_get_header(event, "Other-Leg-channel-name"), switch_event_get_header(event, "Other-Leg-unique-id") ); break; case SWITCH_EVENT_CHANNEL_UNBRIDGE: