Ticket #2702 (closed Bugs: fixed)

Opened 4 years ago

Last modified 4 years ago

"insecure" changes needed for Asterisk 1.4 and beyond

Reported by: drmessano Assigned to: p_lindheimer
Priority: minor Milestone: 2.4
Component: Core - Trunks/Routing Version: 2.4-branch
Keywords: insecure Cc:
Confirmation: Confirmed SVN Revision (if applicable):
Backend Engine: Asterisk 1.6 Backend Engine Version:

Description

The options for insecure have changed in 1.4, with some being completely removed in 1.6. This is the behavior:

1.4 insecure=very is treated as insecure=port,invite internally insecure=yes is treated as insecure=port internally

1.6 insecure=very IGNORED insecure=yes IGNORED

Change History

02/23/08 17:14:30 changed by pnlarsson

  • engine changed from All to Asterisk 1.6.
  • status changed from new to closed.
  • confirmation changed from Unreviewed to Confirmed.
  • priority changed from major to minor.
  • milestone changed from Cut Line to 2.4.
  • resolution set to fixed.

r5722, added case for insecure and replacing according to the ticket.