SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
telephony/p5-Asterisk-AMI/patches/patch-lib_Asterisk_AMI_pm
Normal file
14
telephony/p5-Asterisk-AMI/patches/patch-lib_Asterisk_AMI_pm
Normal 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') {
|
Loading…
Add table
Add a link
Reference in a new issue