SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,14 @@
from 0.2.9 (on github, not on CPAN yet)
--- lib/Asterisk/AMI.pm.orig Fri Apr 26 10:41:51 2013
+++ lib/Asterisk/AMI.pm Fri Apr 26 10:43:00 2013
@@ -1163,7 +1163,8 @@ sub _build_action {
$timeout = $actionhash->{$key} unless (defined $timeout);
next;
#Exception of Orignate Async
- } elsif ($lkey eq 'async' && $value == 1) {
+ } elsif ($lkey eq 'async' && ($value == 1 || $value eq 'true')) {
+ $value = 'true';
$async = 1;
#Clean out user ActionIDs
} elsif ($lkey eq 'actionid') {