Recent changes

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 09:35, 10 January 2026
   
 
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

10 January 2026

     02:20  License diffhist −277 Festr talk contribs
     01:34  Documentation diffhist −2 Festr talk contribs (→‎OS Installation Guides)
     01:26  (Deletion log) [Admin‎ (9×); Festr‎ (34×)]
     
01:26 Festr talk contribs deleted page Test Main Page Redesign(content was: "__NOTOC__ {{DISPLAYTITLE:VoIPmonitor Documentation}} {| style="width:100%; border:none; background:linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%); border-radius:12px; margin-bottom:20px; padding:25px; color:white;" |- | style="font-size:28px; font-weight:bold;" | VoIPmonitor Documentation |- | style="font-size:16px; opacity:0.9; margin-top:10px;" | Complete guides for the open-s...", and the only contributor was "Admin" (talk))
     
01:24 Admin talk contribs deleted page Test WebRTC Page(Content merged into Kroki_Test)
     
01:24 Admin talk contribs deleted page Test Note Fixed(Content merged into Kroki_Test)
     
01:24 Admin talk contribs deleted page Test SPAN(Content merged into Kroki_Test)
     
01:24 Admin talk contribs deleted page Test SPOOF(Content merged into Kroki_Test)
     
01:24 Admin talk contribs deleted page Test Multi Kroki(Content merged into Kroki_Test)
     
01:24 Admin talk contribs deleted page Test Frame(Content merged into Kroki_Test)
     
01:24 Admin talk contribs deleted page Test Block(Content merged into Kroki_Test)
     
01:24 Admin talk contribs deleted page Test UML(Content merged into Kroki_Test)
     
01:21 Festr talk contribs deleted page GUI automate login(content was: "If you need to create login session in your portal and provide URL link to voipmonitor which will not require login, you can do this: wget -q -O - '127.0.0.1/php/model/sql.php?module=bypass_login&user=USERNAME&pass=PASSWORD' which will fetch PHP SID. Take this SID and create URL http://localhost:8080/admin.php?SID=1fb4ceed376b4b53b2f2cb0d02a56600", and the only contributor was "Festr" (talk))
     
01:18 Festr talk contribs deleted page Script-for-multi-Instances-alerts-processing(content was: "This script is currently not necessary - with latest GUI release you can set multiple instances of alert/reports processing directly in the GUI: '''In settings->system configuration->Advanced: Number of parallel tasks for cron operations (alerts/reports)''' set there number. (Beware that multiple simultaneous tasks will use more RAM, then when running one by...", and the only contributor was "Petr.halounek" (talk))
     
01:18 Festr talk contribs deleted page Script-for-GUI-cron-control-oom(content was: " #!/bin/bash #verbose 0=none 1=logfile verbose='1' logfile='/root/script/check_php.log' #logfile='/dev/stdout' #limit is in kB (100000=100MB, 5000000=5GB) prcL=5000000 #oom_score_adj to set when process over limit oom_adj_score=1000 #list of processes prcs=$(pgrep php) for prc in $prcs; do prcM=$(cat /proc/$prc/status|grep VmSize| cut -d '...", and the only contributor was "Petr.halounek" (talk))
     
01:18 Admin talk contribs deleted page GUI Installation(Content merged into GUI_installation)
     
01:17 Festr talk contribs deleted page Tcmalloc(content was: "http://pekac.net/alokace_v_tcmallocu.cpp int main() { char *p; unsigned s = 0x10000000; // budou se dělat tři bloky po velikost s cout << dec << "výchozí stav: RSS: " << (getRss() / 1024) << " kB" << endl; cout << hex << "sbrk před alokací: " << sbrk(0) << endl; // prvá alokace - standardně přes tcmalloc p = new char[s]; cout << dec << "po alokaci: RSS: " << (getRss()...", and the only contributor was "Festr" (talk))
     
01:16 Festr talk contribs deleted page Sniffermanualupgrade(content was: " killall -9 voipmonitor wget https://download.voipmonitor.org/senzor/download/21.2.3/voipmonitor.gz.64 zcat voipmonitor.gz.64 > /usr/local/sbin/voipmonitor chmod +x /usr/local/sbin/voipmonitor /etc/init.d/voipmonitor start", and the only contributor was "Festr" (talk))
     
