Re: TC35, concurrent users

2002-07-18 Thread Lars-Hendrik Schneider

Tampier Thomas [EMAIL PROTECTED] schrieb am 18.07.02 02:07:51:

hi thomas
 
 im using kannel 1.2.0 with a siemens tc35 modem and a standard 
 configuration. Kannel works fine as long as i start to simulate 2-3 
 concurrent users (meaning, that i send a sms to my application from 3-5 
 different phones at the same time). 
 kannel receives all messages, but doesnt send all replies, it terminates 
 with an error. 

hu, this is very important - and i didn't try it til now! perhaps an idea might be to 
set

sim-buffering yes

although i don't know wheter the tc35 likes it or not (the M20 had problems with it). 
keep me informed, i'll try it as fast as possible, too!

greetz 

lars-hendrik

__
Seien Sie dabei und sichern Sie sich 500 WEB.Cent, 100% Leistung
und 100% Vorteil. https://digitaledienste.web.de/Club/?mc=021110





http post XML

2002-07-18 Thread Nil Mekki


















-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



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:

 

 ?xml
version=1.0 encoding=ISO-8859-1?

   !DOCTYPE
mobilectrl_received_sms

   mobilectrl_received_sms

   header

   customer_idMYNAME/customer_id

 

mobilectrl_id.1.12:16ac04:eed9dbe852:-5cc2/mobilectrl_id

   /header

   payload

   sms
premiumrate=15

   messageMY
Message/message

   from_msisdn

operator=tele2+3372584253/from_msisdn

   /sms

   /payload

   /mobilectrl_received_sms

 

 I need to put the phone number
and the message in the XML doc and

post it for 

 each sms that I receive.





Thank you.

 

   

 

 Kannel
can't do that directly (though you might want to check the

XMLRPC 

 interface that does something
similar), but you can set the

sms-service 

 to call an
executable script or a web script to format the XML and

POST 

 it to
where you need to.

 

 --

 Oded Arbel

 m-Wise
mobile solutions

 

 

 

 



Kannel do support post-xml
(in and out). It's still unofficial but I'm using it without problem.



Please just rebuild the docs with ./configure ... --enable-drafts



Thanks,



So, I rebuild, 

And then how do I do to post XML messages ?

how do I set the kannel.conf
file ?

Could you give me an exemple ?



Can anyone help ???

I am late and I cant seem to be
able to do it !




















delivery reports

2002-07-18 Thread Lukas

Hello all,

I am working now on delivery reports, but have some problems.
I have CIMD-2 connection and couple of sms-services. It would be nice if the
reply for previous request could give me delivery report.

I`ve set up mysql storage, kannel was kompiled with
./configure --with-mysql=/usr --enable-mysql --with-dlr=mysql
Then i`ve created mysql database and set-up all configuration files,
including mysql fields and 'dlr-storage = mysql ' in core group.

Everything was compile successfuly, bearerbox started with mysql but when
the traffic is not beeing save in this nasty table in mysql :-(

What else should i do to make mysql storage work?
I am doing it for the first time, so maybe i have forgotten something..?

Regards,
lukas





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: 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
 
 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:
  
  ?xml version=1.0 encoding=ISO-8859-1?
!DOCTYPE mobilectrl_received_sms
mobilectrl_received_sms
header
customer_idMYNAME/customer_id
  
 mobilectrl_id.1.12:16ac04:eed9dbe852:-5cc2/mobilectrl_id
/header
payload
sms premiumrate=15
messageMY Message/message
from_msisdn
 operator=tele2+3372584253/from_msisdn
/sms
/payload
/mobilectrl_received_sms
  
  I need to put the phone number and the message in the XML doc and
 post it for 
  each sms that I receive.
  
  Thank you.
  

  
  Kannel can't do that directly (though you might want to check the
 XMLRPC 
  interface that does something similar), but you can set the
 sms-service 
  to call an executable script or a web script to format the XML and
 POST 
  it to where you need to.
  
  -- 
  Oded Arbel
  m-Wise mobile solutions
  
  
  
  
 
 Kannel do support post-xml (in and out). It's still unofficial but I'm
 using it without problem.
 
 Please just rebuild the docs with ./configure ... --enable-drafts
 
 Thanks,
 
 So, I rebuild, 
 And then how do I do to post XML messages ?
 how do I set the kannel.conf file ?
 Could you give me an exemple ?

To POST app-kannel, just post through http://.../sendsms. 
For kannel-app, just set a post-xml similar to post-url

