Hi Gary,
Usually the "No socket could be created" error indicates that something else is using the port.
Have you tried rebooting the Pi?
The "Unit sip.service could not be found" error sounds like the service is not enabled.
did you follow the instructions on the SIP wiki under
Installation and Set UP > Starting the program automatically > [url=https://github.com/Dan-in-CA/SIP/wiki/Installation#the-recommended-method][/url]The recommended method :
Or if you want to run SIP under Python3 use sip3.service with the above instructions.
Then try:
to stop, use
to start use
How did you change the port number if SIP was not running?
It can be done by editing SIP/data/sd.json and changing the line "htp": 80,
Be sure to keep the comma after the port number.
Usually the "No socket could be created" error indicates that something else is using the port.
Have you tried rebooting the Pi?
The "Unit sip.service could not be found" error sounds like the service is not enabled.
did you follow the instructions on the SIP wiki under
Installation and Set UP > Starting the program automatically > [url=https://github.com/Dan-in-CA/SIP/wiki/Installation#the-recommended-method][/url]The recommended method :
- Copy the script file to /etc/systemd/system. Run the command:
sudo cp SIP/sip.service /etc/systemd/system/ - Enable sip service:
sudo systemctl enable sip.service - Reboot the Pi:
sudo reboo - t
Or if you want to run SIP under Python3 use sip3.service with the above instructions.
Then try:
Code:
systemctl status sip (or sip3)
Code:
systemctl stop sip
to start use
Code:
systemctl start sip
How did you change the port number if SIP was not running?
It can be done by editing SIP/data/sd.json and changing the line "htp": 80,
Be sure to keep the comma after the port number.
<p><br></p>