01:16 Festr talk contribs deleted page Other way to backup GUI settings(content was: " mydb='voipmonitor'; mysqldump -c --skip-triggers --skip-add-locks --no-create-info ${mydb} \ --ignore-table=${mydb}.alerts_sended \ --ignore-table=${mydb}.cache_number_location \ --ignore-table=${mydb}.cdr \ --ignore-table=${mydb}.cdr_dtmf \ --ignore-table=${mydb}.cdr_next \ --ignore-table=${mydb}.cdr_proxy \ --ignore-table=${mydb}.cdr_reason...", and the only contributor was "Petr.halounek" (talk))
     
01:15 Festr talk contribs deleted page Gentoo(content was: " emerge --sync", and the only contributor was "Festr" (talk))
     
01:15 Festr talk contribs deleted page Nagios4(content was: "Download and compile latest nagios from http://sourceforge.net/projects/nagios/files/: cd /usr/src wget http://sourceforge.net/projects/nagios/files/nagios-4.x/nagios-4.0.8/nagios-4.0.8.tar.gz/download -O nagios-4.0.8.tar.gz tar -xzf nagios-4.0.8.tar.gz apt-get install -y apache2 libapache2-mod-php5 build-essential libgd2-xpm-dev libssl-dev cd nagios-4.0...", and the only contributor was "Petr.halounek" (talk))
     
01:15 Festr talk contribs deleted page FreeBSD(content was: " pkg_add -r -v libexecinfo libpcap unixODBC mysql55-client libvorbis libogg vorbis-tools gmake subversion wget bash cd /usr/src wget --no-check-certificate https://snappy.googlecode.com/files/snappy-1.1.1.tar.gz tar xzf snappy-1.1.1.tar.gz cd snappy-1.1.1 ./configure make make install cd .. svn co http://svn.code.sf.net/p/voipmonitor/code/trunk voipmonitor-svn cd voipm...", and the only contributor was "Festr" (talk))
     
01:15 Festr talk contribs deleted page Pcap worksheet(content was: " $ ethtool -S eth0 // Statistics $ ethtool -S eth0 | egrep '(rx_missed|no_buffer)' // Drop Values $ ethtool -g eth0 ; ethtool -G eth0 rx 4096 tx 4096 // FIFO RX Descriptors $ ethtool -k eth0 ; ethtool -K gro on gso on rx on // Offloading $ ethtool -a eth0 ; ethtool -A rx off autoneg off // Pause Frames $ ethtool -c eth0 ; ethtool -C eth0 rx-usecs 100 // Interrupt Coal...", and the only contributor was "Festr" (talk))
     
01:14 Festr talk contribs deleted page Main Page(content was: "= Introduction = Architecture FAQ = WEB GUI = WEB GUI Manual [http://www.voipmonitor.org/changelog-gui GUI changelog] = Sniffer = Sniffer manual [http://www.voipmonitor.org/changelog-sniffer Sniffer changelog] = Installation = Ubuntu 12.04 LTS Centos 6.3 Debian 6.0 armv5 compiling from source mysql 5.6 Ubuntu 12.04 LTS 2x ETH dedicated = Guides = high availability redundancy failover GUI automate login = tro...")
     
01:14 Festr talk contribs deleted page Dashboard(content was: "The dashboard currently implements three views for the current day – SIP responses, ASR/ACD/MOS and Top IP addresses. The view is ordered by the most-used source or destination IP addresses. The dashboard will be enhanced in future versions to allow placing of custom charts and other widgets. File:dashboard.png", and the only contributor was "Festr" (talk))
     
01:14 Festr talk contribs deleted page Ubuntu 12.04 LTS 2x ETH dedicated(content was: " apt-get -y install php5-gd php5-mysql php5 php5-cli apache2 libapache2-mod-php5 tshark mtr mysql-server php5-mcrypt librsvg2-bin cd /usr/src/ wget http://sourceforge.net/projects/voipmonitor/files/6.5/voipmonitor-amd64-6.5.4-static.tar.gz /usr/src/ tar xzf voipmonitor*.tar.gz cd voipmonitor* ./install-script.sh mysqladmin create voipmonitor cat cdrtable.sql | mysql voipm...", and the only contributor was "Festr" (talk))
     
01:13 Festr talk contribs deleted page 2 index wiki.py (data pipeline script fix)(content was: "{{DISPLAYTITLE:2_index_wiki.py - MediaWiki Indexer for RAG}} Category:Data Pipeline Category:Scripts = 2_index_wiki.py = Script that indexes MediaWiki documentation into the Qdrant vector database for the VoIPmonitor RAG chatbot. Uses section-based chunking optimized for agentic retrieval. == Overview == {| class="wikitable" |- ! Property !! Value |- | Location || <code>...", and the only contributor was "Admin" (talk))
     
