Re: List problems

2001-08-16 Thread Vladimir Ivaschenko

Peter Lofman wrote about "List problems":

> I'm just wondering who is responsible for this mailinglist?
> I haven't got any mails from the list for at least 2 months, so I
> thought that it might be due to vacations etc. that nobody was using it.
> But today when checking the mail i got no more than 67(!!!) mails.
> Of course many of them has been on the list for quite a while.

Also www.kannel.org is dead. Is the Kannel project still alive?

-- 
Best Regards
Vladimir Ivaschenko
Certified Linux Engineer (RHCE)
Francoudi & Stephanou Ltd - http://www.francoudi.com




SMS keyword locks up

2001-08-16 Thread JAMES McEWAN

Hi

Great to see the list has come back to life!

i am running Kannel(Alligata2) on Mandrake 7.1 with a Wavecom WMOD2.

my problem is that after start up the system responds to the keyword sent in 
bye the first user, say DOG would respond with "Woof Woof", if the second 
user sends in an SMS saying CAT the system responds with "Woof Woof" instead 
of "Meow Meow".  after reboot the system reponds to CAT correctly if it is 
the first request, but if the second request is DOG the responce is "Meow 
Meow".

Does anyone have a clue why this is happening?

Thanks in advance

James

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp





Re: Problem on serial ports with modem SMSC

2001-08-16 Thread JAMES McEWAN

have you "chmod 777 dev/ttyS0 or 1" to open the serial port up for other 
apps??

James



>From: "Stefano Baronio" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: Problem on serial ports with modem SMSC
>Date: Mon, 9 Jul 2001 12:21:09 +0200
>
>
>  Hello, everybody,
>  I installed kannel 1.0.3 (only sms gateway) and it works fine at the
>first
>  start, but after I stopped it with the start_stop_daemon utility, it
>  doesn't run anymore. It can't see the modem no more.
>  The command I launched to stop it is "start-stop-daemon -k -x
>  bearerbox-1.0.3", the smsbox quit itself after this.
>  I can't connect to the modem no more.
>  Does anyone has any idea ?
>  Thanks
>
>  .
>  Stefano Baronio
>
>
>
>


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp





RE: sms service error

2001-08-16 Thread Ian Daly

Does 1.1.5 fail to compile for you?

It's strange that the smsbox didn't seem to get the text of the message
("starting to service <> from", and subsequent GET
/sms/help.php?keyword= ) even though the access log says you received a
message with text "logos". What does the bearerbox say about the inbound
message? Btw, if you only want the keyword, maybe %k would be better to use?

Ian


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Erki Bender
Sent: 09 July 2001 10:23
To: [EMAIL PROTECTED]
Subject: sms service error


Hi,

I was lucky to compile kannel 1.0.3 on my Compaq AlphaServ DS10 (all other
versions ended with error during the make), but something seems to be wrong
still. When I make a service, for example logos, and send this keyword to
this number, I get only the default service answer and nothing more. when i
look into the smsbox log, i can see that the smsbox hasn't got the keyword
and that's why the default service is invoked. but from the bearerbox log i
can see that the correct sms is receaved. I include some logs and also a
part from conf file also.
the first connect to bearerbox seems to be got refused also, although i have
configured firewall so that 13001 is allowed to be connected from localhost.
--smsbox.log
2001-07-09 08:03:59 [0] INFO: Added logfile `/var/log/kannel/smsbox.log'
with level `0'.
2001-07-09 08:03:59 [0] DEBUG: HTTP: Creating a new server socket <13013>.
2001-07-09 08:03:59 [0] INFO: Set up send sms service at port 13013
2001-07-09 08:03:59 [0]
DEBUG: --
2001-07-09 08:03:59 [0] DEBUG: Gateway SMS BOX version 1.0.3 starting
2001-07-09 08:03:59 [0] ERROR: connect failed
2001-07-09 08:03:59 [0] ERROR: error connecting to server `localhost' at
port `13001'
2001-07-09 08:03:59 [0] ERROR: System error 61: Connection refused
2001-07-09 08:04:09 [0] INFO: Connected to Bearer Box at localhost port
13001
2001-07-09 08:06:02 [0] DEBUG: Started thread 1
(gw/smsbox.c:smsbox_req_thread)
2001-07-09 08:06:02 [1] INFO: Starting to service <> from <37256575706> to
<*>
2001-07-09 08:06:02 [1] DEBUG: HTTP: Creating a new client socket
<172.17.33.24:80>.
2001-07-09 08:06:02 [1] DEBUG: HTTP: Sending request:
2001-07-09 08:06:02 [1] DEBUG: Octet string at 0x120187880:
2001-07-09 08:06:02 [1] DEBUG:   len:  59
2001-07-09 08:06:02 [1] DEBUG:   size: 60
2001-07-09 08:06:02 [1] DEBUG:   immutable: 0
2001-07-09 08:06:02 [1] DEBUG:   data: 47 45 54 20 2f 73 6d 73   GET /sms
2001-07-09 08:06:02 [1] DEBUG:   data: 2f 68 65 6c 70 2e 70 68   /help.ph
2001-07-09 08:06:02 [1] DEBUG:   data: 70 3f 6b 65 79 77 6f 72   p?keywor
2001-07-09 08:06:02 [1] DEBUG:   data: 64 3d 20 48 54 54 50 2f   d= HTTP/
2001-07-09 08:06:02 [1] DEBUG:   data: 31 2e 31 0d 0a 48 6f 73   1.1..Hos
2001-07-09 08:06:02 [1] DEBUG:   data: 74 3a 20 31 37 32 2e 31   t: 172.1
2001-07-09 08:06:02 [1] DEBUG:   data: 37 2e 33 33 2e 32 34 0d   7.33.24.
2001-07-09 08:06:02 [1] DEBUG:   data: 0a 0d 0a  ...
2001-07-09 08:06:02 [1] DEBUG: Octet string dump ends.
2001-07-09 08:06:02 [1] INFO: Message sent to <37256575706>
2001-07-09 08:06:02 [1] DEBUG: message sent
2001-07-09 08:06:02 [1] DEBUG: Thread 1 (gw/smsbox.c:smsbox_req_thread)
terminates.
-smsbox.log-
-kannel_access.log--
2001-07-09 10:03:59 Log begins
2001-07-09 10:06:02 Received a message - SMSC:CIMD2:*.*.*.*:*:
sender:37256575706 msg: 'Logos'
-smsc and usrename is removed--
2001-07-09 10:06:02 Sent a message - SMSC:CIMD2:*.*.*.*:*:
receiver:37256575706 msg: 'List of available keywords:?, logos ? keyword
for keyword-help!'
-kannel_access.log
-kannel.conf---
group = sms-service
keyword = default
url = "http://172.17.33.24/sms/help.php?keyword=%a"
max-messages = 3

group = sms-service
keyword = logos
aliases = "Logos;LOGOS"
url = "http://172.17.33.24/sms/logos.php?keyword=%a"
max-messages = 3
-kannel.conf--

can anyone say what's wrong, where does this sms disappears?

regs,
erki.

The mouse has moved
Please restart windows for the changes to take effect





RE: how to stop kannel sending an SMS replying "request failed"

2001-08-16 Thread Ian Daly

> I have been using Kannel for around 6 months now. Just a couple
> of questions. Is there any way to disable the "request failed" sms which
> is sent back to the sender if an HTTP url request fails. Is this what
> the upgrade in the dev version 1.1.5 which states better handling of
> HTTP error codes is ?

