How does one configure asterisk for using TCP transport for SIP and not UDP? Thanks, Jerry ----------------------------------- SIP has the following features: ? Lightweight, in that SIP has only six methods, reducing complexity. ? Transport-independent, because SIP can be used with UDP, TCP, ATM & so on. ?
On Thu, 2007-02-22 at 16:32 -0500, Jerry Geis wrote:> How does one configure asterisk for using TCP transport for SIP and not UDP?You can't because Asterisk does not support SIP over TCP. However, you can download the SRPMs from http://www.laimbock.com/asterisk/ and build the asterisk RPM with TCP support enabled. This is an experimental feature and totally unsupported. Regards, Patrick