Feeding SIP signaling from FreeSWITCH to Homer
If you followed the previous installation instructions, you're now logged into an empty Homer, as we have no Capture Agents sending data to the Capture Server. No data rows have been written to database.
Reach for your nearby FreeSWITCH (you do have a FS server, don't you?) and start editing its configuration.
Modify autoload_configs/sofia.conf.xml
to read (uncomment the line and substitute your Capture Server address):
<param name="capture-server" value="udp:192.168.10.202:9060;hep=3;capture_id=200"/>
Then, inside your SIP profiles (for example, sip_profiles/internal.xml
and more) settings
section, edit or add this line to read:
<param name="sip-capture" value="yes"/>
Reload mod_sofia
, or restart FreeSWITCH altogether, and you're ready to roll.