Co-founder Kamailio SIP Server project. C dev. Open source advocate. Consultant at asipto.com

2025-10-20
2025-05-12

This is the day! Conferece 2025 starts at 9:00am, Berlin, Germany: kamailioworld.com/k2025/ It is going to be two intense days, packed with presentations, attended by a full house! You can watch the live stream at: youtube.com/@KamailioWorld

2025-05-08

Monday starts @KamailioWorld 2025 with an amazing lineup of sessions! Huge thanks to our sponsors that made it possible again: Sipfront, Sipgate, Diabolocom, Libon, Pascom, Mango Voice, Simwood, dSIPRouter, Snom, LOD, ClueCon, APIBan and Asipto - kamailioworld.com/k2025/

2025-05-05

Last days before Conference 2025 (May 12-13, in Berlin, Germany) - agenda packed with sessions from distinguished speakers in the space! A great opportunity to learn and connect: kamailioworld.com/k2025/

2025-04-11

It is about one month and it starts: the next Conference (May 12-13, 2025, in Berlin), again with an amazing line up of sessions: kamailioworld.com/k2025/schedu

2025-03-12

In two months starts Conference 2025 (May 12-13, 2025) in Berlin - most of the speakers are listed, schedule to be out soon: kamailioworld.com/k2025/speake

2025-02-26

First group of speakers at
@KamailioWorld
2025 announced: kamailioworld.com/k2025/speake

boosted:
2025-02-12

In which @miconda discusses #Kamailio World on ClueCon weekly (and for some reason I am there too =) ).

youtube.com/watch?v=XFYwTTilQH

#kamailioworld #kamailioworld2025

2025-02-11

I backed a new release for , a modern and flexible SIP testing cli tool written in Go with support for SIP over UDP/TCP/TLS/WebSocket: github.com/miconda/sipexer/rel

2025-02-10

Do not miss Conference 2025! Call for presentations is in progress, but we already have a significant number of great proposals, covering / scalability and security, and / Registration is open, secure your seat:
kamailioworld.com/k2025/regist

2025-02-01

Summarizing @fosdem for non-geeks

boosted:
2025-02-01

The Debian Publicity Team will no longer post on X/Twitter. We took this decision since we feel X doesn't reflect Debian shared values as stated in our social contract, code of conduct and diversity statement. X evolved into a place where people we care about don't feel safe. You are very much invited to follow us on bits.debian.org , on micronews.debian.org/ , or any media as listed on wiki.debian.org/Teams/Publicit #debian

2025-01-30

A pet project done over past weeks to see easier some email headers in , like Received stack (for analyzing possibility of impersonation), Archived-At (for mailing lists): github.com/miconda/thunderbird

2025-01-30

On my way to Brussels for '25. Rather short trip, but I will be around most of its first day. See you at !

2025-01-30

@Takuto no much testing was done for that one so far, is on my to-do list (afaik sipp has support for it, to build a simple testebed, but winter proved to be very busy so far). if you encounter any issues, just report

2025-01-17

Small bash+gawk script to list network interfaces and associated IP addresses in a simpler format:

```
#!/bin/bash

ifconfig | gawk '
BEGIN { IFNAME = "0" }
/flags=.+mtu/ { IFNAME = $1; i = 0; }
/inet/ { IPLIST[IFNAME][i] = $2; i = i + 1; }
END {
for(k in IPLIST) {
print k
for(v in IPLIST[k]) {
print (" " IPLIST[k][v])
}
}
}
'
```

2024-09-30

@ulexus learned about it not very long ago, I don't know how many versions back it goes, but is neat to extract values for various needs (e.g., interface stats: ip -j -s -s link show | jq .)

2024-09-30

Get all IP addresses on the linux system in one line with ip & jq tools: ip -j a | jq -r '.[].addr_info[].local'

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst