On Dec 23, 2010 at 13:48, Juha Heinanen jh@tutpro.com wrote:
conclusion about my sctp experiment was that after i got sctp activated in the proxy and tried to forward a request out using sctp transport, nothing happened. wireshark didn't show any packet going out after proxy printed
Dec 23 13:18:08 sars /usr/sbin/sip-proxy[30485]: INFO: Routing INVITE sip:XXXXX@X.X.X.X:8000;transport=sctp
and called t_relay.
Did you see any sctp address among the listening sockets printed on startup? Any log message? It is possible that you don't have a kernel with sctp support (in which case the sctp support will be automatically disabled on startup). Try enable_sctp = 1 in .cfg to get instead and error.
Andrei