Alert-Info Header (FreePBX 12.0.62 + Asterisk 13.2)

Hello Tony

I did report this in the Freepbx IRC. Andrew has opened a ticket: FREEPBX-8860 see issues.freepbx.org/browse/FREEPBX-8860

I have already made the changes at the macro-dial-one in extensions_additional.conf as he suggested but unfornuately the situation is not changed.

Tracing the comunication I still not see any header containing the Alert-Info

Note I am not a programmer…
Reading here and there I read that a Pre-Dial Handlers has to be created. Is it correct???

I see also that a great part of the Dialing is handled by dialparties.agi in which I see those raws:

$alertinfo = get_var( $AGI, “ALERT_INFO” );
if ($alertinfo) {
debug(“Setting Alert-Info: $alertinfo”, 4);
$AGI->set_alertinfo($alertinfo);

Thank you

Alex