Skip to content

Commit

Permalink
Fix macro-user-callerid to resume correctly and setting cnum, cnam an…
Browse files Browse the repository at this point in the history
…d checking concurrency limit. Bug introduced whean adding registering transfers in queue_log
  • Loading branch information
asternic committed Jul 5, 2024
1 parent 0eea88a commit 3c64c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/functions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3813,7 +3813,7 @@ function core_do_get_config($engine) {
if ($amp_conf['QUEUES_LOG_TRANSFERS'] !== false) {
// Log TRANSFER in queue_log if a BLINDTRANSFER is detected from a queue call
$ext->add($context, $exten, '', new ext_gotoif('$["${BLINDTRANSFER}" != "" & "${FROMQ}" != ""]', 'trq'));
$ext->add($context, $exten, '', new ext_goto('1','resume'));
$ext->add($context, $exten, '', new ext_gotoif('$["x" = "x"]', 'resume'));
$ext->add($context, $exten, 'trq', new ext_gotoif('$["x${NODEST}" = "x"]', 'resume'));
$ext->add($context, $exten, '', new ext_set('AGCHAN', '${CUT(BLINDTRANSFER,-,1)}'));
$ext->add($context, $exten, '', new ext_set('VIRTUAL', '${CUT(AGCHAN,/,2)}'));
Expand Down

0 comments on commit 3c64c02

Please sign in to comment.