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

add filter_registrar option #1160

Closed maximilianfridrich closed 1 month ago

maximilianfridrich commented 1 month ago

transp.c: add sip_transp_add_sock

to add SIP transport protocol without opening a listening socket (UDP socket is always opened).

Related: