Hi,
I need to change SIP port UDP to TCP.?
which version of Asterisk will support and Please guide me where i have to change ,
which configuration file need to be change.?
Thanks,
Sudhakar Anguri
Hi,
I need to change SIP port UDP to TCP.?
which version of Asterisk will support and Please guide me where i have to change ,
which configuration file need to be change.?
Thanks,
Sudhakar Anguri
All supported versions support it. See the sample configuration files.
sip.conf, under [general]
tcpenable=yes ; Enable server for incoming TCP connections (default is no)
tcpbindaddr=0.0.0.0:5060 ; IP address for TCP server to bind to (0.0.0.0 binds to all interfaces)
; Optionally add a port number, 192.168.1.1:5062 (default is port 5060)
–Satish Barot
Thanks you… for your reply… Now it is working fine…