On 02/01/2006 03:17:56 PM, Tim Pushor wrote:

This is how I have my SIP setup:

# Enable static-port on outbound SIP requests

nat on $ext_if from $asterisk port 5060 to any port 5060 -> $ext_if static-port #nat on $ext_if from $asterisk port 10000<>20000 to any -> $ext_if static-port

# Redirect SIP and RTP traffic to asterisk server

rdr on $ext_if proto udp from any to $ext_if port 5060 -> $asterisk port 5060 rdr on $ext_if proto udp from any to $ext_if port 10000:20000 -> $asterisk

How about (for starters):

pass in on $ext_if from any port 5060 to any port 5060 tag AST
pass in on $int_if from $asterisk port 5060 to any tag AST
binat pass on $ext_if from $asterisk tag AST -> $ext_if

rdr on $ext_if proto udp from any to $ext_if \
    port 10000:20000 -> $asterisk


Just a guess.  That's all I've got time for.

Myself, I used IAX.

Karl <[EMAIL PROTECTED]>
Free Software:  "You don't pay back, you pay forward."
                 -- Robert A. Heinlein

Reply via email to