Difference between revisions of "I cannot register Device"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: * In file '''/etc/asterisk/sip.conf''' enter correct IP for value '''bindaddr''', correct IP = IP to which your devices are registering. Restart Asterisk...)
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* 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. [[How to restart Asterisk server|Restart Asterisk]]
* In file '''/etc/asterisk/sip.conf''' enter correct IP for value '''bindaddr''', correct IP = IP to which your devices are registering. [[How to restart Asterisk server|Restart Asterisk]]
* In file '''/etc/asterisk/sip.conf''' enter correct IP for value: '''realm'''=xxx.xxx.xx.xxx ;your Asterisk IP. [[How to restart Asterisk server|Restart Asterisk]]
* In file '''/etc/asterisk/sip.conf''' enter correct IP for value: '''realm'''=xxx.xxx.xx.xxx ;your Asterisk IP. [[How to restart Asterisk server|Restart Asterisk]]
* 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.




Line 16: Line 16:




<br><br>
== 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


<br><br>
<br><br>
= See also =  
= See also =  
* [[I have a problem with Devices]]
* [[I have a problem with Devices]]

Latest revision as of 15:40, 27 November 2013

  • 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