espressif / esp-adf-libs

54 stars 41 forks source link

Cancel SIP call during RINGING #19

Open pierluigizagaria opened 1 year ago

pierluigizagaria commented 1 year ago

I'm having issues on canceling a RINGING call by using esp_sip_uac_cancel(sip). Is is possible? I tried with esp_sip_uac_bye(sip) but still no luck. If the call isn't yet picked up I cannot cancel the ringing!

Thanks for the awesome library and happy to receive some tips!

pierluigizagaria commented 1 year ago

No one can help me?

ahhfzhang commented 1 year ago

HI @pierluigizagaria

Can you provide some logs to us?

Thanks.

pierluigizagaria commented 1 year ago

Which method should I use to stop a ringing call?