Skip to content

multiple call inbound #1450

@andreameneguzzoinfol

Description

@andreameneguzzoinfol

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions