Closed GoogleCodeExporter closed 8 years ago
I did the diff backwards. Sorry!
--- AsteriskManager.php 2009-03-01 18:24:02.000000000 -0600
+++ AsteriskManager.php.original 2009-03-01 18:24:26.000000000 -0600
@@ -323,7 +323,7 @@
$chunked_vars[] = "$key=$val";
}
$chunked_vars = implode('|', $chunked_vars);
- $command .= "Variable: $variables\r\n";
+ $command .= "Variable: $chunked_vars\r\n";
}
if ($action_id) {
Original comment by richardl...@gmail.com
on 2 Mar 2009 at 12:55
this seems to be fixed on trunk
Original comment by math.par...@gmail.com
on 12 Jun 2009 at 11:49
Original comment by doug.bro...@gmail.com
on 8 Jul 2009 at 10:17
Original issue reported on code.google.com by
richardl...@gmail.com
on 2 Mar 2009 at 12:27