July 2016
Intermediate to advanced
300 pages
6h 49m
English
At the moment of writing, all media-related reports (RTP, RTCP, Quality of Service, Medium Opinion Score, and so on) have not yet been added to the Capture Agent integrated as features in FreeSWITCH.
We'll take the opportunity to see the usage of CaptAgent, the universal stand-alone Agent for the SIPCAPTURE stack.
Let's start building the latest version:
# cd /usr/src # git clone https://github.com/sipcapture/captagent.git captagent # cd captagent # ./build.sh # ./configure # make && make install
Now head to /usr/local/captagent/etc/captagent/ and feel the pain! Configuration is complex, and distributed in many files. Be tenacious; you'll be rewarded. Start by checking all ...
Read now
Unlock full access