2010/12/28 Lev Serebryakov <[email protected]>: > Hello, Freebsd-net. > > > Is here any plans to write SIP module for libalias? It seems, that > some "alternative" packet filters/NATs have support for SIP, like we > have for FTP. > > Is here any good solution for SIP via ipfw-nat other than > full-featured SIP router on NAT box? > > -- > // Black Lion AKA Lev Serebryakov <[email protected]> >
i thought that alias_smedia module did already this! <snipper from code> Alias_smedia.c is meant to contain the aliasing code for streaming media protocols. It performs special processing for RSTP sessions under TCP. Specifically, when a SETUP request is sent by a client, or a 200 reply is sent by a server, it is intercepted and modified. The address is changed to the gateway machine and an aliasing port is used. </snippet from code> -- Ermal _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[email protected]"
