Will Ferrer writes:
It is odd this happened only after upgrading to 1.4.6.
I am guessing
something got more strict about the formating. Also strange is that the
tables for lcr_gw have type INT for both those columns (uri_scheme and
transport). None the less changing my code to remove the transport and put
in the sip: fixes the issue.
from README:
Valid URI scheme values are NULL = sip, 1 = sip and 2 = sips. Currently
valid transport protocol values are NULL and 0 = none, 1 = udp, 2 =
tcp, 3 = tls, and 4 = sctp.
mapping to strings is done when gw table is reloaded.
-- juha