I have a problem with my FBF and Asterisk, when I connect the FBF on the network it automaticly register himself on asterisk, but after 15 min the FBF is not register any more. If I pickup the phone and I call everything goes well, but if someone call me they are not able to reach me.
Here you have my sip.conf
if you need
extensions.conf
Any suggestion?
Here you have my sip.conf
Code:
[general]
context=default
port=5060
bindaddr=192.168.0.1
srvlookup=no
maxexpirey=1900
defaultexpirey=120
disallow=all
allow=g729
allow=alaw
allow=ulaw
allow=gsm
....
[700]
type = friend
username = 700
secret = XXXXX
host = dynamic
dtmfmode=RFC2833
callerid="Mio" <700>
context=from-sip
mailbox=700
language=it
canreinvite = no
qualify=30000
nat=yes
...
if you need
extensions.conf
Code:
...
[from-sip]
...
exten => 700,1,Dial(sip/700,30)
exten => 700,2,Voicemail(u700)
exten => 700,102,Voicemail(b700)
...
Any suggestion?