ashishsecrets
ashishsecrets
Make sure the intent received in every SipCommand operation is int with default value 0 then cast it to string Null pointer here means it's an empty intent. That's what...
microphone in communication mode when handling a call then to mode normal when call has ended
I think your refresh timeout is low. Mine is 1800 seconds. It looks like a refresh registration
I have the app running and receiving calls in kill mode. Are you starting an activity to handle the call?
Did you assign microphone permission?
It's working for me. I use realm same as host. And call id is string not int in sipAccount i think
If remote asterik server is let's say custom_forwarding your call. It treats that as a second call and declines it. This was my case. I had to store the call...
Issue is actually with the call id. This project is not able to track the call sometimes as the call id changes. I have tested it and fixed it too....
@kukadiyaAni Here is the sample project as promised. Let me know if you have any difficulty https://github.com/ashishsecrets/pjsip-android-sample-proj/tree/master
@kukadiyaAni I don't remember fully all the changes but if you look in my repo and open the sip service(which is the voismart pjsip main project) you will see I...