Ticket #2852 (closed Bugs: duplicate)

Opened 4 years ago

Last modified 4 years ago

2.4/core/functions.inc.php macro-outbound-callerid

Reported by: adriavidal Assigned to: p_lindheimer
Priority: blocker Milestone: 2.5
Component: Core - Trunks/Routing Version: 2.4-branch
Keywords: macro-outbound-callerid Cc:
Confirmation: Confirmed SVN Revision (if applicable):
Backend Engine: Asterisk 1.4.x Backend Engine Version: FreePBX 2.4.0.1

Description

Asterisk 1.4.21 built by root

I think there is a bug into the functions.inc.php, it write at extensions_additional.conf

[macro-outbound-callerid]
include => macro-outbound-callerid-custom
exten => s,1,ExecIf($["${CALLINGPRES_SV}" != ""],SetCallingPres,${CALLINGPRES_SV})
exten => s,n,GotoIf($["${REALCALLERIDNUM:1:2}" != ""]?start)

And SetcallingPres? is not an app for 1.4, so the functions is making something wrong parsing the asterisk version.

The call then is hangup.

Change History

06/20/08 08:47:00 changed by p_lindheimer

  • status changed from new to closed.
  • confirmation changed from Unreviewed to Confirmed.
  • resolution set to duplicate.
  • milestone changed from Cut Line to 3.0.

this has been fixed already in core 2.4.0.4, see #2851. Duplicate.

06/20/08 09:47:52 changed by adriavidal

sorry, didn't see the other bug when i open mine. Can i make a module update to get the patch?

06/20/08 11:35:43 changed by p_lindheimer

yup just download 2.4.0.3, it is in the online repository.