Skip to content
Snippets Groups Projects
  • sungtae kim's avatar
    fa7c69f4
    res_ari: Fix create request body parameter parsing. · fa7c69f4
    sungtae kim authored
    If parameters were passed in the body as JSON to the
    create route they were not being parsed before checking
    to ensure that required fields were set.
    
    This change moves the parsing so it occurs before
    checking.
    
    ASTERISK-28940
    
    Change-Id: I898b4c3c7ae1cde19a6840e59f498822701cf5cf
    fa7c69f4
    History
    res_ari: Fix create request body parameter parsing.
    sungtae kim authored
    If parameters were passed in the body as JSON to the
    create route they were not being parsed before checking
    to ensure that required fields were set.
    
    This change moves the parsing so it occurs before
    checking.
    
    ASTERISK-28940
    
    Change-Id: I898b4c3c7ae1cde19a6840e59f498822701cf5cf
resource_channels.c 59.84 KiB