newbie on CYGWIN

"Joseph G. Mercado" <[email protected]>
Newsgroups gmane.comp.mobile.kannel.devel
Message-ID <5A87AC69989B4741BBD9DB0CB59BF0D2017E65@mail1>
Hi list;
            Before I used the source file to build kannel on Linux box . I
had successfully integrated kannel with EMI, NOKIA SMSC 's, siemens-MC & TC
35. Right now we have a project the requires kannel to run on WIN32
platform. In new in using cygwin. I had installed all the component of
CYGWIN on c:\cygwin and add the kannel cygwin version to
c:\cygwin\usr\local\kannel\ . My problem is when I start bearebox.exe I
encounter an error "This application has failed to start because
cygcrypto.dll was not found. Weird thou I added on my PATH
c:\cygwin\bin\cygcrypto.dll? What am I missing here? By the way how do I
call kannel config file?
 
Thanks;
jmer
kannel.conf (application/octet-stream, 4.8 KB)
# THIS IS A SAMPLE CONFIGURATION FOR KANNEL
#
# For any modifications to this file, see Kannel User Guide 
# If that does not help, send email to [email protected]
#

group = core
admin-port = 13000
admin-password = bar
#status-password = foo
#admin-deny-ip = ""
#admin-allow-ip = ""
log-file = "/usr/local/kannel-1.2.1/log/kannel.log"
log-level = 0
access-log = "/usr/local/kannel-1.2.1/log/access.log"
#http-proxy-host = "127.0.0.1"
#http-proxy-port = 8080
#http-proxy-exceptions = "127.0.0.1"
#http-proxy-username = "user"
#http-proxy-password = "password"
#ssl-certkey-file = "mycertandprivkeyfile.pem"
dlr-storage = mysql
# Smsbox related
smsbox-port = 13001
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
unified-prefix = "+63,63;+,00"
#white-list = "http://127.0.0.1/white-list.txt"
#black-list = "http://127.0.0.1/black-list.txt"
store-file = "/usr/local/kannel-1.2.1/log/kannel.store"

# Wapbox related
#wapbox-port = 13002
#udp-deny-ip = "*.*.*.*"
#udp-allow-ip = "127.0.0.1"
#wdp-interface-name = "*"


# SMSC CONNECTIONS - GLOBAL FIELDS
#group = smsc
#smsc = 
#smsc-id = ID
#denied-smsc-id = "X;Y"
#allowed-smsc-id = "Z"
#preferred-smsc-id = "W"
#allowed-prefix = "040;050"
#denied-prefix = "060;070"
#alt-charset = 


# SMSC Nokia CIMD2
#group = smsc
#smsc = cimd2
#host = 
#port = 
#smsc-username =
#smsc-password =
#keepalive = 
#sender-prefix =


# SMSC EMI
#group = smsc
#smsc = emi2 
#smsc = emi_ip to use the old implementation
#host =
#port =
#smsc-username =
#smsc-password =
#device = /dev/
#phone = 
#our-port =
#receive-port =
#connect-allow-ip =
#keepalive = 
#flow-control =


# SMSC SMPP
#group = smsc
#smsc = smpp
#host =
#port =
#receive-port =
#smsc-username =
#smsc-password =
#system-type =
#address-range =


# SMSC SEMA
#group = smsc
#smsc = sema
#device = /dev/tty0
#smsc_nua = (X121 smsc address)
#home_nua = (x121 radio pad address)
#wait_report = 0/1 (0 means false, 1 means true)


# SMSC OIS
#group = smsc
#smsc = ois
#host = 103.102.101.100
#port = 10000
#receive-port = 10000
#ois-debug-level = 0


# SMSC GSM
group = smsc
smsc = at
modemtype = wavecom | premicell | siemens | siemens-tc35 | falcom | nokiaphone | ericsson | siemens-mc35
#modemtype = siemens-mc35
device = /dev/com1
pin = 2345
validityperiod = 167

include = "/usr/local/kannel-1.2.1/conf/modems.conf"
#include = "/usr/local/kannel-1.2.1/conf/dlr-mysql.conf"

# SMSC Fake
#group = smsc
#smsc = fake
#host = 192.168.40.223
#port = 1000
#connect-allow-ip = 127.0.0.1


# SMSC HTTP
#group = smsc
#smsc = http
#system-type = kannel
#send-url = 
#port = 
#connect-allow-ip = 
#username = 
#password = 


# SMSBOX SETUP

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
#sendsms-chars = "0123456789 +-"
global-sender = 12345
log-file = "/usr/local/kannel-1.2.1/log/smsbox.log"
log-level = 0
access-log = "/usr/local/kannel-1.2.1/log/access.log"
#white-list =
#black-list =
#reply-couldnotfetch = 
#reply-couldnotrepresent = 
#reply-requestfailed =
#reply-emptymessage = 


# SEND-SMS USERS

group = sendsms-user
username = sss
password = infotext
#user-deny-ip = ""
#user-allow-ip = ""
max-messages = 3

# this sender is for Kannel relay testing (http_smsc)

group = sendsms-user
username = kannel
password = rL4y
user-deny-ip = "*.*.*.*"
user-allow-ip = "127.0.0.1"
#name = service_kannel
#forced-smsc = ID
#default-smsc = ID
#faked-sended =
#max-messages = 1
#concatenation = 1
#split-chars = 
#split-suffix = 
#omit-empty = 
#header =
#footer =
#allowed-prefix =
#denied-prefix =
#white-list =
#black-list =



# SMS SERVICES

#group = sms-service
#name = nothing
#keyword = nop
#aliases = "noppy;niente"
#text = "You asked nothing and I did it!"
#get-url = "http://"
#post-url = "http://"
#file = "/tmp/"
#accepted-smsc = ID
#allowed-prefix = 
#denied-prefix = 
#catch-all = false
#send-sender = false
#strip-keyword = false
#faked-sender = 
#max-messages = 1
#accept-x-kannel-headers = false
#assume-plain-text = false
#concatenation = false
#split-chars = 
#split-suffix = "+"
#omit-empty = true
#header =
#footer =
#prefix = 
#suffix =
#white-list =
#black-list =


# SMS SERVICE GET-URL EXAMPLE
group = sms-service
keyword = relay
get-url = "http://localhost/service?phone=%p&text=%r&binary=%b&smsc=$i&time=%t


# SMS SERVICE black-list
group = sms-service
keyword = block
text = "You are not alowed to use this service, Go away!"

group = sms-service
keyword = mdi 
get-url = "http://192.168.40.223/magnus/tomagnus.php?num=%p&msg=%r"
max-messages = 0
omit-empty = true

group = sms-service
keyword = bir 
get-url = "http://192.168.40.223/bir/tinver.php?num=%p&msg=%r"
max-messages = 3
#omit-empty = true

## catch vcard
group = sms-service
keyword = magnus
get-url = "http://localhost/magnus/vcardhandler.php?num=%p&message=%a"
max-messages = 0

# SMS SERVICE Default
# there should be default always
group = sms-service
keyword = default
text = "No service specified"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.