I have Asterisk 1.4.4 runinng and just starting to configure it. I have 2 SIP phones, one a X-Lite connected to a Windows PC and a Polycom phone. I have both phones set up, but when I try to dial the other I get no ring and the other phone does not ring. What could be going on. Here is my sip.conf
; …
; ** GLOBAL Settings FOR THE ASTERISK SIP CHANNEL v 1.4
[general]
context=default ; default context for incoming calls
; realm=192.168.1.6 ;
bindport=5060 ; UDP Port to bind
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)
; domain=192.168.1.6
srvlookup=yes ; Enable DNS SRV lookups on outbound calls
disallow=all ; First disallow all codecs
allow=ulaw ; allow codecs in order of preference
allow=gsm
language=en ; Default language
; **********************************8
; ** Register Statements
;****************************************
; ** Friends, users and Peers
[ts_xlite] ; (Tom Smith’s Xlite phone).
type = friend
host = 192.168.1.3
secret = xlite
context = users
[jj_polycom] ; (Joe Jones’ Polycom Phone
type = friend
host = 192.168.1.123
secret = polycom
context = users
I had define the hosts in order for them to be “online” using the sip show peers command. What have I done wrong. Thank you.