Re: Warning message

2002-08-15 Thread Bruno David Rodrigues
On Qua, 2002-08-14 at 16:50, Cipher Strength wrote: > What this means. Its occuring too often in core log file. > > 2002-08-14 21:38:31 [6] WARNING: EMI2[192.168.10.1:5000]: received neither > ACK nor NACK for message 87 in 60 seconds, resending message Either your connection has been dropped a

RE: Unicode from handset to kannel

2002-07-30 Thread Bruno David Rodrigues
On Ter, 2002-07-30 at 09:36, Wayne Smithers wrote: > The coding received is Unicode using %c in the url > > When an sms of 'abc' is received we get > > With mo-recode = true - 406140624063 > > With mo-recode = false - @a@b@c > > I think kannel should be able to decode this ! Nope, there shoul

Re: Failed with DCS - 247 (0xF7)

2002-07-30 Thread Bruno David Rodrigues
On Seg, 2002-07-29 at 12:28, Chirag wrote: > hi, > > Currently I am using Kannel1.2 on Linux. I have configured my Kannel to > accept message with DCS value. I use the URL to send binary message to my > GSM Modem using the text (encoded binary data) and DCS = 247 (0xF7). > > I am able t

Re: Unicode from handset to kannel

2002-07-29 Thread Bruno David Rodrigues
On Seg, 2002-07-29 at 07:27, Wayne Smithers wrote: > I need to accept text sent from handsets which have the message setting of > Unicode. > > Using mo-recode = true > > is meant to convert MO message from Unicode UTC2/UTF16 to ISO-8859-1 or > UTF-8. > > Is there any trick to get this, I have b

Re: RPM Package Scheduled ?

2002-07-18 Thread Bruno David Rodrigues
On Tue, 2002-07-16 at 15:41, Pierre-Yves BOURGEOIS wrote: > Hi all, > I am a quite new user of kannel and still not very > comfortable with Linux ; that's why I love RPM > Packages. > > > Does any package is scheduled for the next few weeks > ? > > Thanks a lot. Could you please try the o

Re: RE : XML

2002-07-18 Thread Bruno David Rodrigues
On Tue, 2002-07-16 at 14:58, Nil Mekki wrote: > > > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > De la part de Bruno David Rodrigues > Envoyé : samedi 13 juillet 2002 18:02 > À : [EMAIL PROTECTED] > Objet : Re: XML > >

Kannel deb and rpm

2002-07-18 Thread Bruno David Rodrigues
I've setup links for deb and rpm packages for 1.2.0 Please test them and bug-report to devel or to my email. rpm file is alienized from debian, so I don't know if it is ok.

Re: XML

2002-07-13 Thread Bruno David Rodrigues
On Fri, 2002-07-12 at 19:09, Oded Arbel wrote: > nil wrote: > > >Hi > > > >When I receive an sms, I want to post through http a XML message. > > > >Does anybody knows how I can do this. > > > >the http url is: > > > > http://mysms.com/MessageServlet > > > > > >And the xml messages are: > > > > >

Re: kannel cvs

