On Dec 23, 2010 at 13:48, Juha Heinanen <[email protected]> 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:[email protected]: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 _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