I imagine so; "request failed" now occurs when there's no translation found,
that is no corresponding sms-service (e.g. no default service, too many %s
parameters). I think previously unless the HTTP status was 200 even
max-messages=0 couldn't stop it. So, in the new scheme of things just make
sure you have a default sms-service set. The situation now is as follows (be
delighted if someone would correct me if I'm wrong)

GET fails / server not available
"Could not fetch content, sorry" unless max-messages = 0 (still appears in
access log)

404 NOT FOUND
"Could not fetch content, sorry" unless max-messages = 0 (still appears in
access log)

Unknown Content-Type (neither text/html nor text/plain)
"Result could not be interpreted as an sms message" unless max-messages = 0
(still appears in access log)

Null body
"Empty reply from service provider" unless max-messages = 0 (still appears
in access log) or omit-empty = 1

No sms-service translation
"Request failed" regardless of configuration






Scandinavian characters with sendsms

2001-08-16 Thread Peter Löfman



Hi!
 
I am using Kannel 1.1.5
Sending scandinavian characters like åäö does not 
work.
Is it any way to get this to work?
 
/Peter Löfman


Re: "File too large to be loaded" problem on Nokia

2001-08-16 Thread Peter Lofman

I have also experienced these kind of problems.
Some wap pages work just fine on other gateways, but not with kannel.

/Peter Lofman


- Original Message - 
From: "Vladimir Ivaschenko" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 02, 2001 4:39 PM
Subject: "File too large to be loaded" problem on Nokia


> Hi,
> 
> I've been experiencing "File too large to be loaded" problem on Nokias.
> However this problem only shows with Kannel-based gateways. For example,
> on wap.avacom.net -> English -> CSE Live. I tried both Kannel 1.0.3 and
> 1.1.5.
> 
> Any ideas? Is it because currently Kannel compiles WML less efficiently
> than other gateways?
> 
> --
> Best Regards
> Vladimir Ivaschenko
> Red Hat Certified Linux Engineer (RHCE)
> Francoudi & Stephanou Ltd
> 
> 
> 





List problems

2001-08-16 Thread Peter Löfman



I'm just wondering who is responsible for this 
mailinglist?
I haven't got any mails from the list for at least 
2 months, so I thought that it might be due to vacations etc. that nobody was 
using it.
But today when checking the mail i got no more than 
67(!!!) mails.
Of course many of them has been on the list for 
quite a while.
 
regards Peter Löfman


R: Problem on serial ports with modem SMSC --> solved

2001-08-16 Thread Stefano Baronio

It was not enough gsm signal.

> -Messaggio originale-
> Da: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Per conto di Stefano Baronio
> Inviato: lunedì 9 luglio 2001 12.21
> A: [EMAIL PROTECTED]
> Oggetto: Problem on serial ports with modem SMSC
>
>
>
>  Hello, everybody,
>  I installed kannel 1.0.3 (only sms gateway) and it works fine at the
> first
>  start, but after I stopped it with the start_stop_daemon utility, it
>  doesn't run anymore. It can't see the modem no more.
>  The command I launched to stop it is "start-stop-daemon -k -x
>  bearerbox-1.0.3", the smsbox quit itself after this.
>  I can't connect to the modem no more.
>  Does anyone has any idea ?
>  Thanks
>
>  .
>  Stefano Baronio
>
>
>
>





sms to mail?

2001-08-16 Thread Christian Jensen

Hi there!

If I want to use Kannel to receive SMS's and then email back to the sender, 
I can no longer use the mobile numbers to find the right email.

Is there another way?

Chris

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp





Using Kannel with Ericsson 380

2001-08-16 Thread David Gordon (LMC)

Hi,

I am not subscribed to this list, could you please CC the response to my 
email? Thank you.

Can anyone help me connect Kannel to my Ericsson 380 with the SMS and 
WAP services?

I have installed Kannel 1.0.3 on Linux kernel 2.4.5 with RH 7.0. I am 
using Ericsson phone model 380.

Thanks for your time,

David Gordon




HPUX - Help!

2001-08-16 Thread Stevens, John

Hello All,
I am trying to port kannel to HPUX.  Can anyone give me pointers on how to accomplish 
this?  Has it been done by someone?
TIA & CYA






cann't use WapBox.

2001-08-16 Thread Jamil Ahmed



the Wap box can't connect with the 
BearerBox.
 
it shows
 
=
2001-08-13 11:40:31 [0] INFO: WAP box version 1.0.3 
starting up.2001-08-13 11:40:31 [0] DEBUG: Started thread 1 
(gw/timers.c:watch_timers)2001-08-13 11:40:31 [0] DEBUG: Started thread 2 
(gw/wsp-session.c:main_thread)2001-08-13 11:40:31 [0] DEBUG: Started thread 
3 (gw/wsp-unit.c:main_thread)2001-08-13 11:40:31 [0] DEBUG: Started thread 4 
(gw/wtp_init.c:main_thread)2001-08-13 11:40:31 [0] DEBUG: Started thread 5 
(gw/wtp_resp.c:main_thread)2001-08-13 11:40:31 [0] DEBUG: Started thread 6 
(gw/wap-appl.c:main_thread)2001-08-13 11:40:31 [0] ERROR: connect 
failed2001-08-13 11:40:31 [0] ERROR: error connecting to server `localhost' 
at port `13002'2001-08-13 11:40:31 [0] ERROR: System error 111: Connection 
refused2001-08-13 11:40:31 [0] PANIC: Couldn't connect to bearer box 
localhost:13002.
=
 
my kannel.conf contains
 

=
 
group = coreadmin-port = 13000wapbox-port = 13002admin-password 
= barwdp-interface-name = "*"log-file = "/tmp/kannel.log"log-level = 
0#box-deny-ip = "*.*.*.*"box-allow-ip = 
"127.0.0.1;10.0.0.11;10.0.0.10"access-log = "/tmp/kaccess.log"
 
group = wapboxbearerbox-host = localhostlog-file = 
"/tmp/wapbox.log"log-level = 0syslog-level = none
 
 
 

=
Tomorrow 
is the first day of the rest of my life
 
Keep smiling, 
;o)~Jamil


Missing file and directory after install of RPM

2001-08-16 Thread Robert Cooper

Hi, 

I have installed the kannel-1.0.3-1.i386.rpm for Linux RedHat 7.0.  However, the 
wapkannel.conf file and the gw directory were not installed on the system.  I noticed 
that some of the other components were there, such as the kannel.conf, smskannel.conf, 
the bearerbox, wapbox and the smsbox (of course, all of which were located in 
directories other than the missing gw directory).  The user's guide refers to the 
wapkannel.conf and the gw directory through most of the config documentation. Is there 
a way to proceed with the config without the wapkannel.conf and the gw directory?  I 
have not attempted getting the source and compiling yet.  But, I did'nt think that 
would be necessary considering that the RPM is available.  Is there any special file 
or directory manipulation/creation to consider when installing from the RPM package?  
Please advise! 

Thanks!

Robert 





(no subject)

2001-08-16 Thread Vishu



hello
I am Vishwanath, from India.
I wanted to know if this site has some thing to do 
with the site'www.kannel.org'.Any idea about this site (I mentioned) which is 
not accessabel now a days
 
Thanking you
Vishwanath


how to stop kannel sending an SMS replying "request failed"

2001-08-16 Thread Chris Newman

Hi
I have been using Kannel for around 6 months now. Just a couple
of questions. Is there any way to disable the "request failed" sms which
is sent back to the sender if an HTTP url request fails. Is this what
the upgrade in the dev version 1.1.5 which states better handling of
HTTP error codes is ?
Also, under high volumes, the bearerboxes often hang. It looks
like there's some kind of buffer overflow in the hardware which is
mimicked by the software and it just falls over. I've had a shell window
open on the access log when it happens and the characters corrupt and
everything as if there's some kind of message which specifically will
crash it. Is this a known issue which has been dealt with in the more
recent versions ?

