Closed nageshnath closed 4 years ago
can i get any help on this?
Hello @nageshnath . I'll take a look asap! Thanks How's your configs ?
regarding configs transport_hep.xml i mentioned in initial comment.
socket_pcap.xml is as follows:
<?xml version="1.0"?>
captagent.xml is as follows:
<?xml version="1.0"?>
Please let me know if you need anything.
Unfortunately I can't see your socket_pcap.xml
and transport_hep.xml
properly. Can u past again please ?
packets are ipv6 sip packets.
did you find anything wrong in configuration?
The configuration seems fine. I'll let u know when I'm figuring out the issue.
i afraid for HEP transport you snould use ipv4 now because currently ipv6 can be supported only during capturing. For now please use tunnel to send data to IPv6 and we will work on fix ipv6 for sender or if somebody can speed up it, please take a look here:
https://github.com/sipcapture/captagent/blob/master/src/modules/transport/hep/transport_hep.c#L1028
Closing for inactivity. Reopen if needed or volounteers to complete this respond
i have installed captagent after building with --enable-ipv6 . Captagent is able to capture ipv6 packets but unable to transmit it to ipv6 server configured in transport_hep.xml.I cannot see any error in captagent while capturing packets ,it captures and show the captured packet at console and does not report any error,but unable to send any packets to ipv6 server and port configured in transport_hep.xml.
my transport_hep.xml: <?xml version="1.0"?>
Please let me know if i am missing anthing.