01:11 Festr talk contribs deleted page Cannot download pcap/audio from spooldir when using chrome and nginx(content was: " If you are unable to download audio/pcap files from GUI in chrome, and you are using nginx as a web-server: enable "Developer tools = F12" and check in console - if You can see when tried to download file errors like following: app-16.35.js:8 POST http://voipmonitor.org/php/model/utilities.php net::ERR_BLOCKED_BY_RESPONSE Change your nginx settings: vim...", and the only contributor was "Petr.halounek" (talk))
     
01:10 Festr talk contribs deleted page Raw(content was: "Place .raw and .rawInfo files to /tmp/rawfiles ./voipmonitor -c -k --conv-raw-info /tmp/rawfiles", and the only contributor was "Festr" (talk))
     
01:09 Festr talk contribs deleted page Memoryleak(content was: "o naplnění těch indexů se postará parametr -X88 sniferu to tedy projde všechny FILE_LINE ve zdrojácích, naplní je to čísly a udělá to tabulku alloc_file_lines, která je includována do heap_safe.cpp voipmonitor -X88 -k -i lo -d /tmp Aktivace detektoru -v1,memory_stat,memory_stat_ignore_limit=100000 výpis se udělá: echo 'memory_stat' | nc 192.168.74.80...", and the only contributor was "Festr" (talk))
     
01:09 Festr talk contribs deleted page Template Test Page 3(content was: "= Test 3 = Test 1 - plain: {{Note|Set test value}} Test 2 - with code tags: {{Note|Set <code>test</code> value}} Test 3 - with tt tags: {{Note|Set <tt>test</tt> value}} Test 4 - with nowiki around code: {{Note|Set <nowiki><code></nowiki>test<nowiki></code></nowiki> value}} Done.", and the only contributor was "Admin" (talk))
     
01:09 Festr talk contribs deleted page Template Test Page 2(content was: "= Test 2 = {{Note|Set <code>innodb_buffer_pool_size</code> to approximately half of your available RAM. The <code>innodb_read_only_compressed=OFF</code> is required starting from MariaDB 10.6.}} Done.", and the only contributor was "Admin" (talk))
     
01:09 Festr talk contribs deleted page Template Test Equals(content was: "= Test Equals = Test 1 - short code: {{Note|Set <code>test</code> value}} Test 2 - code with equals: {{Note|Set <code>var=value</code> option}} Test 3 - long code: {{Note|Set <code>very_long_variable_name</code> value}} Test 4 - multiple code tags: {{Note|Set <code>var1</code> and <code>var2</code> options}} Test 5 - exact copy of broken: {{Note|Set <code>innodb_buffer_pool_siz...", and the only contributor was "Admin" (talk))
     
01:09 Festr talk contribs deleted page Template Test Page(content was: "= Template Test Page = Testing Note template: {{Note|This is a test parameter value}} End of test.", and the only contributor was "Admin" (talk))
     
01:08 Festr talk contribs deleted page X88-memoryConsumptionDebug(content was: "=sniffer prepare= LD_PRELOAD=/usr/local/lib/libjemalloc.so ./voipmonitor --config-file=./config/voipmonitor.conf -k -c -v1 -X88 Then recompile (above will show list of modified sources) =sniffer start= ./voipmonitor --config-file=/etc/voipmonitor.conf -k -v1,memory_stat_ex_log,memory_stat_ignore_limit=10000000 heapsafe =lower RTP load= #define EXPERIMEN...", and the only contributor was "Petr.halounek" (talk))
     
01:00 Festr talk contribs deleted page GUI news(content was: "= Build 1081 = *new bin/vm binary fixes Audio decode for RTP with CNG (comfort noise generation packets) *In daily reports is now possible to also choose time range *Convert encoded URL in SIP URI (for example '#' symbol is escaped as '%23' *In CDR search form now it works negation in response code (!200) and in SIP Agent input box. *In CDR proxy column when there are more than...", and the only contributor was "Festr" (talk))
     
01:00 Festr talk contribs deleted page Sniffer news(content was: "= 11.0 = Version 11 enhances voipmonitor writing capability. It lowers write IOPS by factor 10 and more which means that now it can write thousands of simultaneous calls to ordinary hard drives / network shares etc. Here are highlights of the new version 11: *10x less write IOPS *Certain tasks are now split to more threads allowing processing more calls on a single server *SIP TLS...", and the only contributor was "Festr" (talk))
     
