RestComm / Restcomm-Connect

The Open Source Cloud Communications Platform
http://www.restcomm.com/
GNU Affero General Public License v3.0
244 stars 215 forks source link

LCM (live calls modification) does not update call CDR. #1479

Closed maria-farooq closed 7 years ago

maria-farooq commented 8 years ago

we tried LCM: it completed the call but call detail record is still in-progress in DB. i debugged it and found that VI is not doing anything when it is in conferencing state and receives CallStateChange msg see https://github.com/RestComm/Restcomm-Connect/blob/master/restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java#L1151 VI should move to finishConferencing so conference actor could remove this participant from list.

maria-farooq commented 7 years ago

fixed