Olle E. Johansson
2003-Oct-19 09:45 UTC
[Asterisk-Users] Asterisk/Freebsd network connections
For those of you running * on FreeBSD: I compiled everything and can start. Sockstat -l shows that Asterisk listens on the correct interfaces and ports. Sniffing, I see registrations coming in to SIP debug, but nothing seems so reach Asterisk except IAX registration from a peer. Can't dial anywhere, can't reach the Asterisk with asterisk -r. Anyone recognizing this problem? * Recent Asterisk CVS with FreeBSD patch from bugs.digium.com * FreeBSD 4.8. /O
Tilghman Lesher
2003-Oct-19 11:24 UTC
[Asterisk-Users] Asterisk/Freebsd network connections
On Sunday 19 October 2003 11:45, Olle E. Johansson wrote:> For those of you running * on FreeBSD: > I compiled everything and can start. Sockstat -l shows that Asterisk > listens on the correct interfaces and ports. Sniffing, I see > registrations coming in to SIP debug, but nothing seems so reach > Asterisk except IAX registration from a peer. Can't dial anywhere, > can't reach the Asterisk with asterisk -r.The code to read the current routing table has not yet made its way into the FreeBSD port. You'll need to set a specific IP address as the bindaddr in sip.conf. Yes, Virginia, Linux does have a better way of doing this. -Tilghman