Disabling Incoming Calls for SIM Card

Hi All,

While my application is running, if I try to call my app’s SIM card, my application crashes. However, I am not using the voice call service. How can I disable/enable incoming calls for the SIM card?

Thank you!

you should figure out which line in your application makes this problem.

Is there any remove call handler API?

do you mean le_voicecall_RemoveStateHandler()?

I used that, but it should be something at a lower level. What I’m looking for is that it shouldn’t ring when I call.

if you run the sample application voiceCallApp instead of your application , will it crash when there is incoming call?

There is no crash when just the voice call app is working.

then you should debug on why your application will make the module crash