sipsorcery icon indicating copy to clipboard operation
sipsorcery copied to clipboard

Add support for RFC3311-UPDATE method

Open fanshuxian opened this issue 1 year ago • 1 comments

I have a voice call, and the call will be automatically disconnected 10 minutes after it is answered.

By checking the signaling, I found that the third-party PBX(freeswitch、VOS3000 etc) will send an UPDATE request when the call lasts 600 seconds.

Sipsorcery does not support UPDATE method, and it is forced to hang up after 30 seconds because there is no media.

fanshuxian avatar Jul 27 '24 15:07 fanshuxian

Please don't hesitate to create a PR. Thx

ChristopheI avatar Sep 04 '24 09:09 ChristopheI