sipcall: reschedule startAllMedias on main thread to avoid deadlock
im::sendSipMessage is locking dialog when callMutex_ is locked, but handleEvents can lock dialog then callMutex_ in startAllMedias. This will give a deadlock, so startAllMedias should be rescheduled Change-Id: I3d1b0b9a981419840f19bfe1832b70503713fe72 Gitlab: #175
Please register or sign in to comment