From 82938ed71e4e06b91d4a349f1bbd3bf238d80bd8 Mon Sep 17 00:00:00 2001
From: Anthony Minessale <anthony.minessale@gmail.com>
Date: Fri, 24 Oct 2008 20:12:08 +0000
Subject: [PATCH] revert patch

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10144 d0543943-73ff-0310-b7d9-9358b9ac24b2
---
 src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c b/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c
index c73dc66846..1984aaf188 100644
--- a/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c
+++ b/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c
@@ -204,10 +204,6 @@ static switch_status_t dialplan_xml_locate(switch_core_session_t *session, switc
 	switch_event_create(&params, SWITCH_EVENT_REQUEST_PARAMS);
 	switch_assert(params);
 
-	if (!switch_strlen_zero(caller_profile->context)) {
-		switch_event_add_header_string(params, SWITCH_STACK_BOTTOM, "Hunt-Context", caller_profile->context);
-	}
-
 	switch_channel_event_set_data(channel, params);
 
 	status = switch_xml_locate("dialplan", NULL, NULL, NULL, root, node, params);