별표: 등록이 VOIP chan_sip.c:15171 sip_reg_timeout에 액세스할 수 없습니다.

별표: 등록이 VOIP chan_sip.c:15171 sip_reg_timeout에 액세스할 수 없습니다.

VOIP를 등록하려고 하는데 등록하고 이 마사지를 받을 수 없습니다.

   [Jul 24 12:45:58] NOTICE[24430]: chan_sip.c:15171 sip_reg_timeout:    -- Registration for '[email protected]' timed out, trying again (Attempt #11)

Sip show Peers를 사용할 때

   tellfree/xxxxxx          xxx.xx.xxx.xx                               Auto (No)  No             5060     UNREACHABLE[/code]

그런데 갑자기 그런 일이 일어났습니다.

내 sip.conf 보기

   [general]
   allowguest=no
   autocreatepeer=no
   awayssauthreject=yes
   udpbindaddr=0.0.0.0:XXXX
   context=ramais
   externhost=XXXXXXXXXX.noip.us:XXXX
   localnet=192.1.1.2/255.255.255.0
   register => XXXXX:[email protected]:5060

   [tellfree]
   type=peer
   defaultuser=XXXXXXX
   secret=XXXXXXX
   context=ramais
   host=sip2.tellfree.net
   qualify=yes
   fromdomain=sip2.tellfree.net
   fromuser=XXXXXXXX
   allow=g729,ilbc,ulaw,alaw
   dtmfmode=rfc2833
   directmedia=no
   insecure=invite

답변1

sip2.tellfree.net서버에서 핑을 보낼 수 있나요 ? 그렇지 않은 경우 네트워크에 문제가 있는 것입니다.

ping할 수 있지만 Asterisk 인스턴스에서 액세스할 수 없는 경우 구성/방화벽 문제가 있는 것입니다.

내 생각에는 NAT, DNS 또는 SIP 프록시이지만 알아내려면 추가 정보가 필요합니다.

관련 정보