Skip to content
Snippets Groups Projects
  • Corey Farrell's avatar
    5c1d07ba
    Astobj2: Allow reference debugging to be enabled/disabled by config. · 5c1d07ba
    Corey Farrell authored
    * The REF_DEBUG compiler flag no longer has any effect on code that uses
      Astobj2.  It is used to determine if reference debugging is enabled by
      default.  Reference debugging can be enabled or disabled in asterisk.conf.
    * Caller information is provided in logger errors for ao2 bad magic numbers.
    * Optimizes AO2 by merging internal functions with the public counterpart.
      This was possible now that we no longer require a dual ABI.
    
    ASTERISK-24974 #close
    Reported by: Corey Farrell
    
    Change-Id: Icf3552721fe999365ba8a8cf00a965aa6b897cc1
    5c1d07ba
    History
    Astobj2: Allow reference debugging to be enabled/disabled by config.
    Corey Farrell authored
    * The REF_DEBUG compiler flag no longer has any effect on code that uses
      Astobj2.  It is used to determine if reference debugging is enabled by
      default.  Reference debugging can be enabled or disabled in asterisk.conf.
    * Caller information is provided in logger errors for ao2 bad magic numbers.
    * Optimizes AO2 by merging internal functions with the public counterpart.
      This was possible now that we no longer require a dual ABI.
    
    ASTERISK-24974 #close
    Reported by: Corey Farrell
    
    Change-Id: Icf3552721fe999365ba8a8cf00a965aa6b897cc1
UPGRADE.txt 2.55 KiB
===========================================================
===
=== Information for upgrading between Asterisk versions
===
=== These files document all the changes that MUST be taken
=== into account when upgrading between the Asterisk
=== versions listed below. These changes may require that
=== you modify your configuration files, dialplan or (in
=== some cases) source code if you have your own Asterisk
=== modules or patches. These files also include advance
=== notice of any functionality that has been marked as
=== 'deprecated' and may be removed in a future release,
=== along with the suggested replacement functionality.
===
=== UPGRADE-1.2.txt -- Upgrade info for 1.0 to 1.2
=== UPGRADE-1.4.txt -- Upgrade info for 1.2 to 1.4
=== UPGRADE-1.6.txt -- Upgrade info for 1.4 to 1.6
=== UPGRADE-1.8.txt -- Upgrade info for 1.6 to 1.8
=== UPGRADE-10.txt  -- Upgrade info for 1.8 to 10
=== UPGRADE-11.txt  -- Upgrade info for 10 to 11
=== UPGRADE-12.txt  -- Upgrade info for 11 to 12
=== UPGRADE-13.txt  -- Upgrade info for 12 to 13
===========================================================

Channel Drivers:

chan_dahdi:
 - For users using the FXO port (FXS signaling) distinctive ring detection
   feature, you will need to adjust the dringX count values.  The count
   values now only record ring end events instead of any DAHDI event.  A
   ring-ring-ring pattern would exceed the pattern limits and stop
   Caller-ID detection.

Core:
 - The REF_DEBUG compiler flag is now used to enable refdebug by default.
   The setting can be overridden in asterisk.conf by setting refdebug in
   the options category.  No recompile is required to enable/disable it.

AMI:
 - The 'ModuleCheck' Action's Version key will no longer show the module
   version. The value will always be blank.

CLI:
 - The 'core show file version' command has been removed. When Asterisk
   moved to Git, the source control version support was removed. As a
   result, the CLi command was no longer useful and was removed as well.

Logging:
 - The first callid created is now 1 instead of 0.  The value 0
   is now reserved to represent a lack of callid.

AMI:
 - The Command action now sends the output from the CLI command as a series
   of Output headers for each line instead of as a block of text with the
   --END COMMAND-- delimiter to match the output from other actions.

   Commands that fail to execute (no such command, invalid syntax etc.) now
   return an Error response instead of Success.

===========================================================
===========================================================