I have an Asterisk 1.4.3 installation on a FreeBSD 6.2 server.
I’m having a rather strange problem which does not produce any real errors but once a device registers to asterisk (I have pap2, billion 7402vgpm and x-lite devices) After a period of time these devices loose registration and do not regain it. The following is relevant [general] and client sip configuration:
[code][general]
srvlookup=yes
context=default
host=office.imagineiftoys.com.au
bindport=5060
rtpstart=9999
rtpend=20001
dtmfmode=rfc2833
bindaddr=192.168.1.1
maxexpirey=3600
defaultexpirey=240
registerattempts=0
disallow=all
allow=ulaw ;g711u
allow=alaw ;g711a
allow=ilbc
[1000]
type=friend
nat=no
host=dynamic
username=1000
secret=*****
dtmfmode=rfc2833 ; Choices are inband, rfc2833, or info
mailbox=43774 ; Mailbox for message waiting indicator
disallow=all
allow=g729
allow=alaw
allow=ulaw
context=outgoing
canreinvite=no [/code]
Apon registration all devices are able to receive calls for a period of a few minutes (possibly the default expiry time).
Thanks in advanced for any help you can provide.