Skip Menu |

This queue is for tickets about the POE-Component-Client-Asterisk-Manager CPAN distribution.

Report information
The Basics
Id: 68511
Status: new
Priority: 0/
Queue: POE-Component-Client-Asterisk-Manager

People
Owner: Nobody in particular
Requestors: hunger [...] sipgate.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.08
Fixed in: (no value)



Subject: parsing of status-events broken
parsing of status-events is broken in a way so that variable-values that contain a "=" get truncated. changing POE/Component/Client/Asterisk/Manager.pm line 351 to my @parts = split /=/, $v, 2; fixes this, but i am not sure if it breaks anything else.