XML format is based on sms-xml draft with some changes to
enable autentication and smsc routing, and is defined on 
documentation.







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 one I've put on kannel.org's download
page ?

It's a rpm converted from the debian, so I don't know if it works
ok.

please reply to the list and to me.



 
 ___
 Do You Yahoo!? -- Une adresse yahoo.fr gratuite et en français !
 Yahoo! Mail : http://fr.mail.yahoo.com
 






XML

2002-07-18 Thread nil

is this OK ?
post-xml=http://coloc011.levonline.com/mb/incomingMessageServlet?from_msisdn=%pmessage=MYF+%r;


 Objet : Re: XML
 
 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:
  
  ?xml version=1.0 encoding=ISO-8859-1?
    !DOCTYPE mobilectrl_received_sms
        mobilectrl_received_sms
            header
                customer_idMYNAME/customer_id
  
 mobilectrl_id.1.12:16ac04:eed9dbe852:-5cc2/mobilectrl_id
            /header
            payload
                sms premiumrate=15
                    messageMY Message/message
                    from_msisdn
 operator=tele2+3372584253/from_msisdn
                /sms
            /payload
        /mobilectrl_received_sms
  
  I need to put the phone number and the message in the XML doc and
 post it for 
  each sms that I receive.
  
  Thank you.
  
    
  
  Kannel can't do that directly (though you might want to check the
 XMLRPC 
  interface that does something similar), but you can set the
 sms-service 
  to call an executable script or a web script to format the XML and
 POST 
  it to where you need to.
  
  -- 
  Oded Arbel
  m-Wise mobile solutions
  
  
  
  
 
 Kannel do support post-xml (in and out). It's still unofficial but I'm
 using it without problem.
 
 Please just rebuild the docs with ./configure ... --enable-drafts
 
 Thanks,
 
 So, I rebuild, 
 And then how do I do to post XML messages ?
 how do I set the kannel.conf file ?
 Could you give me an exemple ?

To POST app-kannel, just post through http://.../sendsms. 
For kannel-app, just set a post-xml similar to post-url

XML format is based on sms-xml draft with some changes to
enable autentication and smsc routing, and is defined on 
documentation.




Re: Compile kannel 1.1.6

2002-07-18 Thread Aarno Syvänen

Andiz kirjoittaa perjantaina, 19. heinäkuuta 2002, kello 04:25:Hi,
 I am beginner in Kannel, and I would like to implement kannel on my
 linux box (I am using Slackware 8.0,
 whether I Install kannel1.1.6 with the option
 ./configure --enable-ssl --with-mysql --with-dlr --enable-docs
 --enable-localtime --enable-cookies

 and that type  make and I have error message
 gw/ota_compiler.c:10: xmlmemory.h: No such file or directory
 gw/ota_compiler.c:11: tree.h: No such file or directory
 gw/ota_compiler.c:12: debugXML.h: No such file or directory
 gw/ota_compiler.c:13: encoding.h: No such file or directory
 make: *** [gw/ota_compiler.o] Error 1

 Am I do some thing wrong with my option of my compilation?
 would u pls explain to me and giving me solution how to solve my
 problem... pls

Do you have libxml installred (devel packet included) ?

A





Kannel

2002-07-18 Thread Saurabh Gaur



Hi,

Does Kannel support all types of 
applications,i.e.Send Only,Send and Receive only and Interactive 
Type.
Please do le me 
know...

Saurabh


Please Help

2002-07-18 Thread Saurabh Gaur





  Does Kannel support all 
  types of applications,i.e.Send Only,Send and Receive only and Interactive 
  Type. 
  Categorization of users in 
  Kannel. 
  How to assign priority to each 
  user. 
  How to Make Kannel SSL 
  enabled. 
  How to schedule message for future 
  date in Kannel Gateway. 
  Does Kannel support message slicing 
  for messages more than 160 characters. 
  Gateway should be able to define 
  validity for each messages. 
  Keep the log of expired messages 
  for atleast 15 days. 
  How to limit the number of SMS per 
  user in Kannel Gateway. 
  Undelivered messages should be 
  stored for atleast 15 days. 
  Priority should be defined to each 
  message. 
  Gateway should be able to filter 
  message on the basis of text. 
  Does Kannel support Ring 
  Tones,Logos and Flash Messages and if so..how??? 
  Does Kannel support 200 SMS-MO per 
  second


Hi

2002-07-18 Thread Saurabh Gaur



Hi,
 How can I test Kannel Gateway 
without using FakeSMSC.Ho do I exactly use HTTP SMSC.Please reply 
soon.

Saurabh