Skip to content
  • Guillaume Roguez's avatar
    sipcall: fix nullptr access in remote sdp handling · a20eff52
    Guillaume Roguez authored
    sipvoiplink code may set remote sdp to nullptr and this case was not
    handled correctly later.
    This patch fixes that by not using the nullptr to set ICE call transport.
    Also moved the code to use the remote sdp, duplicated, into sipcall
    for factorization.
    
    Change-Id: I6dcfd3bebed3fd754c91dd7f2cab7ca110d3de09
    a20eff52