From: Pedro G. <ped...@gm...> - 2008-08-14 17:50:38
|
Hi! I already installed the server and it is running. I don't want the server to use IPV6, so I replaced the line listen_addressv6 = "::1" with ##listen_addressv6 = "::1" This is supposed to comment the line and make the server not to use IPV6, right? However, the server is sending me responses with XOR-MAPPED-ADDRESS with protocol family=IPv6 (Attribute Length: 20). The request is IPV4, so why does the response include IPV6 XOR-MAPPED-ADDRESS? This is causing the TURN client I am using (PJSIP's PJSUA) to complain: 18:42:49.295 stun_msg.c Error parsing STUN attribute XOR-MAPPED-ADDRESS: I nvalid STUN attribute length (PJNATH_ESTUNINATTRLEN) 18:42:49.299 udprel01FBA278 STUN msg_decode() error: Invalid STUN attribute le ngth (PJNATH_ESTUNINATTRLEN) Any ideas why? Best Regards Pedro Gonçalves |