RE: Windows 2000 Kannel 1.1.6 port
Ed Ng <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi All, Thanks for all your help, I finally got it compiled and now when I execute this command "./bearerbox -v 0 smskannel_gsm.conf" it gives me an error of: . . ERROR: Failed to create Smsc wrapper PANIC: Cannot start with SMSC connection failing I got this message from both RedHat version and the Win2K version. Can someone tell me what's wrong. I attached my config file. Thanks Again Eddie --- Oded Arbel <[email protected]> wrote: > Cygwin comes with egcs, which contains the gcc > compiler. make sure you have it installed, as the > cygwin installer allows you to chose whether to > install each software package, and maybe in some > predefined setup situation it does not install it by > default. to be on the safe side - install > everything. > > -- > Oded Arbel > m-Wise Mobile Solutions > > [email protected] > Mobile: +972-67-340014 > Tel: +972-9-9581711 (ext: 116) > > ::.. > Instructions for life: > 1. Share your knowledge. It's a way to achieve > immortality. > > > > -----Original Message----- > > From: Ed Ng [mailto:[email protected]] > > Sent: Thursday, June 20, 2002 5:20 AM > > To: Stipe Tolj; Maria Turk > > Cc: '[email protected]' > > Subject: Re: Windows 2000 Kannel 1.1.6 port > > > > > > Hi, > > > > When I try to compile it, the system can't detect > > 'gcc' and 'cc'. I believe those are the C > compilers, > > where can I get it? > > > > Thanks > > Eddie > > > > --- Stipe Tolj <[email protected]> wrote: > > > I > > am trying to port Kannel 1.1.6 development > > > release to windows 2000 SP1. > > > > Can anyone help me by giving me a list of what > I > > > need and the steps to do > > > > this. I know I have to install cygwin and > certain > > > libraries but I need a > > > > more specific explanation. > > > > > > If you installed a cygwin-1.3.10-1 release you > will > > > be pretty good > > > without any additional libs. > > > > > > Simply do the same as if you are on a > unix-flavored > > > system. > > > > > > Stipe > > > > > > [email protected] > > > > > > ------------------------------------------------------------------- > > > Wapme Systems AG > > > > > > Vogelsanger Weg 80 > > > 40470 Düsseldorf > > > > > > Tel: +49-211-74845-0 > > > Fax: +49-211-74845-299 > > > > > > E-Mail: [email protected] > > > Internet: http://www.wapme-systems.de > > > > > > ------------------------------------------------------------------- > > > wapme.net - wherever you are > > > > > > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Everything you'll ever need on one web page > > from News and Sport to Email and Music Charts > > http://uk.my.yahoo.com > > > > __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com
smskannel_gsm.conf
(text/plain, 1.9 KB)
# # THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL # # It is run like this: # # 1% gw/bearerbox gw/smskannel.conf # 2% gw/smsbox gw/smskannel.conf # 3% test/fakesmsc -p 10000 -H localhost -i 1 -m 100 "123 345 text nop" # # ..all 3 commands in separate shells (or screen sessions) # # For any modifications to this file, see Kannel User Guide # If that does not help, send email to [email protected] # # Kalle Marjola May 2000 # Changed for new fakesmsc version by Uoti Urpala Jan 2001 # Added service and sendsms for HTTP SMSC by Kalle Marjola Mar 2001 # group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar #status-password = foo #admin-deny-ip = "" #admin-allow-ip = "" #log-file = "/tmp/kannel.log" #log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" unified-prefix = "00358,0" #access-log = "access.log" #store-file = "kannel.store" #ssl-certkey-file = "mycertandprivkeyfile.pem" # SMSC CONNECTIONS group = smsc smsc = at modemtype = nokiaphone device = /dev/ttyS0 validityperiod = 167 # SMSBOX SETUP group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 13013 #sendsms-chars = "0123456789 +-" #log-file = "/tmp/smsbox.log" #log-level = 0 #access-log = "access.log" # SEND-SMS USERS group = sendsms-user username = tester password = foobar #user-deny-ip = "" #user-allow-ip = "" # 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" # SERVICES group = sms-service keyword = nop text = "You asked nothing and I did it!" # this service is for Kannel relay testing, when this Kannel # works as relay gateway group = sms-service keyword = relay get-url = "http://localhost:15130/sms?user=kannel&pass=rL4y&from=%p&to=%P&text=%r" max-messages = 0 # there should be default always group = sms-service keyword = default text = "No service spesified"