diff --git a/docs/FreeSWITCH-Explained/Codecs-and-Media/Audio-Codecs_1048675.mdx b/docs/FreeSWITCH-Explained/Codecs-and-Media/Audio-Codecs_1048675.mdx index 1d47610b..bd07193f 100644 --- a/docs/FreeSWITCH-Explained/Codecs-and-Media/Audio-Codecs_1048675.mdx +++ b/docs/FreeSWITCH-Explained/Codecs-and-Media/Audio-Codecs_1048675.mdx @@ -22,9 +22,7 @@ The following codecs can be used when setting codec\_string and absolute\_codec\ * opus@8000h@100i - Opus 8khz using 100 ms ptime * opus@8000h@120i - Opus 8khz using 120 ms ptime * provided by [mod\_opus](../Modules/mod_opus_6586850.mdx#about) -* iSAC - * provided by [mod\_isac](../Modules/mod_isac_6586969.mdx#about) -* CODEC2 2550bps) 8000hz 20ms +* CODEC2 2550bps) 8000hz 20ms * provided by: [mod\_codec2](../Modules/mod_codec2_6587354.mdx#about) * SILK Skype Audio codec. * Provided by mod\_silk. diff --git a/docs/FreeSWITCH-Explained/Modules/mod_isac_6586969.mdx b/docs/FreeSWITCH-Explained/Modules/mod_isac_6586969.mdx deleted file mode 100644 index 3ad518bd..00000000 --- a/docs/FreeSWITCH-Explained/Modules/mod_isac_6586969.mdx +++ /dev/null @@ -1,19 +0,0 @@ - -# mod_isac - - - -## About - -iSAC is a HD codec kit similar to G.722 anthony extracted iSAC codec from WebRTC project and built mod\_iSAC on top of it. - -## How to build - -cd to your freeswitch top directory like: cd /usr/src/freeswitch if you have allready bootstraped and configured your freeswitch, then do the following: - -* edit modules.conf -* add: codecs/mod\_iSAC - -save, and do make && make install - - diff --git a/docs/FreeSWITCH-Explained/Troubleshooting-Debugging/Packet-Capture/VoIPmonitor_7143574.mdx b/docs/FreeSWITCH-Explained/Troubleshooting-Debugging/Packet-Capture/VoIPmonitor_7143574.mdx index fc0bd43d..1b92e1c6 100644 --- a/docs/FreeSWITCH-Explained/Troubleshooting-Debugging/Packet-Capture/VoIPmonitor_7143574.mdx +++ b/docs/FreeSWITCH-Explained/Troubleshooting-Debugging/Packet-Capture/VoIPmonitor_7143574.mdx @@ -7,7 +7,7 @@ From [http://www.voipmonitor.org](http://www.voipmonitor.org/) -VoIPmonitor is open source network packet sniffer with **commercial frontend** for SIP RTP RTCP and SKINNY(SCCP) VoIP protocols running on linux. VoIPmonitor is designed to analyze quality of VoIP call based on network parameters - delay variation and packet loss according to ITU-T G.107 E-model which predicts quality on MOS scale. Calls with all relevant statistics are saved to MySQL or ODBC database. Optionally each call can be saved to pcap file with either only SIP protocol or SIP/RTP/RTCP/T.38/udptl protocols. VoIPmonitor can also decode speech and play it over the commercial WEB GUI or save it to disk as WAV. Supported codecs are G.711 alaw/ulaw and commercial plugins supports G.722 G.729a G.723 iLBC Speex GSM Silk iSAC. VoIPmonitor is also able to convert T.38 FAX to PDF. +VoIPmonitor is open source network packet sniffer with **commercial frontend** for SIP RTP RTCP and SKINNY(SCCP) VoIP protocols running on linux. VoIPmonitor is designed to analyze quality of VoIP call based on network parameters - delay variation and packet loss according to ITU-T G.107 E-model which predicts quality on MOS scale. Calls with all relevant statistics are saved to MySQL or ODBC database. Optionally each call can be saved to pcap file with either only SIP protocol or SIP/RTP/RTCP/T.38/udptl protocols. VoIPmonitor can also decode speech and play it over the commercial WEB GUI or save it to disk as WAV. Supported codecs are G.711 alaw/ulaw and commercial plugins supports G.722 G.729a G.723 iLBC Speex GSM Silk. VoIPmonitor is also able to convert T.38 FAX to PDF. ## Sniffer Installation diff --git a/provisioning/nginx/redirects.map b/provisioning/nginx/redirects.map index 3b93ef21..bcaea9cb 100644 --- a/provisioning/nginx/redirects.map +++ b/provisioning/nginx/redirects.map @@ -1569,7 +1569,6 @@ /freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_httapi /freeswitch/FreeSWITCH-Explained/Modules/mod_httapi_3966423; /freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_http_cache /freeswitch/FreeSWITCH-Explained/Modules/mod_http_cache_6587452; /freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_iLBC /freeswitch/FreeSWITCH-Explained/Modules/mod_iLBC_3375542; -/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_isac /freeswitch/FreeSWITCH-Explained/Modules/mod_isac_6586969; /freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_janus /freeswitch/FreeSWITCH-Explained/Modules/mod_janus_20709557; /freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_java /freeswitch/FreeSWITCH-Explained/Modules/mod_java_3966491; /freeswitch/confluence-to-docs-redirector/display/FREESWITCH/mod_json_cdr /freeswitch/FreeSWITCH-Explained/Modules/mod_json_cdr_4653124;