Thanks for any help and thanks for the great software

Chris

___
Chris Newman
[EMAIL PROTECTED]
___
Secure Email PGP key
www.floor51.com/chrisnewman.asc

 




conf files sample

2001-08-16 Thread kwang ming

Hi,
   I'm new to Kannel. I have just finished install kannel in my RH7.0 machine.
I have several question to ask here.

1) Can anyone give me a sample for the kannel.conf, smskannel.conf and
wapkannel.conf files?
   My situation is like this,
   I have my wap pages hosting in a Tomcat web server on a NT machine
(192.168.1.1) and the kannel wap gateway is on RH linux machine (192.168.1.10).

2) Why after the installation, there is only two conf files in the /etc/kannel
directory? (kannel.conf and smskannel.conf)where is the wapkannel.conf?

3) Which conf file should I use to start all the three boxes?
Am I right to say like below?
bearerbox-->   kannel.conf
smsbox-->   smskannel.conf
wapbox-->   wapkannel.conf

4) Do I need to setup a web server in my linux machine in order to use the HTTP
administration for kannel?

 thanks.

regards,
kwang ming





who's maintaining the list?

2001-08-16 Thread Jacob Vennervald Madsen

Hi list
 
Who's maintaining this list?
I've just spoken to some guy that has tried to subscribe to the list.
He got a mail back stating that he was subscribed but he hasn't got
anything since and he can't send anything either.

Any ideas?

Jacob




UDH, logos and the Kannel

2001-08-16 Thread Ole Kristensen

Hi all

Sorry to bother you all like this, but I really need your help.

I have generated a string for a nokia operatorlogo, containing a whole lot of 1's and 
0's. Now I need to send this string to a Nokia phone, and make the Nokia understand 
that it is recieving a logo, and not a normal sms. 

I have found out that I need to set some sort of UDH header, but I can't seem to get 
it right. What UDH do I need? How is the UDH constructed, and does anybody know where 
I can find som documentation on it?

Thanks in advance

Ole Kristensen





Kannel support for Nokia 5110

2001-08-16 Thread Yusron Hilmy



Hi,
 
We have succeeded in implementing SMS service with 
Gnokii + Nokia 5110. 
Can we use the same phone (Nokia 5110) with kannel 
as SMS gateway ?
 
Thanks in advance,
Yusron


Free SMS Services

2001-08-16 Thread SHOOT24



Hi,
 
I'm designing a non-profit site for my local town and 
would like to offer free sms message sending and understand it can be achieved 
through this program.
Would someone be willing to design a PHP or Perl interface 
so that I can offer this to visitors? I can't offer money for it although am 
willing to place a banner ad of your choice (no porn or warez ads) on the 
service page which will get you tonnes of impressions for your site if you 
use a linkexchange banner.
Also I may start a commercial site offering ringtones and 
logo's in the future where I will be willing to add a banner to every page on 
the site for you in return for the setup of this facility.
 
Can anyone be of help to me?
 
Thanks,
 
Rob
 
 


(no subject)

2001-08-16 Thread Ashant Chalasani

Hello all,

I'm trying to fire up the bearerbox to connect with a CMG SMSC, but it 
segment faults every early in the connection, with just the below logging 
info.  Would someone have had this problem before.  Your input is 
appreciated.

TIA,
AC

