Skip to content
Snippets Groups Projects

Fixes for call waiting and 3way call scenarios

Merged Grzegorz Sluja requested to merge call_waiting_3_way_call_fixes into devel

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
65 65 #define DEFAULT_MAX_SESSION 4
66 66 static int max_sessions_per_line = DEFAULT_MAX_SESSION_PER_LINE;
67 67 static int max_sessions = DEFAULT_MAX_SESSION;
68 static int session_count = 0; // current number of active sessions
  • line 68: the variable name conflicts with the local variable in is_media_state_valid(). you'd better rename this global variable for avoiding potential issues by accident.

  • Please register or sign in to reply
  • George Yang mentioned in merge request !141 (closed)

    mentioned in merge request !141 (closed)

  • Please register or sign in to reply
    Loading