Hi guys
i have asterisk 1.6 working .
the main problem that i have is i have a heavy server and this handle thousands of calls on 1 ip .
the issue is when a call occur , it takes some ports in RTP.conf
but when the call is finish … i still see the session open if i issue
netstat -aun
as example
udp 0 0 0.0.0.0:18831 0.0.0.0:*
udp 0 0 0.0.0.0:36239 0.0.0.0:*
udp 0 0 0.0.0.0:6671 0.0.0.0:*
udp 0 0 0.0.0.0:9359 0.0.0.0:*
udp 0 0 0.0.0.0:7695 0.0.0.0:*
udp 0 0 0.0.0.0:63759 0.0.0.0:*
udp 0 0 0.0.0.0:62607 0.0.0.0:*
udp 0 0 0.0.0.0:60047 0.0.0.0:*
udp 0 0 0.0.0.0:37391 0.0.0.0:*
udp 0 0 0.0.0.0:62735 0.0.0.0:*
udp 0 0 0.0.0.0:41871 0.0.0.0:*
udp 0 0 0.0.0.0:18575 0.0.0.0:*
udp 0 0 0.0.0.0:52367 0.0.0.0:*
udp 0 0 0.0.0.0:9615 0.0.0.0:*
udp 0 0 0.0.0.0:50319 0.0.0.0:*
udp 0 0 0.0.0.0:12687 0.0.0.0:*
udp 0 0 0.0.0.0:41231 0.0.0.0:*
udp 0 0 0.0.0.0:43279 0.0.0.0:*
udp 0 0 0.0.0.0:51727 0.0.0.0:*
udp 0 0 0.0.0.0:30479 0.0.0.0:*
udp 0 0 0.0.0.0:62223 0.0.0.0:*
udp 0 0 0.0.0.0:16527 0.0.0.0:*
udp 0 0 0.0.0.0:31503 0.0.0.0:*
udp 0 0 0.0.0.0:60431 0.0.0.0:*
udp 0 0 0.0.0.0:21647 0.0.0.0:*
udp 0 0 0.0.0.0:54543 0.0.0.0:*
udp 0 0 0.0.0.0:49167 0.0.0.0:*
udp 0 0 0.0.0.0:28431 0.0.0.0:*
udp 0 0 0.0.0.0:19599 0.0.0.0:*
udp 0 0 0.0.0.0:8335 0.0.0.0:*
udp 0 0 0.0.0.0:18959 0.0.0.0:*
udp 0 0 0.0.0.0:45967 0.0.0.0:*
udp 0 0 0.0.0.0:55951 0.0.0.0:*
udp 0 0 0.0.0.0:31759 0.0.0.0:*
udp 0 0 0.0.0.0:20879 0.0.0.0:*
udp 0 0 0.0.0.0:42767 0.0.0.0:*
udp 0 0 0.0.0.0:48271 0.0.0.0:*
udp 0 0 0.0.0.0:23183 0.0.0.0:*
udp 0 0 0.0.0.0:59791 0.0.0.0:*
udp 0 0 0.0.0.0:25999 0.0.0.0:*
udp 0 0 0.0.0.0:55695 0.0.0.0:*
udp 0 0 0.0.0.0:8591 0.0.0.0:*
udp 0 0 0.0.0.0:24207 0.0.0.0:*
udp 0 0 0.0.0.0:51855 0.0.0.0:*
udp 0 0 0.0.0.0:59663 0.0.0.0:*
udp 0 0 0.0.0.0:8975 0.0.0.0:*
udp 0 0 0.0.0.0:39183 0.0.0.0:*
udp 0 0 0.0.0.0:32271 0.0.0.0:*
udp 0 0 0.0.0.0:64271 0.0.0.0:*
udp 0 0 0.0.0.0:45071 0.0.0.0:*
udp 0 0 0.0.0.0:25231 0.0.0.0:*
udp 0 0 0.0.0.0:64143 0.0.0.0:*
as we see sessions keep opened all the time
i read about RTP time out and sip session time out
i tried both of them but no luck
i used in sip.conf
session-timers=originate
session-expires=600
session-minse=90
session-refresher=uas
also played with ession-timers=originate and ession-timers=refuse and same result
also added
rtptimeout=60
and rtpholdtimeout
and all seems to same result
the session keep hanged
any solution for that without upgrading asterisk ?
cheers