So.... I'm tasked myself into setting up homer.
Yes, I know sngrep works.
I've got an elasticsearch set up with molo.ch (private network) for more basic packet searching, but I like the interface homer7 has with the ladder.
No, I don't really feel like paying for the price for Voipmonitor right now.
Yes, I want the ability for others to be able to VPN into the private network and search log files+SIP call ladder using a nice web interface.
I've checked the following theads:
https://www.pbxforums.com/threads/homer-halp.1203/
https://www.pbxforums.com/threads/h...to-monitor-sip-in-realtime-without-homer.963/
I've edited:
/etc/freeswitch/autoload_configs/sofia.conf.xml
/usr/share/freeswitch/scripts/app/xml_handler/resources/scripts/configuration/sofia.conf.lua
in the LUA file, I uncommented the sip-capture and then added
I know my homer instance works because I have captagent on the same box and it works just fine, other than it doesn't marry the legs. I'm hoping that if I get FS to dump it directly to homer, it will make it easier to marry.
Yes, I know sngrep works.
I've got an elasticsearch set up with molo.ch (private network) for more basic packet searching, but I like the interface homer7 has with the ladder.
No, I don't really feel like paying for the price for Voipmonitor right now.
Yes, I want the ability for others to be able to VPN into the private network and search log files+SIP call ladder using a nice web interface.
I've checked the following theads:
https://www.pbxforums.com/threads/homer-halp.1203/
https://www.pbxforums.com/threads/h...to-monitor-sip-in-realtime-without-homer.963/
I've edited:
/etc/freeswitch/autoload_configs/sofia.conf.xml
/usr/share/freeswitch/scripts/app/xml_handler/resources/scripts/configuration/sofia.conf.lua
in the LUA file, I uncommented the sip-capture and then added
Code:
table.insert(xml, [[ <param name="capture-server" value="udp:internal.ip.here:9060;hep=3;capture_id=100"/>]]);
I know my homer instance works because I have captagent on the same box and it works just fine, other than it doesn't marry the legs. I'm hoping that if I get FS to dump it directly to homer, it will make it easier to marry.