mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-03-22 03:07:48 +00:00
fix bug in dispatch
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user