What messages does it give you if you try to run it from the command line? Does it start?
-----Original Message----- From: devel [mailto:[email protected]] On Behalf Of Tom Peak Sent: woensdag 29 januari 2014 12:34 To: [email protected] Subject: compiling and using opensmpp as a windows service compiled under cygwin opensmppbox.exe and tried to start as a windows service, but it does not start. bearerbox.exe starts.. relevant bearerbox config: group = core admin-port = 13000 smsbox-port = 13001 wapbox-port = 13002 admin-password = bar group = smsc smsc = fake smsc-id = smsc host = localhost port = 8980 transceiver-mode = 0 connect-allow-ip = 127.0.0.1 opensmppbox config: group = core dlr-storage = internal # this group defines your opensmppbox group = opensmppbox # our boxc type opensmppbox-id = opensmppbox1 # the port to listen on for smpp connections opensmppbox-port = 8980 # we connect to the following host as a box bearerbox-host = 127.0.0.1 bearerbox-port = 13001 enable-pam = 1 log-level = 0 log-file = /logs/opensmppbox.log our-system-id = opensmppbox pam-acl = kannel route-to-smsc = fake #see sample smpplogins.txt smpp-logins = "/logs/smpplogins.txt" # If you set usesmppbox-id, you must set use-systemid-as-smsboxid, too # See documentation for details of this flag. #use-smppboxid = no #use-systemid-as-smsboxid = 1 in the registry: kannel_opensmppbox ImagePath is: C:\Program Files (x86)\Kannel 1.4.3\cygrunsrv.exe Parameters: AppArgs are: --logfile 'C:\Program Files (x86)\Kannel 1.4.3/logs/bearerbox.log' --verbosity 0 "'C:\Program Files (x86)\Kannel 1.4.3/config/opensmppbox.conf'" AppPath is: C:\Program Files (x86)\Kannel 1.4.3/opensmppbox.exe