prompt > /usr/bin/bearerbox kannel.conf
2001-07-28 14:50:14 [0] INFO: Debug_lvl = -1, log_file = , log_lvl = 0
2001-07-28 14:50:14 [0] INFO: Reading configuration from 
2001-07-28 14:50:14 [0] INFO: Added logfile `/var/log/kannel/bearerbox.log' 
with leve
l `0'.
2001-07-28 14:50:14 [0] INFO: 
2001-07-28 14:50:14 [0] INFO: Kannel bearerbox II version 1.0.3 starting
2001-07-28 14:50:14 [0] INFO: Started access logfile 
`/var/log/kannel/sms_access.log'
.
2001-07-28 14:50:14 [0] DEBUG: Started thread 1 (gw/bb_http.c:httpadmin_run)
2001-07-28 14:50:14 [1] DEBUG: HTTP: Creating a new server socket <13000>.
2001-07-28 14:50:18 [0] DEBUG: Started thread 2 (gw/bb_smsc.c:sms_receiver)
2001-07-28 14:50:18 [0] DEBUG: Started thread 3 (gw/bb_smsc.c:sms_sender)
2001-07-28 14:50:18 [0] DEBUG: Started thread 4 (gw/bb_smsc.c:sms_router)
2001-07-28 14:50:18 [0] DEBUG: starting smsbox connection module
2001-07-28 14:50:18 [0] DEBUG: Started thread 5 (gw/bb_boxc.c:smsboxc_run)
2001-07-28 14:50:18 [0] INFO: MAIN: Start-up done, entering mainloop
Segmentation fault

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp





Need a way to maintain a sms distributionlist

2001-08-16 Thread Christian Jensen

Hi there!

Does anyone have a way to maintain a sms distribution list??

Chris

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp





missing spaces

2001-08-16 Thread Randy Gonzales

hi all,

i have a kannel installed on my linux box. the specs are as follows

redhat linux 6.2
kannel 1.0.2
siemens mt20

my smskannel.conf contains the following specifications:

group = sms-service
keyword = default
url = "http://10.0.5.19/xx/test.php?sender=%p&text=%a";

i noticed that my php program does is not the display the same message
as the original message which was sent from my cellphone

my sms from the cellphone:

I
love
this

was displayed as "I love this game"

noticed that kannel dropped consecutive spaces as well as the carriage
returns (ascii 13) and the
line feeds (ascii 10) . i need those missing whitespaces. can anyone
help.

thanks,
randy





HELP: Cannot get Phone to get page from httpd

2001-08-16 Thread Stevens, John

Hello all,
I am new to Kannel and WAP, and just seeing what it can do.  I have set up a Linux box 
(RH7.1) with all the appropriate GUFF to run Kannel.  I can run fakewap OK.  The 
problem begins when the phone tries to get a page (only one called hello.wml at the 
moment).  The phone connects, is authenticated, IP addresses get set up,a nd 
everything looks fine.  But no page appears on the phone, it times out and drops the 
line.  The pppd messages show that "57 bytes were transmitted and 48 were received", 
but there is no suggestion that the httpd got any requests, the bearerbox and wapbox 
logs show nothing, and tcpdump looking for source packets from the phone shows nothing.
Anyone have some pointers?  I am lost at the moment.  Anyone got a working config(s) I 
can look at (Kannel 1.0.3) to see if I have made a completely stupid mistake?
Regards
John





Nokia 6210 and unknown file format

2001-08-16 Thread rurus

Hello there.

I've tried to solve the unknown file format error for some Nokia phones
(specially the nokia 6210),
but have'nt really got any good solutions yet.

It seems to me that this error is triggered by no charset in the header for
the wml file or if the charset is not set in the web server.

This is very annoying for people browsing into wap pages which is using the
extra scandinavian letters.
(Norway,Sweden and Denmark).

Are there any patces to solve this problem?
Does anybody know how to solve it?


Any help here would be useful.

Rune Rustand


>
>--__--__--
>
>Message: 2
>From: ICM S CP PLM Guest 4 <[EMAIL PROTECTED]>
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: The Kannel doesn't response for incoming message.
>Date: Mon, 23 Jul 2001 16:25:20 +0200
>
>  Hi
>  I am a new user of Kannel.  Followed the instruction, I installed the
software. I am using a Siemens Modem as my SMSC and only want to use the SMS
gateway. I can send SMS to other mobile phone using URL method as described in
document, but the software can response the incoming message. No response not
response with error message.
>  Has anyone met this kind of problem before? I am using SUSE Linux7.1.
>
>Jim
>
>
>
>
>
>--__--__--
>
>___
>users mailing list
>[EMAIL PROTECTED]
>http://kannel.3glab.org/mailman/listinfo/users
>
>
>End of users Digest





The Kannel doesn't response for incoming message.

2001-08-16 Thread ICM S CP PLM Guest 4

  Hi
  I am a new user of Kannel.  Followed the instruction, I installed the software. I am 
using a Siemens Modem as my SMSC and only want to use the SMS gateway. I can send SMS 
to other mobile phone using URL method as described in document, but the software can 
response the incoming message. No response not response with error message.
  Has anyone met this kind of problem before? I am using SUSE Linux7.1.

Jim






Nokia 6210 and unknown file format

2001-08-16 Thread rurus

Hello there.

I've tried to solve the unknown file format error for some Nokia phones
(specially the nokia 6210),
but have'nt really got any good solutions yet.

It seems to me that this error is triggered by no charset in the header for
the wml file or if the charset is not set in the web server.

This is very annoying for people browsing into wap pages which is using the
extra scandinavian letters.
(Norway,Sweden and Denmark).

Are there any patces to solve this problem?
Does anybody know how to solve it?


Any help here would be useful.

Rune Rustand


>
>--__--__--
>
>Message: 2
>From: ICM S CP PLM Guest 4 <[EMAIL PROTECTED]>
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: The Kannel doesn't response for incoming message.
>Date: Mon, 23 Jul 2001 16:25:20 +0200
>
>  Hi
>  I am a new user of Kannel.  Followed the instruction, I installed the
software. I am using a Siemens Modem as my SMSC and only want to use the SMS
gateway. I can send SMS to other mobile phone using URL method as described in
document, but the software can response the incoming message. No response not
response with error message.
>  Has anyone met this kind of problem before? I am using SUSE Linux7.1.
>
>Jim
>
>
>
>
>
>--__--__--
>
>___
>users mailing list
>[EMAIL PROTECTED]
>http://kannel.3glab.org/mailman/listinfo/users
>
>
>End of users Digest





Unknown file format for Nokia 6210

2001-08-16 Thread rurus

Hello there.

I've tried to solve the unknown file format error for some Nokia phones
(specially the nokia 6210),
but have'nt really got any good solutions yet.

It seems to me that this error is triggered by no charset in the header for
the wml file.

This is very annoying for people browsing into wap pages which is using the
letters : Æ Ø Å
(Norway,Sweden and Denmark).

Are there any patces to solve this problem?
Does anybody know how to solve it?


Any help here would be useful.

/Roonie





sub

2001-08-16 Thread yahoo



sub


sub

2001-08-16 Thread ml



sub


Sending an Operator Logo?

2001-08-16 Thread Juuso Salmijärvi


Hi all,

new to this list and asking a question that's probably 
been asked&answered several times before but there
wasn't any archives of the this list available so..

I'm having severe difficulties in sending a working
operator logo to Nokia phones via Kannel 1.0.3.  I've read
all the Nokia FAQs and docs including the SMS 3.0.0 
specs yet to no avail.

the text=//SCKL1582 -format didn't work; it only sends
a regular text message.  I've also tried all the possible
variations from the FAQs and the specs etc, with and without
UDHs and stuff. So if there'd be such a kind soul to provide 
me with a simple example of a Working URL of how on earth to 
send a operator logo, I'd be forever grateful.

Is it Kannel or is it just my stupidy. I must be missing
something very simple here...


respect
,,juuso




Problem in connecting

2001-08-16 Thread Rehan Ahmed

Hi,
We are an ISP. I 've successfully installed, configured and run the gateway
on Solaris 8. But it gives the error on dialing "check your profile seetings".
I 'm sure than all the settings (gateway address, dialup username, password,
wap url and dialup-number) are correct. I enabled ip_forwarding too, but the
problem is confusing.
Waiting for a favorable reply.
Thanx in advance.
Regards,
Rehan
http://www.cyber.net.pk





Kannel users

2001-08-16 Thread mackaya

Hi,

I work with kannel and I had the following errors when I wanted to reach 
a wap site in my network: 
what is that that means?

1/On the Simulator Nokia Wap Toolkit 2.1, i obtain
Error decoding deck: WBXMLParser.parse: WBXMLParser: Unknown Attribute 
Start Token (token = 72) at bytecode offset: 18 hex^M


2/ On the Gateway, i obtain:

INFO: WSP: Fetched < http://mdnetcom.free.fr/wapBq/bqPass1.wml> 
(text/vnd.wap.wm
l, charset='')
Error: WML Compiler: Unknow attribute


what is that that means?

regards!





test

2001-08-16 Thread Peter Löfman



Is this mailinglist still 
working?


Problem: Wapbox killed

2001-08-16 Thread paul gounot

Please forgive me if you receive this message twice.

Hello,

I have a problem with use of kannel and I begin to get some headaches!
Help of anybody will be great!

I'am using kannel on an arm processor with this logfile:

group = core
admin-port = 13000
wapbox-port = 13002
admin-password = bar
wdp-interface-name = "*"
log-file = "/tmp/kannel.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
#admin-deny-ip = ""
#admin-allow-ip = ""
#access-log = "access.log"
 
group = wapbox
bearerbox-host = localhost
log-file = "/tmp/wapbox.log"
log-level = 0
syslog-level = none  


Here are the command lines I have entered:
gw/bearerbox gw/wapkannel.conf &
gw/wapbox gw/wapkannel.conf &

when I try to test it with fakewap (fakewap "http://wap.ugc.fr";) or with
WinWap on an other device, Wapbox is suddently killed and I don't
understand the reason why.

Here are the messages I caught:
from fakewap:
2001-07-18 10:14:19 [0] INFO: Timeout while receiving from socket.
and from wapbox:
2001-07-18 10:14:08 [10] DEBUG: boxc_sender: sent message
2001-07-18 10:14:10 [9] INFO: Client <127.0.0.1> closed connection
2001-07-18 10:14:10 [10] DEBUG: Thread 10 (gw/bb_boxc.c:boxc_sender)
terminates.
2001-07-18 10:14:10 [9] DEBUG: Thread 9 (gw/bb_boxc.c:function)
terminates.
Wapbox has been killed but bearerbox is still running.

But if I launch kannel on a i386-pc, it works properly.

Now, if I look on my network, everything start correctly, but after
acknowledging HTTP GET, kannel send a TCP [Fin Ack] to wap.ugc.fr
instead of sending a WTP+WSP WSP Reply to WinWap host (see below for
further details).

Does someone understand why wapbox is killed? Do I miss installing
something in my configuration that could explain the difference between
my arm device and an other device?

regards,

Paul Gounot.





Here are description of packets that traffic on the network:

 10.69 Winwap.host -> kannel.host WTP+WSP WSP Connect
 10.951350 kannel.host -> Winwap.host WTP+WSP WSP ConnectReply
 10.951713 Winwap.host -> kannel.host WTP+WSP WTP Ack
 15.227617 Winwap.host -> kannel.host WTP+WSP WSP Get
 15.771908 kannel.host -> nameserver DNS Standard query A wap.ugc.fr
 15.885724 nameserver -> kannel.host DNS Standard query response A
62.160.234.145
 15.890257 kannel.host -> wap.ugc.fr   TCP 2066 > www [SYN]
Seq=2363957271 Ack=0 Win=5840 Len=0
 15.992598   wap.ugc.fr -> kannel.host TCP www > 2066 [SYN, ACK]
Seq=3464766732 Ack=2363957272 Win=32120 Len=0
 15.993507 kannel.host -> wap.ugc.fr   TCP 2066 > www [ACK]
Seq=2363957272 Ack=3464766733 Win=5840 Len=0
 16.621568 kannel.host -> wap.ugc.fr   HTTP GET / HTTP/1.1
 16.774177   wap.ugc.fr -> kannel.host TCP www > 2066 [ACK]
Seq=3464766733 Ack=2363958090 Win=31856 Len=0
 16.803560   wap.ugc.fr -> kannel.host HTTP HTTP/1.1 200 OK
 16.804630 kannel.host -> wap.ugc.fr   TCP 2066 > www [ACK]
Seq=2363958090 Ack=3464767974 Win=8687 Len=0

next for arm processor:
 16.882314 kannel.host -> wap.ugc.fr   TCP 2066 > www [FIN, ACK]
Seq=2363958090 Ack=3464767974 Win=8687 Len=0
 17.053227   wap.ugc.fr -> kannel.host TCP www > 2066 [ACK]
Seq=3464767974 Ack=2363958091 Win=31856 Len=0
 17.054175   wap.ugc.fr -> kannel.host TCP www > 2066 [FIN, ACK]
Seq=3464767974 Ack=2363958091 Win=31856 Len=0
 17.054962 kannel.host -> wap.ugc.fr   TCP 2066 > www [ACK]
Seq=2363958091 Ack=3464767975 Win=8687 Len=0
 20.425752 Winwap.host -> kannel.host WTP+WSP WSP Get
 25.632776 Winwap.host -> kannel.host WTP+WSP WSP Get
 30.839769 Winwap.host -> kannel.host WTP+WSP WSP Get

next for i386-PC:
 17.212570 kannel.host -> Winwap.host WTP+WSP WSP Reply
 17.213870 Winwap.host -> kannel.host WTP+WSP WTP Ack
 17.267042 Winwap.host -> kannel.host WTP+WSP WSP Get
 17.318471 kannel.host -> wap.ugc.fr   HTTP GET /ugc.wbmp HTTP/1.1
 17.568855   wap.ugc.fr -> kannel.host HTTP HTTP/1.1 200 OK
 17.568982 kannel.host -> wap.ugc.fr   TCP 3126 > www [ACK]
Seq=3334706178 Ack=3416309353 Win=11169 Len=0
 17.576120 kannel.host -> Winwap.host WTP+WSP WSP Reply
 17.577549 Winwap.host -> kannel.host WTP+WSP WTP Ack




SMS delivery reports in kannel

2001-08-16 Thread Jacob Vennervald Madsen

Hi KANNEL users

I have a problem, where I need to get a delivery report back, when I'm
sending an SMS, and I can't find any information about this in the
KANNEL documentation. I have searched the code, but with my limited
C-code experience I can't determine if it is possible.

It looks like there are implemented some functionality for handling a
P_STATUS_REPORT_REQUEST in the CIMD2 interface (gw/smsc_cimd2), but as I
can se, KANNEL also force the parameter P_STATUS_REPORT_REQUEST not to
be sat.

I know this topic have been discussed in February, but at that time
(version 1.0.?) there was no way to get that information, is it still
the case? or have some one implemented the solution?

The version I have looked at is KANNEL-1.1.5

I will appreciate any reply, 

Best regards,

Jan Soegaard-Hansen
Mobile System Developer

GoPinocchio
Norrebrogade 45
DK-2200 Copenhagen
www.gopinocchio.com
+45 26750113





Error: Wapbox process suddently killed!

2001-08-16 Thread paul gounot

Hello,

I'm using kannel-1.0.3 and I'm doing some tests with WinWap-3.0 emulator
on an other host on my LAN.

I launch one bearerbox and one wapbox
gw/bearerbox gw/wapkannel.conf &
gw/wapbox gw/wapkannel.conf &

I try to connect to URL: http://wap.ugc.fr and it doesn't work:
Here are messages I caught:

1970-01-01 00:04:27 [9] DEBUG: HTTP: Creating a new client socket
.
1970-01-01 00:04:26 [6] DEBUG: Started thread 9
(gw/wap-appl.c:fetch_thread)
1970-01-01 00:04:27 [9] DEBUG: HTTP: Sending request:
1970-01-01 00:04:27 [9] DEBUG: Octet string at 0x21e58c8:
1970-01-01 00:04:27 [9] DEBUG:   len:  826
1970-01-01 00:04:27 [9] DEBUG:   size: 827
1970-01-01 00:04:27 [9] DEBUG:   immutable: 0
1970-01-01 00:04:27 [9] DEBUG:   data: 47 45 54..
...data.
1970-01-01 00:10:06 [9] DEBUG: Octet string dump ends.
1970-01-01 00:10:06 [9] INFO: WSP: Fetched 
(text/vnd.wap.w)1970-01-01 00:10:06 [9] INFO: Client <127.0.0.1> closed
connection

Next, following lines repeat to infinity:

1970-01-01 00:10:06 [10] DEBUG: Thread 10 (gw/bb_boxc.c:boxc_sender)
terminates.1970-01-01 00:10:06 [9] DEBUG: Thread 9
(gw/bb_boxc.c:function) terminates.
1970-01-01 00:10:09 [4] DEBUG: datagram received
1970-01-01 00:10:09 [6] DEBUG: Old wapbox has disappeared, re-routing

and wapbox process has been killed. (bearerbox is still running.)

If I try with fakewap...
gw/bearerbox gw/wapkannel.conf &
gw/wapbox gw/wapkannel.conf &
test/fakewap -v 1 "http://wap.ugc.fr";
...I get exactly the same errors!
But if I do this fakewap test just after startup and before doing test
with WinWap, it works!

I don't understand why wapbox process has been killed and why fakewap
doesn't work after that.
Does anyone know what happens?

Regards,

PGO




Error: Wapbox process suddently killed!

2001-08-16 Thread paul gounot

Hello,

I'm using kannel-1.0.3 and I'm doing some tests with WinWap-3.0 emulator
on an other host on my LAN.

I launch one bearerbox and one wapbox
gw/bearerbox gw/wapkannel.conf &
gw/wapbox gw/wapkannel.conf &

I try to connect to URL: http://wap.ugc.fr and it doesn't work:
Here are messages I caught:

1970-01-01 00:04:27 [9] DEBUG: HTTP: Creating a new client socket
.
1970-01-01 00:04:26 [6] DEBUG: Started thread 9
(gw/wap-appl.c:fetch_thread)
1970-01-01 00:04:27 [9] DEBUG: HTTP: Sending request:
1970-01-01 00:04:27 [9] DEBUG: Octet string at 0x21e58c8:
1970-01-01 00:04:27 [9] DEBUG:   len:  826
1970-01-01 00:04:27 [9] DEBUG:   size: 827
1970-01-01 00:04:27 [9] DEBUG:   immutable: 0
1970-01-01 00:04:27 [9] DEBUG:   data: 47 45 54..
...data.
1970-01-01 00:10:06 [9] DEBUG: Octet string dump ends.
1970-01-01 00:10:06 [9] INFO: WSP: Fetched 
(text/vnd.wap.w)1970-01-01 00:10:06 [9] INFO: Client <127.0.0.1> closed
connection

Next, following lines repeat to infinity:

1970-01-01 00:10:06 [10] DEBUG: Thread 10 (gw/bb_boxc.c:boxc_sender)
terminates.1970-01-01 00:10:06 [9] DEBUG: Thread 9
(gw/bb_boxc.c:function) terminates.
1970-01-01 00:10:09 [4] DEBUG: datagram received
1970-01-01 00:10:09 [6] DEBUG: Old wapbox has disappeared, re-routing

and wapbox process has been killed. (bearerbox is still running.)

If I try with fakewap...
gw/bearerbox gw/wapkannel.conf &
gw/wapbox gw/wapkannel.conf &
test/fakewap -v 1 "http://wap.ugc.fr";
...I get exactly the same errors!
But if I do this fakewap test just after startup and before doing test
with WinWap, it works!

I don't understand why wapbox process has been killed and why fakewap
doesn't work after that.
Does anyone know what happens?

Regards,

PGO




Re: CDMA MESSAGING

2001-08-16 Thread Erick Fuentes

Patrick,

As long as I know the air interface is independent of kannel.  On a CDMA
network there should be a SMSC (Short Message Service Centre) that sends
the short messages to the mobile switch using some standart protocol
(generally IS-41).  At the same time the SMSC interacts with External
Short Message Entities with another protocol, for example SMPP.  In this
scenario kannel is an external short message entity.

Regards,

Erick


Patrick Mignott wrote:

> i was wondering if kannel can be uesed on a CDMA network?. i not what
> gateway software simular to kannel can send/recever messages on a CDMA
> network?


begin:vcard 
n:Fuentes;Erick
tel;cell:+502 4010339
tel;fax:+502 4704141
tel;work:+502 4704001
x-mozilla-html:FALSE
url:www.telefonica.com.gt
org:Telefónica de Centroamérica;Desarrollo de Servicios
adr:;;Calzada Aguilar Batres 38-94 zona 11;Guatemala;Guatemala;01011;Guatemala
version:2.1
email;internet:[EMAIL PROTECTED]
title:Jefe de Proyecto
fn:Erick Fuentes
end:vcard



SMS Delivery reports in KANNEL

2001-08-16 Thread Jan Soegaard-Hansen


Hi KANNEL users

I have a problem, where I need to get a delivery report back, when I'm
sending an SMS, and I can't find any information about this in the
KANNEL documentation. I have searched the code, but with my limited
C-code experience I can't determine if it is possible.

It looks like there are implemented some functionality for handling a
P_STATUS_REPORT_REQUEST in the CIMD2 interface (gw/smsc_cimd2), but as I
can se, KANNEL also force the parameter P_STATUS_REPORT_REQUEST not to
be sat.

I know this topic have been discussed in February, but at that time
(version 1.0.?) there was no way to get that information, is it still
the case? or have some one implemented the solution?

The version I have looked at is KANNEL-1.1.5

I will appreciate any reply, 

Best regards,

Jan Soegaard-Hansen
Mobile System Developer

GoPinocchio
Norrebrogade 45
DK-2200 Copenhagen
www.gopinocchio.com
+45 26750113

*
This email and any files transmitted with it are confidential and
intended solely for the use of the entity or individual to whom they are
addressed. If you have received this email in error please notify the
system manager.





multiple kannels?

2001-08-16 Thread Peter Löfman



Hi,
 
does anyone know, can I run several Kannel gateways 
on the same machine?
 
/Peter Lofman


picture sms

2001-08-16 Thread ml



hi, all,
 
i can send text sms with kannel now.
but i can't send picture sms.
how can i do it?
 
ps. i use sendsms in kannel.
 
thanks and best regards
ml


Problem when launching wapbox

2001-08-16 Thread paul gounot

Hello.

I'am using kannel-1.0.3 in a WAP gateway configuration.

I launch one bearerbox and next, one wapbox. Here are the command with
the messages received:

./bearerbox wapkannel.conf &
[1] 125
1970-01-01 00:46:28 [0] ERROR: Can't find out official hostname for this
host, using `(none)' instead.
1970-01-01 00:46:28 [0] INFO: Debug_lvl = -1, log_file = , log_lvl
= 0
1970-01-01 00:46:28 [0] INFO: Reading configuration from

