Skip to content
Snippets Groups Projects
  • Joshua Colp's avatar
    5a7af00e
    asterisk: Audit locking of channel when manipulating flags. · 5a7af00e
    Joshua Colp authored
    When manipulating flags on a channel the channel has to be
    locked to guarantee that nothing else is also manipulating
    the flags. This change introduces locking where necessary to
    guarantee this. It also adds helper functions that manipulate
    channel flags and lock to reduce repeated code.
    
    ASTERISK-26789
    
    Change-Id: I489280662dba0f4c50981bfc5b5a7073fef2db10
    5a7af00e
    History
    asterisk: Audit locking of channel when manipulating flags.
    Joshua Colp authored
    When manipulating flags on a channel the channel has to be
    locked to guarantee that nothing else is also manipulating
    the flags. This change introduces locking where necessary to
    guarantee this. It also adds helper functions that manipulate
    channel flags and lock to reduce repeated code.
    
    ASTERISK-26789
    
    Change-Id: I489280662dba0f4c50981bfc5b5a7073fef2db10
app_disa.c 12.97 KiB