SIPNET -- Registration for
Ситуация такова. Вчера около 10 вечера настроил подключение к sipnet.ru и zadarma.com
users.conf
[sipnet]
secret = xxxxxxxxx
username = SIP_ID
trunkname = sipnet
callerid =
hasexten = no
hassip = yes
hasiax = no
registeriax =
registersip = yes
host = sipnet.ru
context = from-sipnet
insecure = invite
fromuser = SIP_ID
fromdomain = sipnet.ru
type = peer
contact = SIP_ID
disallow = all
allow = alaw
allow = ulaw
allow = g729
nat = no
canreinvite = nonat
dtmfmode = info
[zadarma]
secret = xxxxxx
username = SIP_ID
trunkname = zadarma
callerid =
hasexten = no
hassip = yes
hasiax = no
registeriax =
registersip = yes
host =sip.zadarma.com
context = from-sipnet
insecure = invite
fromuser = SIP_ID
fromdomain =sip.zadarma.com
type = peer
contact = SIP_ID
disallow = all
allow = alaw
allow = ulaw
allow = g729
nat = no
canreinvite = nonat
dtmfmode = info
extensions.conf
[from-sipnet]
exten => _XXXXXXXXXXXX,1,dial(SIP/zadarma/${EXTEN})
Вообщем подключение произошло, попробывал позвонить на свой телефон звонок идет что с sipnet что с zadarma.
Утром просыпаюсь смотрю в логи, а там такое действо
[Nov 9 08:55:23] NOTICE[2828] chan_sip.c: -- Registration for 'xxxxxxxxxx@sipnet.ru' timed out, trying again (Attempt #1)
[Nov 9 08:56:03] WARNING[2828] chan_sip.c: No such host: sipnet.ru
[Nov 9 08:56:03] WARNING[2828] chan_sip.c: Probably a DNS error for registration to xxxxxxxxxx@sipnet.ru, trying REGISTER again (after 20 seconds)
[Nov 9 08:56:03] NOTICE[2828] chan_sip.c: -- Registration for 'xxxxx@sip.zadarma.com' timed out, trying again (Attempt #1)
[Nov 9 08:56:23] NOTICE[2828] chan_sip.c: -- Registration for 'xxxxxxxxxx@sipnet.ru' timed out, trying again (Attempt #2)
[Nov 9 08:56:33] NOTICE[2828] chan_sip.c: -- Registration for 'xxxxx@sip.zadarma.com' timed out, trying again (Attempt #2)
asterisk находится за nat сделан проброс портов
sip.conf
externip = внешний айпи
localnet=192.168.0.0/255.255.255.0
Пробывал в sip.conf включить nat=yes но ситуация не меняется
Скажите че надо еще показать, где чего изменить. Догадки есть что это все из за nat, но просто если бы и вчера вечером не регилось на сипнете, а так... Внешний айпишник постоянный
|