Klaus Darilion schrieb:
- Looks like the syntax in the socket column of the location table is
not IPv6 compatible: ERROR:usrloc:parse_phostport: too many colons in udp:2001:7B8:2FF:1DA:0:0:0:2:5060 ERROR:usrloc:dbrow2info: bad socket udp:2001:7B8:2FF:1DA:0:0:0:2:5060 ERROR:usrloc:preload_udomain: sipping record for klaus1 in table location
I found out that the socket is contructed using th IP address stored in socket_info->address_str
The question - should the [] be added during address_str construction (are all openser internals capable of the [] syntax) or should it be only added when storing the socket in the socket column?
regards klaus