Difference between revisions of "Provider Test fails"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with 'Internal command to Test Provider is: sipsak -s sip:101@123.123.123.123:5060 -v where 123.123.123.123 is providers IP address and 5060 is port. If Test Provider functionality…')
 
 
Line 16: Line 16:
please make sure that "localhost.yourdomain" is added in /etc/hosts like:
please make sure that "localhost.yourdomain" is added in /etc/hosts like:


  127.0.0.1  localhost localhost.yourdomain
  127.0.0.1  localhost '''localhost.yourdomain'''

Latest revision as of 07:16, 14 February 2013

Internal command to Test Provider is:

sipsak -s sip:101@123.123.123.123:5060 -v

where 123.123.123.123 is providers IP address and 5060 is port.

If Test Provider functionality returns "failed" you can access server via SSH and run command manually.

Errors

  • If you see something like:
[root@localhost ~]# sipsak -s sip:101@123.123.123.123:5060 -v 
error: cannot resolve local hostname: localhost.yourdomain

please make sure that "localhost.yourdomain" is added in /etc/hosts like:

127.0.0.1  localhost localhost.yourdomain