00:36 Festr talk contribs deleted page ProxySQL(content was: "== ProxySQL == * we are not experts in ProxySQL so this is only basic functional setting Basic proxy configuration: datadir="/var/lib/proxysql" errorlog="/var/lib/proxysql/proxysql.log" admin_variables= { admin_credentials="admin:admin" mysql_ifaces="0.0.0.0:6032" } mysql_variables= { threads=4 max_connections=2048 default_query_delay=0 default_query_timeou...", and the only contributor was "Milan" (talk))
     
00:30 Festr talk contribs undeleted page Shibboleth and other auth modules (22 revisions) ‎
     
00:30 Festr talk contribs deleted page Shibboleth and other auth modules(content was: "#REDIRECT REMOTE_USER_Authentication")
     
00:29 Festr talk contribs deleted page Libspandsp(content was: "git - gui - bin/cpp/libspandsp/ p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Courier New'; color: #cccccc; background-color: #000000}span.s1 {font-variant-ligatures: no-common-ligatures}", and the only contributor was "Festr" (talk))
     
00:28 Festr talk contribs deleted page Gdb(content was: "tohle se musí dát do /root/.gdbinit https://gist.githubusercontent.com/skyscribe/3978082/raw/e8a0c8daec409e24b29f7c14cf74140a43a9278c/.gdbinit nebo dát do gdbinit include které vede k tomu obsahu. pak se obsah vectoru, mapy a pod vypisuje pomozí p?íkaz? pvector pmap ... bez parametru ty p?íkazy vypí?ou help = core dump = echo "/tmp/core.%e.%p.%h.%t" > /proc/sys/ke...", and the only contributor was "Festr" (talk))
     
00:27 Festr talk contribs deleted page Dag(content was: "To check if there is difference between systime and nic time i did: # /usr/local/bin/dagconfig -G duck_timestamp && date duck_timestamp = 2017-03-29 07:52:50.430780324 UTC Срд Мар 29 10:52:50 MSK 2017 /usr/local/bin/dagclock set", and the only contributor was "Festr" (talk))
     
00:26 Festr talk contribs deleted page Openvpn(content was: "= Centos 7 = == Install ovpn == === a)From epel repository for enterprise linux 7=== we need to add epel repository if it was not done before how to use yum wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm --no-check-certificate rpm -i epel-release-latest-7.noarch.rpm yum install openvpn yum install easy-rsa === b)Using pa...", and the only contributor was "Petr.halounek" (talk))
     
00:26 Festr talk contribs deleted page Deduplikace(content was: "== use_block == - mód byl udělán pro zvýšení výkonu - v něm se načtené pakety ukládají do předalokovaného bloku pro více paketů, pak i ve zpracování v t2 threadech se pracuje s ukazatelem na ten jeden velký blok - tedy navýšil se tím výkon a pak zanedlouho se dělaly optimalizace v t2 threadech, které taky nějaké úspory přinesly,...", and the only contributor was "Petr.halounek" (talk))
     
00:23 Festr talk contribs deleted page Invalid packets order/allign in SIP history on centos 7(content before blanking was: " With latest repositories on '''centos 7''' comes bug into '''wireshark''' package, if you see in CDR(+)->SIP:history SIP packets aligned into whole seconds like in pics in RED, read further: File:bad_alignment_in_centos_wireshark.png Here is issue reported: https://bugs.centos.org/view.php?id=10518 And here is how it was resolved last time for 64bit OS #downgrade package from vault if possible): mkdir /tmp/test cd /tmp/test wget http://vault.cento...")

9 January 2026

     16:38  Internal support hints‎‎ 2 changes history −1,715 [Festr‎ (2×)]
     
16:38 (cur | prev) −1,308 Festr talk contribs Tag: Undo
     
16:25 (cur | prev) −932 Festr talk contribs (Undo revision 10372 by Admin (talk)) Tags: Undo Reverted
     12:47  Encryption in manager api diffhist −957 Festr talk contribs (Undo revision 10366 by Admin (talk)) Tag: Undo
     12:34  Sniffer detailed architecture‎‎ 2 changes history −436 [Festr‎ (2×)]
     
12:34 (cur | prev) −648 Festr talk contribs (Undo revision 10360 by Admin (talk)) Tag: Undo
     
12:12 (cur | prev) −436 Festr talk contribs (Undo revision 10336 by Admin (talk)) Tag: Undo