ezk icon indicating copy to clipboard operation
ezk copied to clipboard

EZK is a collection of Rust crates to build SIP applications

Results 16 ezk issues
Sort by recently updated
recently updated
newest added

I have read send register and invite as a sip client, and accpet invite as a sip server. but how to accept unauthorized register and response 401, then accpet authorized...

Hi, I added changes to match the definition for the algorithm directive from RFC 3310: ``` algorithm = "algorithm" EQUAL ( aka-namespace / algorithm-value ) aka-namespace = aka-version "-" algorithm-value...

ServerInvTxs appears to have missed sending an outgoing response when respond_failure is called, resulting in a 0.5s delay until retransmission occurs. This PR only add a response sending right after...

I check with source code but it seems to missing method to cancel an outgoing call when it in ringing state. Can you show me some hint in this case?

I ran the accept_invite demo and successfully received calls. However, when the caller cancels the call, the acceptor seems to doesn’t have a method or event to detect this.

This PR add cancel call feature

- [x] Better call management (cancellation on server & client) (`sip-ua`'s client side support is rather lacking, since I've not yet needed it) - [ ] Server side digest authentication...