Displaying 1 result from an estimated 1 matches for "pub0".
Did you mean:
pub
2006 Mar 07
9
Oh this is bad.... bindaddr and rtp traffic
I have a configuration where RTP traffic is going out interface pub0, and coming back into through pub1.
I have bindaddr=0.0.0.0 in sip.conf, and a netstat -an shows:
udp 0 788 0.0.0.0:5060 0.0.0.0:*
which means that Asterisk is listening on all addresses (on all interfaces?).
Anyway, when the RTP traffic comes back in on interface pub0, A...