I cannot register Device

From Kolmisoft Wiki
Revision as of 15:40, 27 November 2013 by Mindaugas (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
  • Make sure settings are correct (server IP/username/password)
    • Try to register with empty password (Portech device had this issue - did not wanted to register with simplest password).
  • Make sure UDP ports 4569, 5060, 10000-20000 are open. You can use command "iptables -F" to disable firewall temporary.
  • In file /etc/asterisk/sip.conf enter correct IP for value bindaddr, correct IP = IP to which your devices are registering. Restart Asterisk
  • In file /etc/asterisk/sip.conf enter correct IP for value: realm=xxx.xxx.xx.xxx ;your Asterisk IP. Restart Asterisk





DEBUG[1534]: chan_sip.c:26128 handle_request_do: Invalid SIP message - rejected , no callid, len 405

With core set debug 4 if such error message is visible, go to /etc/asterisk/sip.conf and change

;pedantic=no 

to

pedantic=no

reload Asterisk



See also