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

NPE in VoiceInterpreter #892

Open hamsterksu opened 8 years ago

hamsterksu commented 8 years ago

hi everybody,

i have got NPE in conference. After this i can't drop it over API. Steps to reproduce Create outgoing call from restcomm over API and connect user to conference.

<Response>
<Say>Welcome to the conference</Say>
<Dial>
<Conference startConferenceOnEnter="true">9999</Conference>
</Dial>
</Response>

when text is played you will get NPE in the log After that you can't drop call over API to. Also if drop it from client(jitsi) call status in restocmm will be "in progress" anyway

it can be reproduced on old(801) and new(810) builds https://www.dropbox.com/s/4c3cn9lejs8e4yj/restcomm_801_npe.log https://www.dropbox.com/s/4c3cn9lejs8e4yj/restcomm_801_npe.log

deruelle commented 8 years ago

@hamsterksu is this still happening ?