-
Couldn't load subscription status.
- Fork 489
Description
Hello everyone,
I'm working on handling multiple incoming calls. I'm making good progress, but I’m facing an issue:
When the second call comes in, the PBX replies with "busy now", it rings for a split second (almost 0), and then the call gets answered.
It seems like the problem happens when I call AcceptCall() and send the Ringing response. The PBX appears to return a busy tone during the ringing phase.
uas.Progress(SIPResponseStatusCodesEnum.Trying, null, null, null, null); uas.Progress(SIPResponseStatusCodesEnum.Ringing, null, null, null, null);
Has anyone solved this?
thanks
update:
i have tried to create a new acceptcallimmediately and use SIPResponseStatusCodesEnum.Ok and now it doesn't have busy tone or ringing.
is it possible to integrate it in this repo?