1970-01-01 00:46:28 [0] INFO: 
1970-01-01 00:46:28 [0] INFO: Kannel bearerbox II version 1.0.3 starting
1970-01-01 00:46:28 [0] DEBUG: Started thread 1
(gw/bb_http.c:httpadmin_run)
1970-01-01 00:46:28 [0] DEBUG: starting UDP sender/receiver module
1970-01-01 00:46:28 [0] DEBUG: udpc_create: Bound to UDP <0.0.0.0:9200>
1970-01-01 00:46:28 [0] DEBUG: Started thread 2
(gw/bb_udp.c:udp_receiver)
1970-01-01 00:46:28 [1] DEBUG: HTTP: Creating a new server socket
<13000>.
1970-01-01 00:46:28 [0] DEBUG: Started thread 3 (gw/bb_udp.c:udp_sender)
1970-01-01 00:46:28 [0] DEBUG: udpc_create: Bound to UDP <0.0.0.0:9201>
1970-01-01 00:46:28 [0] DEBUG: Started thread 4
(gw/bb_udp.c:udp_receiver)
1970-01-01 00:46:28 [0] DEBUG: Started thread 5 (gw/bb_udp.c:udp_sender)
1970-01-01 00:46:28 [0] DEBUG: starting wapbox connection module
1970-01-01 00:46:28 [0] DEBUG: Started thread 6
(gw/bb_boxc.c:wdp_to_wapboxes)
1970-01-01 00:46:28 [0] DEBUG: Started thread 7
(gw/bb_boxc.c:wapboxc_run)
1970-01-01 00:46:28 [0] DEBUG: starting WDP router
1970-01-01 00:46:28 [0] DEBUG: Started thread 8
(gw/bearerbox.c:wdp_router)
1970-01-01 00:46:28 [0] INFO: MAIN: Start-up done, entering mainloop 

 ./wapbox wapkannel.conf &
