View Single Post
  #6 (permalink)  
Old 11-15-2007, 08:20 PM
phpguy
Guest
 
Posts: n/a
Default Re: ASTERISK@HOME TRUNKS AND OUTGOING RULES PROBLEM !! (((VOLUME 2)))

ok here it is

; Note: If your SIP devices are behind a NAT and your Asterisk
; server isn't, try adding "nat=1" to each peer definition to
; solve translation problems.

[general]

port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
disallow=all
allow=ulaw
allow=alaw
context = from-sip-external ; Send unknown SIP callers to this context
callerid = Unknown

#include sip_nat.conf
#include sip_custom.conf
#include sip_additional.conf

Reply With Quote