2002-06-13 Thread Bruno David Rodrigues
On Thu, 2002-06-13 at 09:27, Lukas wrote: > Hi, > > I am very new to CVS and just wanted to ask you how can i get latest version > of kannel dev. from linux shell? i have cvs installed but don`t know exactly > how to use it. > Sorry for such lame question but if someone has a free minute, i would

Re: Dropping EMI1

2002-06-12 Thread Bruno David Rodrigues
On Wed, 2002-06-12 at 12:19, Andreas Fink wrote: > > > Same question applies to EMI version 1. > > > >But don't emi1 supports X25 and emi2 don't ? > > > >(Not that I like x25) > > there is no native support of X25 anywhere in Kannel so in all cases > you have to connect throught tcp/ip to a rou

Re: MSISDN (IMSI)

2002-06-07 Thread Bruno David Rodrigues
On Fri, 2002-06-07 at 20:09, Tampier Thomas wrote: > Hi > > is it possible to access the MSISDN with the Kannel Wap gateway and to > provide it to my WAP application? Kannel don't know the msisdn number. Only the router that receives your connection would know. As there is no standard way to

Re: dlr-url through cgi-bin/sendsms

2002-06-06 Thread Bruno David Rodrigues
On Wed, 2002-06-05 at 20:33, Hani Mustafa wrote: > I'm not sure if this is a known issue, but when I send an sms through the https >interface, it gets the url alright, but it doesn't POST any variables. > > 2002-06-05 15:01:58 [8] DEBUG: data: 47 45 54 20 2f 63 68 65 GET /che > 2002-06-05 15

Re: Do AT/AT2 SMSC drivers support Nokia 6110/6150?

2002-04-01 Thread Bruno David Rodrigues
Just use kannel 1.1.6. - Original Message - From: "Jari Juslin" <[EMAIL PROTECTED]> To: "Kannel users' list" <[EMAIL PROTECTED]> Sent: Thursday, March 28, 2002 12:20 AM Subject: Do AT/AT2 SMSC drivers support Nokia 6110/6150? > Hi all! > > Does Kannel support Nokia 6110/6150 as SMSC at

Re: New Parameters (Escape Codes) in Kannel 1.1.6

2002-04-01 Thread Bruno David Rodrigues
When you create a sms-service, you have a field called name where you can give a text that will be used in bearerbox_access.log and could be used, with %n, to identify the service name to the http application that receive the request. - Original Message - From: "Cipher Strength" <[EMAIL P

Re: mobile phones as virtuel SMSC

2002-03-22 Thread Bruno David Rodrigues
the new modems.conf in doc directory should help to create a list of supported modems - Original Message - From: "Steffen Lindemann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 22, 2002 9:39 AM Subject: mobile phones as virtuel SMSC > Hi, > > I know this supject have

Re: DCS and PID for 8-bit SMS

2002-03-14 Thread Bruno David Rodrigues
some modems just use one form, and for example, emi2 can use any, but a sim-toolkit message in emi2 demands that dcs is 0xF6, not 0x1F, even if 3gpp docs say that you could use both - Original Message - From: "Steve Rapaport" <[EMAIL PROTECTED]> To: "Bruno David Ro

Re: DCS and PID for 8-bit SMS

2002-03-14 Thread Bruno David Rodrigues
- Original Message - From: "Steve Rapaport" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 14, 2002 12:52 PM Subject: Re: DCS and PID for 8-bit SMS > Thanks, Bruno, but it's not apparently > documented yet how to use the PID support. > > Also, when did you add it? htt

Re: problem with multipart ringtones

2002-03-13 Thread Bruno David Rodrigues
Try to set "concatenation = true" and "max-messages = 4" for that sms user and send the udh1[] and the full ringtone in text and let kannel split your message. But anyway, your udh looks right - Original Message - From: "Kamil Frankiewicz" <[EMAIL PROTECTED]> To: "Kannel list" <[EMA

Re: DCS and PID for 8-bit SMS

2002-03-13 Thread Bruno David Rodrigues
Check latest cvs/snapshot version. I've added pid support and it should work with at2 and emi2. - Original Message - From: "Steve Rapaport" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 6:43 PM Subject: DCS and PID for 8-bit SMS > > > Hey folks, we're t

Re: A easy question, box keep alive

2002-03-12 Thread Bruno David Rodrigues
Title: A easy question, box keep alive inittab: k3:23:respawn:su kannel -c /home/kannel//bin/loop_bearerboxk4:23:respawn:su kannel -c /home/kannel//bin/loop_smsbox loop_bearerbox: #!/bin/bashcd /home/kannel/while [ 1 ] ; do     bin/bearerbox- -v 9 etc/kannel.conf    sleep 5   

Re: Ringtone sending to Ericsson phones

2002-03-08 Thread Bruno David Rodrigues
- Original Message - From: "Liviu BURCUSEL" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 08, 2002 7:38 AM Subject: Ringtone sending to Ericsson phones > Hello. > For one week I try to send ringtones to other types of handsets than > Nokia. Has anyone succeded to send

Re: Linking problems

2002-03-05 Thread Bruno David Rodrigues
search for a libz.so package (or zlib ) -l is a lib.so - Original Message - From: "Ilari Mikkonen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 05, 2002 3:04 PM Subject: Linking problems > I have been trying to compile Kannel gateway version 1.0.3 with Mandrake 8.0

Re: ota settings

2002-02-28 Thread Bruno David Rodrigues
If I understand correctly the siemens web page, it's possible to send at least pictures to S45. I can't find information about the protocol, and the site cannot send to Portugal (so I could sneak at the sms). If anyone knows how, send me the information and I'll code some more forms to web-sendsm

Re: Help ME !!!

2002-02-25 Thread Bruno David Rodrigues
Which version are you using and could you send the bearerbox_error.log for that part ? The MT missing is strange, but the "Empty sender field" could be an anonymous user (I'm worried, one local operator permits anonymous users and I don't know how would kannel behave) - Original Message

Re: Sending ringtones by reply using sms-service

2002-02-25 Thread Bruno David Rodrigues
To set the X-Kannel in a sms-service, return like this X-Kannel-UDH: 0605041582 X-Kannel-Coding: 2 Content-Type: application/octet-stream - Original Message - From: "Phil Radden" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 18, 2002 1:56 PM Subject: Sending r

Re: Installing snapshot on Debian 2.2.

2002-02-22 Thread Bruno David Rodrigues
disable docs with ./configure --disable-docs. They are available in http://www.kannel.3glab.org   If you want to know the packages required, I'll have to reinstall a linux system and take notes of the packages installed (it involves docbook, jade, jadetex, gs, dvi something, and more)

[Patch] emi2 and sockets

2001-10-08 Thread Bruno David Rodrigues
c doesn't send timestamp in ACK, delivery reports wouldn't work. -- Bruno David Rodrigues

Re: Access control fails

2001-10-08 Thread Bruno David Rodrigues
It would be strange, but try to exchange the two lines, like allow first and deny first. I've tried in here and it worked. -- Bruno David Rodrigues - Original Message - From: "Lassi Koikkalainen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesda

Re: how to make fake sender number

2001-10-06 Thread Bruno David Rodrigues
you can't change your number when using a phone as smsc! That's how GSM networks work. You have to get a smsc connection (and permission to set from field too) -- Bruno David Rodrigues - Original Message - From: "Ahmad Munif" <[EMAIL PROTECTED]> To: <[E

Re: Sms gateway performance...

2001-10-06 Thread Bruno David Rodrigues
you try it, tell us the experience, please. -- Bruno David Rodrigues - Original Message - From: "Basar Koprucu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 04, 2001 3:16 PM Subject: Sms gateway performance... >

Re: how is kannel work 90-100% for

2001-09-27 Thread Bruno David Rodrigues
I'm using it as SMS Gateway receiving sms with a M20 and sendind/receiving with EMI/UCP with no problems (using cvs version) And we have a lot of trafic now! - Original Message - From: "Patrick Mignott" <[EMAIL PROTECTED]> To: "Wiley, Greg" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent:

Re: smsbox crasch

2001-09-27 Thread Bruno David Rodrigues
Do you have a default sms-service ? If you have, see if the error still happens with cvs version please. - Original Message - From: Peter Löfman To: [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 5:14 PM Subject: smsbox crasch Hi,   I'm running kanne

Re: SMS bearerboxes hang, how to stop sending an SMS replying "request failed", date format locale

2001-09-20 Thread Bruno David Rodrigues
- Original Message - From: "Chris Newman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Daniel Pike" <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 11:06 AM Subject: SMS bearerboxes hang, how to stop sending an SMS replying "request failed", date format locale Hi I have been

Re: documentation snapshots

2001-09-12 Thread Bruno David Rodrigues
As all documentation is now available on http://www.kannel.3glab.org/download.shtml, I'm dropping my mirror in litux.org. Good work Dave. W! - Original Message - From: "David Holland" <[EMAIL PROTECTED]> To: "Bruno David Rodrigues" <[EMAIL PROT

Re: How to monitor MO services ?

2001-09-11 Thread Bruno David Rodrigues
You could use some "log watcher" like swatch. - Original Message - From: "Gildas PERROT" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: Wednesday, September 05, 2001 12:04 PM Subject: How to monitor MO services ? Hi, I would like to monitor MO services and to do

Re: SSL

2001-09-11 Thread Bruno David Rodrigues
AM Subject: Re: SSL hi,   .configure looks for paths etc in configure.in   look for the settings there and modify.   bye  manish - Original Message - From: Jeetendra Singh To: Bruno David Rodrigue