baresip / re

Generic library for real-time communications with async IO support
BSD 3-Clause "New" or "Revised" License
129 stars 80 forks source link

sip/transp: Allow ACK w/o Max-Forwards header #1124

Closed juha-h closed 3 months ago

alfredh commented 3 months ago

Max-Forwards is decremented by one for each SIP proxy, and for the ACK request this header is not really so useful.

It should be fine to accept incoming ACK w/o Max-Forwards header...

juha-h commented 3 months ago

Alfred E. Heggestad writes:

It should be fine to accept incoming ACK w/o Max-Forwards header...

Done.