Hello,
I'm trying to use the SIP B4A library and found some situations those looks to be serious issues. See:
- When placing a call, if I try to cancel before it have been answered I got an error:
CallError, ErrorCode=-4, ErrorMessage=Call/Transaction Does Not Exist (481)
- During the ring (when calling), there is no ringback audio. If I try to call :
in order to start audio before answering (to hear the ringback or any network fail message) I get the error:
CallError, ErrorCode=-4, ErrorMessage=mPeerSd = null
These two problems make impossible to use the SIP library... because in the first, the user can't give up a placing call if desists before answering and in the second there is no audible feedback that the call is being placed (some network erros which are sent before the answer signal are also inaudible) ...
Does anybody in the forum is having the same problems? Any fix?
I'm trying to use the SIP B4A library and found some situations those looks to be serious issues. See:
- When placing a call, if I try to cancel before it have been answered I got an error:
CallError, ErrorCode=-4, ErrorMessage=Call/Transaction Does Not Exist (481)
- During the ring (when calling), there is no ringback audio. If I try to call :
B4X:
Sub SIP_Calling
Log("Calling")
CurrentCall.StartAudio
End Sub
in order to start audio before answering (to hear the ringback or any network fail message) I get the error:
CallError, ErrorCode=-4, ErrorMessage=mPeerSd = null
These two problems make impossible to use the SIP library... because in the first, the user can't give up a placing call if desists before answering and in the second there is no audible feedback that the call is being placed (some network erros which are sent before the answer signal are also inaudible) ...
Does anybody in the forum is having the same problems? Any fix?