Closed dima056359 closed 4 years ago
can you please do the update and test one more time ?
Awesome, it works now, thank you so much! I made tests with Hepgen and Asterisk - everything works smoothly. Could you tell what caused this issue?
can be two issues: or wrong config's path, or the image that you had was old :-) anyway, glad that the issue has been resolved. Enjoy
Hey guys,
First of all - thanks a lot for your time to develop and maintain such an interesting project!
My issue may be super simple and stupid, but I am wondering why no data was shown to the Web UI when I trying to generate some SIP packets with
hepgen
tool.Here is what I did:
git clone https://github.com/sipcapture/homer7-docker
cd homer7-docker/heplify-server/hom7-prom-all
docker-compose up -d
commandcd
tohepgen
folder (outside) and runnode hepgen.js -s 127.0.0.1 -p 9060 -c "./config/b2bcall_rtcp.js"
commandheplify-server
container on the same machine:vd: 43, parsed: 27, hepsent: 26, err: 0, heperr: 0
How it looks like in a Homer Web App:
Nothing was changed in config files since
git clone
command (as mentioned above).init-user-db.sh:
Some logs of
db
container:Please pay attention at this error:
ERROR: role "postgres" does not exist
May it broke the whole system? What is the best way to fix that?Thanks in advance!
Regards, Dmitry