Page 1 of 1

Unable to run sipsorcery as a win service

Posted: Thu Nov 21, 2013 4:58 pm
by inavas
Hi,

I have an issue when trying to run Sipsorcery server as a windows service.

I tried to follow this step:

Code: Select all

- 1.	Access permissions for the SIPSorcery application server to allow it to utilise HTTP service endpoints need to be set. Open a DOS box as an administrator using runas. At the command prompt enter the command below:
Vista or Windows 7: netsh http add urlacl url=http://+:8080/ user=”NT Authority\Local Service”
XP or 2k3: httpcfg set urlacl /u http://+:8080/ /a D:(A;;GX;;;LS)
(the httpcfg utility for XP can be downloaded from XP SP2 Support Tools),
I open a DOS box as an admin, and then...
Image

It says illegal command: netsh.

I'm doing anything wrong?

Thanks a lot for your help.