when i start pcapsipdump it creartes a dir structure like "/var/spool/pcapsipdump/197001/01" and no file is store in there.
With tcpdump i can see all rtp udp packets.
is that a issue with the directory structure "197001/01"??
compiled on ubuntu 18.04
Sounds like some of system calls by the pcapsipdump binary are getting blocked - gettimeofday() and libpcap-related bindings. I would suspect an LSM interfering.
Try disabling AppArmor, or if you have a lot of time on hand, try creating an appropriate AppArmor profile: https://help.ubuntu.com/community/AppArmor
ok, i will check this. thank you
hi AA,
i have disable apparmor on ubuntu, have check libpca no results.
i have compiled it on an empty debian 9 machine with the same issue.
another idea?
Ok, nevermind about AppArmor - just checked with fresh ubuntu bionic install, and it all works fine.
Same for "false" directory. I have slightly improved this in [r138], but that's not the problem either.
Problem likely is - there is no SIP/UDP traffic on specified interface. So:
make CXXFLAGS=-DUSE_TCP=1Related
Commit: [r138]
Last edit: Aex Aey 2018-05-15
ok, thanks you for looking.
thanks