RestComm / Restcomm-Connect

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

Move DB updates for updating conference status from VI to Conference #1345

Closed maria-farooq closed 7 years ago

maria-farooq commented 8 years ago

VoiceInterpreter is updating DB status of conference whenever it receives ConferenceStateChanged msg. These calls should be in Conference Actor which is originating ConferenceStateChanged message.

maria-farooq commented 7 years ago

merged inside #1104