From: Brian West Date: Fri, 18 Apr 2014 01:19:39 +0000 (-0500) Subject: fix bug in dispatch X-Git-Tag: v1.5.12~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ce6198bf9dc2c1bcfe3bb6f5f3e89ff523f500a;p=thirdparty%2Ffreeswitch.git fix bug in dispatch --- diff --git a/libs/esl/perl/ESL/Dispatch.pm b/libs/esl/perl/ESL/Dispatch.pm index d1712d1cfc..388283fb1d 100644 --- a/libs/esl/perl/ESL/Dispatch.pm +++ b/libs/esl/perl/ESL/Dispatch.pm @@ -58,7 +58,6 @@ sub render_event($;$) { if ($self->{_decode}) { $val =~ s/\%([A-Fa-f0-9]{2})/pack('C', hex($1))/seg; } - $h =~ s/^variable_//; $self->{event_hash}->{lc($h)} = $val; $h = $event->nextHeader(); }