Hi all, I'm encountering a tricky issue when using rtpengine to forward audio. Below is the problem description.
System version: Debian 13 amd64
rtpengine version: Version: 13.5.1.3+0~mr13.5.1.3, installed via Sipwise
rtpengine-ctl -ip 127.0.0.1:2224 list numsessions:
Current sessions own: 3
Current sessions foreign: 0
Current sessions total: 3
Current transcoded media: 0
Current sessions ipv4 only media: 0
Current sessions ipv6 only media: 0
Current sessions ip mixed media: 0
netstat -unlp | grep rtpengine | wc -l:
131262
Below are some key configurations; see the attachment for the complete configuration file.
table = 0
port-min = 20000
port-max = 39999
Why is the actual number of occupied ports so different from the number of active sessions?
Thank you.