Registrations currently disabled due to spam. Contact me externally if you need an account

Skip to content
  • Joshua C. Colp's avatar
    res_fax: Don't consume frames given to fax gateway on write. · d2500c62
    Joshua C. Colp authored
    In a particular fax gateway scenario whereby it would
    have to translate using the read translation path on a
    channel the frame being translated would be consumed.
    When the frame is in the write path it is not permitted
    to free the frame as the caller expects it to continue
    to exist.
    
    This change makes it so that the frame is only consumed
    on the read path where it is acceptable to free it.
    
    ASTERISK-28900
    
    Change-Id: I011c321288a1b056d92b37c85e229f4a28ee737d
    d2500c62