Things that NEVER should change in Asterisk

  • The Dialplans format should never change.
  • The options in Application or Macros should never change.
  • Application names should never change.

Why?
Simply. When I restore a backup of an old asterisk version, the dialplan sometimes doesn’t work as expected.
Why? Because Dialplan format have change or applications or options have changed.

Example? Ok.

Before:
Dial(SIP/222|21)
Goto()

After
Dial(SIP/222,21)
Gosub()

Is the JOB of the administrator to keep up to date the software and that involve to read the changelog on the software that we are updating.

We cannot blame the developers just because our laziness and finally you have tools like search & replace to do the magic with few clicks.

[quote=“navaismo”]Is the JOB of the administrator to keep up to date the software and that involve to read the changelog on the software that we are updating.

We cannot blame the developers just because our laziness and finally you have tools like search & replace to do the magic with few clicks.[/quote]