[2] 135
1970-01-01 00:46:39 [0] ERROR: Can't find out official hostname for this
host, using `(none)' instead.
1970-01-01 00:46:39 [0] INFO: Debug_lvl = -1, log_file = , log_lvl
= 0
1970-01-01 00:46:39 [0] INFO: Config dump begins:
1970-01-01 00:46:39 [0] INFO: filename = 
1970-01-01 00:46:39 [0] INFO: group:
1970-01-01 00:46:39 [0] INFO:= 
1970-01-01 00:46:39 [0] INFO:= <13000>
1970-01-01 00:46:39 [0] INFO:= <13002>
1970-01-01 00:46:39 [0] INFO:= 
1970-01-01 00:46:39 [0] INFO:= <*>
1970-01-01 00:46:39 [0] INFO:= <*.*.*.*>
1970-01-01 00:46:39 [0] INFO:= <127.0.0.1>
1970-01-01 00:46:39 [0] INFO: group:
1970-01-01 00:46:39 [0] INFO:= 
1970-01-01 00:46:39 [0] INFO:= 
1970-01-01 00:46:39 [0] INFO:= 
1970-01-01 00:46:39 [0] INFO: Config dump ends.
1970-01-01 00:46:39 [0] DEBUG: syslog parameter is none
1970-01-01 00:46:39 [0] INFO:

1970-01-01 00:46:39 [0] INFO: WAP box version 1.0.3 starting up.
1970-01-01 00:46:39 [0] DEBUG: Started thread 1
(gw/timers.c:watch_timers)
1970-01-01 00:46:39 [0] DEBUG: Started thread 2
(gw/wsp-session.c:main_thread)
1970-01-01 00:46:39 [0] DEBUG: Started thread 3
(gw/wsp-unit.c:main_thread)
1970-01-01 00:46:39 [0] DEBUG: Started thread 4
(gw/wtp_init.c:main_thread)
1970-01-01 00:46:39 [0] DEBUG: Started thread 5
(gw/wtp_resp.c:main_thread)
1970-01-01 00:46:40 [0] DEBUG: Started thread 6
(gw/wap-appl.c:main_thread)
1970-01-01 00:46:40 [0] ERROR: gethostbyname failed
1970-01-01 00:46:40 [0] ERROR: error connecting to server `localhost' at
port `13002'
1970-01-01 00:46:40 [0] ERROR: System error 2: No such file or directory
1970-01-01 00:46:40 [0] PANIC: Couldn't connect to bearer box
localhost:13002. 

Does anyone know what does that mean?
Is there some special variables to setup?

Paul GOUNOT




Sending multible vCards in one SMS?

2001-08-16 Thread Christian Borup

Hi All

While sending a vCard as an SMS is easy, I've been unable to figure out
how to send more than one vCard in a SMS.
Is it possible, at all?

TIA
Borup





Delivery repport

2001-08-16 Thread Jacob Vennervald Madsen

Hi KANNEL users

I have a problem, where I need to get a delivery report back, when I'm
sending an SMS, and I can't find any information about this in the
KANNEL documentation. I have searched the code, but with my limited
C-code experience I can't determine if it is possible.

It looks like there are implemented some functionality for handling a
P_STATUS_REPORT_REQUEST in the CIMD2 interface (gw/smsc_cimd2), but as I
can se, KANNEL also force the parameter P_STATUS_REPORT_REQUEST not to
be sat.

I know this topic have been discussed in February, but at that time
(version 1.0.?) there was no way to get that information, is it still
the case? or have some one implemented the solution?

The version I have looked at is KANNEL-1.1.5

I will appreciate any reply, 

Best regards,

Jan Soegaard-Hansen
Mobile System Developer

GoPinocchio
Norrebrogade 45
DK-2200 Copenhagen
www.gopinocchio.com
+45 26750113

*
This email and any files transmitted with it are confidential and
intended solely for the use of the entity or individual to whom they are
addressed. If you have received this email in error please notify the
system manager.






cannot send suffix - please help

2001-08-16 Thread Karl Friedrich Buenaflor



hello,
 
im trying to send a suffix but has an error 
message...heres what im trying to do: i got an access number from a telco 
(2336), when i use send sms, i want the FROM phone number to be 23661001 or 
23661002 and so on...the telco uses CIMD2 and my connection is a receiving 
sme...
 
at first i can send but the FROM phone number is 
only 2336, then i talked to the telco tech guy, he changed something then i cant 
send anymore...heres the error message...ps...i changed the IP's and usernames 
etc...
 
[1] INFO: smsbox: Got HTTP request 
 from [1] INFO: /cgi-bin/sendsms 
  [1] INFO: Message sent 
to [3] ERROR: CIMD2 Submit message response contained error 
message:[3] ERROR: code 306: Incorrect originator address usage[3] 
WARNING: Attempting to re-open CIMD2 connection[3] INFO: 
CIMD2:SMSC-IP:SMSC-PORT:SMSC-USER logged in.
 
i need help badly...
 
thanks...
karl


"File too large to be loaded" problem on Nokia

2001-08-16 Thread Vladimir Ivaschenko

Hi,

I've been experiencing "File too large to be loaded" problem on Nokias.
However this problem only shows with Kannel-based gateways. For example,
on wap.avacom.net -> English -> CSE Live. I tried both Kannel 1.0.3 and
1.1.5.

Any ideas? Is it because currently Kannel compiles WML less efficiently
than other gateways?

--
Best Regards
Vladimir Ivaschenko
Red Hat Certified Linux Engineer (RHCE)
Francoudi & Stephanou Ltd




Problem on serial ports with modem SMSC

2001-08-16 Thread Stefano Baronio


 Hello, everybody,
 I installed kannel 1.0.3 (only sms gateway) and it works fine at the
first
 start, but after I stopped it with the start_stop_daemon utility, it
 doesn't run anymore. It can't see the modem no more.
 The command I launched to stop it is "start-stop-daemon -k -x
 bearerbox-1.0.3", the smsbox quit itself after this.
 I can't connect to the modem no more.
 Does anyone has any idea ?
 Thanks

 .
 Stefano Baronio






CVS / Startup script

2001-08-16 Thread Mika Tuupola


Is the kannel cvs up? I'm trying to get CVS version out but
it allways hangs at:

>cvs -d:pserver:[EMAIL PROTECTED]:/home/cvs co gateway
? gateway/.new.ChangeLog
cvs server: Updating gateway

Anyway, I only need the kannel startup script
(/etc/ini.d/kannel) from CVS. Doees anyone have it 
handy somewhere?

-- 
Mika Tuupola  http://www.appelsiini.net/~tuupola/





siemens M20

2001-08-16 Thread Stefano Baronio

Hello, everybody,
I installed kannel 1.0.3 (only sms gateway) and it works at the first
start, but after I stopped it with the start_stop_daemon utility, it
doesn't run anymore. It can't see the modem no more.
The command I launched to stop it is "start-stop-daemon -k -x
bearerbox-1.0.3", the smsbox quit itself after this.
I can't connect to the modem no more.
Does anyone has any idea ?
Thanks

.
Stefano Baronio
Cefin Systems Italia s.r.l.
C.so Duca degli Abruzzi, 88
10129 Torino - Italia -
Tel.:+39.011.504609
Fax.:+39.011.504386
e-mail: [EMAIL PROTECTED]
http://www.sateltrack.com





Starting on SMS

2001-08-16 Thread Maria Iorrana Ribeiro



 
Hi there!
 
Please can anyone answer me?
 
Which part of SMS is involved with IS-41 or GSM MAP? 

Is it possible to developt a sms application whithout 
have any contact with is-41 or gsm, I mean, without have any contact with the 
cellular network signalling?
How can my application put  a short 
message in a celular network? Specifically what do I need to put my sms 
application inside a cellular network? What protocols is needed for 
that?
 
And last, what if I wanted to develop a sms application 
how Kannel could help me? 
 
I'm doing these questions because I'm interested in develop 
applications related with sms and I'm a little bit lost about what I should 
do about the cellular network signalling .
 
If anyone can help me, I'm appreciated in 
advance
 
[]s Iorrana
 
--Dígitro Tecnologia Ltda.Florianópolis - SC - 
Brasilmailto: [EMAIL PROTECTED]www.digitro.com.br


sub

2001-08-16 Thread ml



sub


sms service error

2001-08-16 Thread Erki Bender

Hi,

I was lucky to compile kannel 1.0.3 on my Compaq AlphaServ DS10 (all other
versions ended with error during the make), but something seems to be wrong
still. When I make a service, for example logos, and send this keyword to
this number, I get only the default service answer and nothing more. when i
look into the smsbox log, i can see that the smsbox hasn't got the keyword
and that's why the default service is invoked. but from the bearerbox log i
can see that the correct sms is receaved. I include some logs and also a
part from conf file also.
the first connect to bearerbox seems to be got refused also, although i have
configured firewall so that 13001 is allowed to be connected from localhost.
--smsbox.log
2001-07-09 08:03:59 [0] INFO: Added logfile `/var/log/kannel/smsbox.log'
with level `0'.
2001-07-09 08:03:59 [0] DEBUG: HTTP: Creating a new server socket <13013>.
2001-07-09 08:03:59 [0] INFO: Set up send sms service at port 13013
2001-07-09 08:03:59 [0]
DEBUG: --
2001-07-09 08:03:59 [0] DEBUG: Gateway SMS BOX version 1.0.3 starting
2001-07-09 08:03:59 [0] ERROR: connect failed
2001-07-09 08:03:59 [0] ERROR: error connecting to server `localhost' at
port `13001'
2001-07-09 08:03:59 [0] ERROR: System error 61: Connection refused
2001-07-09 08:04:09 [0] INFO: Connected to Bearer Box at localhost port
13001
2001-07-09 08:06:02 [0] DEBUG: Started thread 1
(gw/smsbox.c:smsbox_req_thread)
2001-07-09 08:06:02 [1] INFO: Starting to service <> from <37256575706> to
<*>
2001-07-09 08:06:02 [1] DEBUG: HTTP: Creating a new client socket
<172.17.33.24:80>.
2001-07-09 08:06:02 [1] DEBUG: HTTP: Sending request:
2001-07-09 08:06:02 [1] DEBUG: Octet string at 0x120187880:
2001-07-09 08:06:02 [1] DEBUG:   len:  59
2001-07-09 08:06:02 [1] DEBUG:   size: 60
2001-07-09 08:06:02 [1] DEBUG:   immutable: 0
2001-07-09 08:06:02 [1] DEBUG:   data: 47 45 54 20 2f 73 6d 73   GET /sms
2001-07-09 08:06:02 [1] DEBUG:   data: 2f 68 65 6c 70 2e 70 68   /help.ph
2001-07-09 08:06:02 [1] DEBUG:   data: 70 3f 6b 65 79 77 6f 72   p?keywor
2001-07-09 08:06:02 [1] DEBUG:   data: 64 3d 20 48 54 54 50 2f   d= HTTP/
2001-07-09 08:06:02 [1] DEBUG:   data: 31 2e 31 0d 0a 48 6f 73   1.1..Hos
2001-07-09 08:06:02 [1] DEBUG:   data: 74 3a 20 31 37 32 2e 31   t: 172.1
2001-07-09 08:06:02 [1] DEBUG:   data: 37 2e 33 33 2e 32 34 0d   7.33.24.
2001-07-09 08:06:02 [1] DEBUG:   data: 0a 0d 0a  ...
2001-07-09 08:06:02 [1] DEBUG: Octet string dump ends.
2001-07-09 08:06:02 [1] INFO: Message sent to <37256575706>
2001-07-09 08:06:02 [1] DEBUG: message sent
2001-07-09 08:06:02 [1] DEBUG: Thread 1 (gw/smsbox.c:smsbox_req_thread)
terminates.
-smsbox.log-
-kannel_access.log--
2001-07-09 10:03:59 Log begins
2001-07-09 10:06:02 Received a message - SMSC:CIMD2:*.*.*.*:*:
sender:37256575706 msg: 'Logos'
-smsc and usrename is removed--
2001-07-09 10:06:02 Sent a message - SMSC:CIMD2:*.*.*.*:*:
receiver:37256575706 msg: 'List of available keywords:?, logos ? keyword
for keyword-help!'
-kannel_access.log
-kannel.conf---
group = sms-service
keyword = default
url = "http://172.17.33.24/sms/help.php?keyword=%a"
max-messages = 3

group = sms-service
keyword = logos
aliases = "Logos;LOGOS"
url = "http://172.17.33.24/sms/logos.php?keyword=%a"
max-messages = 3
-kannel.conf--

can anyone say what's wrong, where does this sms disappears?

regs,
erki.

The mouse has moved
Please restart windows for the changes to take effect





"File too large to be loaded" problem on Nokia

2001-08-16 Thread Vladimir Ivaschenko

Hi,

I've been experiencing "File too large to be loaded" problem on Nokias.
However this problem only shows with Kannel-based gateways. For example,
on wap.avacom.net -> English -> CSE Live. I tried both Kannel 1.0.3 and
1.1.5.

Any ideas? Is it because currently Kannel compiles WML less efficiently
than other gateways?

--
Best Regards
Vladimir Ivaschenko
Red Hat Certified Linux Engineer (RHCE)
Francoudi & Stephanou Ltd







SMS Delivery reports in KANNEL

2001-08-16 Thread Jan Soegaard-Hansen

Hi KANNEL users

I have a problem, where I need to get a delivery report back, when I'm
sending an SMS, and I can't find any information about this in the
KANNEL documentation. I have searched the code, but with my limited
C-code experience I can't determine if it is possible.

It looks like there are implemented some functionality for handling a
P_STATUS_REPORT_REQUEST in the CIMD2 interface (gw/smsc_cimd2), but as I
can se, KANNEL also force the parameter P_STATUS_REPORT_REQUEST not to
be sat.

I know this topic have been discussed in February, but at that time
(version 1.0.?) there was no way to get that information, is it still
the case? or have some one implemented the solution?

The version I have looked at is KANNEL-1.1.5

I will appreciate any reply, 

Best regards,

Jan Soegaard-Hansen
Mobile System Developer

GoPinocchio
Norrebrogade 45
DK-2200 Copenhagen
www.gopinocchio.com
+45 26750113

*
This email and any files transmitted with it are confidential and
intended solely for the use of the entity or individual to whom they are
addressed. If you have received this email in error please notify the
system manager.







Problems with Premicell

2001-08-16 Thread Jussi Hynninen

Hi!

I'm using Nokia Premicell as SMSC. The problem is that I can't send or
receive any SMS's. Both Bearerbox and SMSbox start properly and any
crashes haven't occured. When sending an SMS the message seems to go
properly to the msg queue, but finally the send function returns an error
(-1).

At the time, I only need to push SMS's, but of course it would be nice to
get this work both ways. So, if anyone has had similar problems and can
help, it would be appreciated.

Jussi

Jussi Hynninen  E-mail: [EMAIL PROTECTED]
CSC Tieteellinen laskenta OyPhone:  +358-9-4572210
PL 405  Fax:+358-9-4572302
02101 ESPOO FINLAND






running kannel non from root

2001-08-16 Thread Stefano Baronio

Hi,
I'm trying to run kannel from a user called kannel, but the
bearerbox can't find no more the SMSC (siemens modem on ttyS0).
If I 'chown kannel.kannel /dev/ttyS0' it doesn't change anything.

Anyone have an idea ?

Thanks
.
Stefano Baronio
Cefin Systems Italia s.r.l.
C.so Duca degli Abruzzi, 88
10129 Torino - Italia -
Tel.:+39.011.504609
Fax.:+39.011.504386
e-mail: [EMAIL PROTECTED]
http://www.sateltrack.com





subscribe

2001-08-16 Thread Jordan Ostreff

subscribe


begin:vcard 
n:Ostreff;Jordan
tel;pager:+359-179-234462
tel;cell:+359-48-899081
tel;fax:+359-2-9605640
x-mozilla-html:TRUE
url:http://www.mobikom.com
org:RTC Ltd.;Internet Department
version:2.1
email;internet:[EMAIL PROTECTED]
title:Senior System Administrator
adr;quoted-printable:;;1 Jerusalim Str,=0D=0AMOBIKOM Central Office;Sofia;SF;1784;Bulgaria
fn:Jordan Ostreff
end:vcard