Skip to content

fix hangup for wait ack#55

Merged
yeoleobun merged 1 commit into
restsend:mainfrom
yeoleobun:main
Dec 12, 2025
Merged

fix hangup for wait ack#55
yeoleobun merged 1 commit into
restsend:mainfrom
yeoleobun:main

Conversation

@yeoleobun

Copy link
Copy Markdown
Collaborator

For UAS that sent 200 but have not received ACK, it can not CANCEL and also can not BYE.

    pub fn can_cancel(&self) -> bool {
        matches!(
            self,
            DialogState::Calling(_) | DialogState::Trying(_) | DialogState::Early(_, _)
        )
    }
    pub fn is_confirmed(&self) -> bool {
        matches!(self, DialogState::Confirmed(_, _))
    }

@yeoleobun
yeoleobun merged commit 327ff4b into restsend:main Dec 12, 2025
3 checks passed
FedorKiselev76 pushed a commit to FedorKiselev76/rsipstack that referenced this pull request Dec 28, 2025
yeoleobun pushed a commit to yeoleobun/rsipstack that referenced this pull request Dec 29, 2025
fix(aliyun tts): pass volume parameter directly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant