Setup kannel for MMS

2002-07-31 Thread Rubén Mellado Muñoz

I want to download a MMS message (smil file) from Kannel, then I suppose
that I must setup Kannel to support the smil mime-type.
I want to know if somebody have tested to download a MMS message from
kannel and also how should I setup Kannel to support MMS message (smil
files) download?

Thx in advance.


begin:vcard 
n:Mellado;Rubén
tel;fax:+34913374202
tel;work:+34913379986
x-mozilla-html:FALSE
org:Telefónica I+D
version:2.1
email;internet:[EMAIL PROTECTED]
adr;quoted-printable:;;Emilio Vargas,6=0D=0A;Madrid;;28043 ;España
fn:Rubén Mellado
end:vcard



Re: compiler warnings

2002-07-31 Thread Harrie Hazewinkel

HI,

--On Wednesday, July 31, 2002 12:53 AM +0100 Bruno David Rodrigues 
[EMAIL PROTECTED] wrote:

 On Ter, 2002-07-30 at 10:07, Harrie Hazewinkel wrote:
 HI,

 I noticed that Stipe fixed compiler warnings after my patch.
 So I thought using '--enable-warnings' to have '-Wall' as compile
 option, but I would like to add additional warnings like
 '-Wmissing-prototypes' and '-Wmissing-declarations'.

 Yes, please, add every -W* required to full debug the compile process.
 I've added --enable-warnings to be able to use the -Wall everytime I
 make make


While adding the various -W* warnings I stumble accros various
warnings. I am trying to fix those. But the main one
is a signed/unsigned conversion. I believe we better fix these.
So, for instance, length and size variable should become all unsigned
I could take either unsigned long or size_t and would prefer to
use size_t for both is this OK with you all??



Harrie

Internet Management Consulting
mailto:[EMAIL PROTECTED]http ://www.mod-snmp.com/
---
Author of MOD-SNMP, enabling SNMP management to the Apache server.





RE: compiler warnings

2002-07-31 Thread Angel Fradejas

size_t looks good to me.

Angel Fradejas
Mediafusion Espana, S.A.
[EMAIL PROTECTED]
www.mediafusion.es
Tel. +34 91 252 32 00
Fax +34 91 572 27 08 


-Mensaje original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En
nombre de Harrie Hazewinkel
Enviado el: miercoles 31 de julio de 2002 11:20
Para: dev-kannel
Asunto: Re: compiler warnings


HI,

--On Wednesday, July 31, 2002 12:53 AM +0100 Bruno David Rodrigues 
[EMAIL PROTECTED] wrote:

 On Ter, 2002-07-30 at 10:07, Harrie Hazewinkel wrote:
 HI,

 I noticed that Stipe fixed compiler warnings after my patch.
 So I thought using '--enable-warnings' to have '-Wall' as compile
 option, but I would like to add additional warnings like
 '-Wmissing-prototypes' and '-Wmissing-declarations'.

 Yes, please, add every -W* required to full debug the compile process.
 I've added --enable-warnings to be able to use the -Wall everytime I
 make make


While adding the various -W* warnings I stumble accros various
warnings. I am trying to fix those. But the main one
is a signed/unsigned conversion. I believe we better fix these.
So, for instance, length and size variable should become all unsigned
I could take either unsigned long or size_t and would prefer to
use size_t for both is this OK with you all??



Harrie

Internet Management Consulting
mailto:[EMAIL PROTECTED]http ://www.mod-snmp.com/
---
Author of MOD-SNMP, enabling SNMP management to the Apache server.





Kannel developer wanted

2002-07-31 Thread Alex Judd




Hello list
I know this list is not for recruitment uses but I've been a contributor for 
quite a while here and I know a few others have asked in the past (and the more 
paid developers we get working on the project the better the software gets!). If 
there's anyone on the list who'd like to be based in London and get paid to work 
with Kannel then please contact me at [EMAIL PROTECTED]
Cheers
Alex


MMS PDU

2002-07-31 Thread Maria Turk

Hi,

Does anyone have an MMS PDU and UDH for mms notification that they know
works and have tested it.. I want to test the MMS notification sent over
SMS..



Thanks,

Maria




RE: Chat room help

2002-07-31 Thread Michael Mulcahy



Hi 
Patrick,

AFAIK 
%s is for 1 word only, you can use this with %r which passes the remaining words 
to URL.
Use %a 
if you wish to use all the words.

Questions like this would probably be better sent to the users mailing 
list rather than the developers 
mailing list as we prefer to concentrate on development related 
issues here.

Kindest Regards,
Michael.

ANAM Wireless Internet 
Solutionshttp://www.anam.com mailto:[EMAIL PROTECTED]+353 
1 284 7555Castle Yard, Saint Patrick's Road, Dalkey, County Dublin, Ireland 


  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of Patrick 
  MignottSent: 31 July 2002 21:29To: Stipe 
  ToljCc: [EMAIL PROTECTED]Subject: Chat room 
  help
  Hi Stipe i have already posted the question on 
  the list but no reply.
  i need to capture a sting of wordthat trail 
  a keyword.
  for example "CHAT hello all how are 
  you"
  so i use 
  "http://digipoint1-sms.net/sms/chat.asp?topic=%scontent=%s"
  when i use content=%s and i have string of words i 
  get the "could not fetch content error" if i have a single word it works 
  fine.
  my question is who can i capture a string of 
  wordswith a single parameter


request for comments: the -Wconversion warnings.

2002-07-31 Thread Harrie Hazewinkel

HI,

The warnings generated by -Wconversion are enormous in amount.
I have started to fix some (not even 25%) and one can look
in the attached file.

What do others think of this??


Harrie

Internet Management Consulting
mailto:[EMAIL PROTECTED]http ://www.mod-snmp.com/
---
Author of MOD-SNMP, enabling SNMP management to the Apache server.



sus.patch
Description: Binary data


MMSC udp

2002-07-31 Thread Igor Ivoilov
Title: MMSC udp





Dear all,


Please advise what document describes content of udp packets that mobile phone and wap-gw send to each other.
I need it to understand how MMS is sent or received. I am able to send correct m-notification.req but mobile is not able

to fetch content from web server and stuck at stage when it sends the following request to wap-gw


0b12dd1201101330048086a48192a7600282000283050284018080839981eaa94e6f6b6961373635302f312e302053796d6269616e4f532f362e312053657269657336302f302e3900

that stays unanswered.
I can see that this not GET request but what is it?



Thanks in advance,
Igor





Re: MMSC udp

2002-07-31 Thread Stipe Tolj

Igor Ivoilov wrote:
 
 Please advise what document describes content of udp packets that
 mobile phone and wap-gw send to each other.
 I need it to understand how MMS is sent or received. I am able to
 send correct m-notification.req but mobile is not able

I guess best advice would be to grep the MMS related document from WAP
Forum.

MMS are send and received via WAP as bearer.

 to fetch content from web server and stuck at stage when it sends
 the following request to wap-gw
 
 
0b12dd1201101330048086a48192a7600282000283050284018080839981eaa94e6f6b6961373635302f312e302053796d6269616e4f532f362e312053657269657336302f302e3900
 
 that stays unanswered.
 I can see that this not GET request but what is it?

I don't get the point here, you seem to send some kind of binary SMS,
right?!

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




Re: request for comments: the -Wconversion warnings.

2002-07-31 Thread Stipe Tolj

Harrie Hazewinkel wrote:
 
 The warnings generated by -Wconversion are enormous in amount.
 I have started to fix some (not even 25%) and one can look
 in the attached file.
 
 What do others think of this??

hmm, what's the benefit from switching from -Wall to all various
-Wfoobar?!

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




Re: request for comments: the -Wconversion warnings.

2002-07-31 Thread Stipe Tolj

for the explicite type conversions in the patch, looks reasonable and
good to me, as long as it is platform independent, which seems to be.

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




Re: files containing '^M'

2002-07-31 Thread Stipe Tolj

 I notice that some files have a '^M' at the end of the line.
 These are the line terminators for windows. Do we like to keep
 them in the files or is a 'dos2unix' command usefull. :-))
 
 I would prefer only unix style end-of-lines and let CVS solve this
 on Windows. I know that CVS can automatically translate this
 to the native version on a platform. So windows should use
 such a version.
 
 What do others think??

I guess some of those may be from got in the code from my side by
mistake. I use WinCVS for commits and Cygwin for development on
Win2000, but I *do* edit in UNIX end-style.

If you find DOS terminated files please to convert them and commit, as
far as there is nothing corrupted and the dos2unix patched branch
configures and build ok.

+1 from my side for convertion here.

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




Re: How to increase max file size in Kannel WAP GW ?

2002-07-31 Thread Stipe Tolj

the extension you are requesting is done via WTP-SAR (segmentation and
reassembly) that allows larger packeting of content.

Unfortunatly WTP-SAR is yet *not* implemented in Kannel, and it's
essential to support MMS proxying mode of Kannel's wapbox.

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




Re: wapbox 1.2.0 crasch

2002-07-31 Thread Stipe Tolj

 More info:
 Attached is a debug of what happens when using a Nokia 3510 to
 access mobile.club.nokia.com.
 Request hangs, and whats even worse, wapbox refuses to accept any
 further requests!!
 
 Can someone of the wapbox developers have a look at this, since I
 cannot myself figure out
 what is going wrong?

the wapbox.log you attached shows the encoded and decoded WSP headers
and then nothing more?!

The log containted in your mail does not show any PANIC situation and
then a restart of wapbox?! Hmmm, strange things. Have you checked the
source what happens arround this http lookup failed, oops
statement?!

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




Re: [Fwd: Kannel automatic compilation test for *]

2002-07-31 Thread Stipe Tolj

 Could everyone that do code for kannel do subscribe the
 devel-reports mailing list and fix the existing warnings ?

I'm subscribed and do fix if I notice warning. Last commit from Harrie
did cause some warning. Harrie, are you subscribed to devel-reports@?

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




Re: Buffering of SMS Messages

2002-07-31 Thread Stipe Tolj

Thomas Stinner wrote:
 
 We are using kannel for incoming and outgoing sms messages.
 
 Incoming Messages are forwarded to an http-server (via the get-url
 feature).
 
 Is it true, that messages get lost if the http server is not reachable
 at the time the message arrives?

sort of, yes.

 Where would be a could place to implement some sort of buffering in the
 source?

that's pretty tricky if you want to handle dozens of simultanious smsc
links and have a relative high priority on performance. But of course,
loosing messages is always bad.

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




Re: Testing MMS Push

2002-07-31 Thread Stipe Tolj

 And how should I use test_ppg for this ? What if I directly send the
 hex dump using /cgi-bin/sendsms ?

if you encode the content correctly that is send to sendsms via text
and udh parameters it will arrive as if you use an PPG for sending the
notification.

See the MMS related threads in the mailing list archives.

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




Re: ISDN USB Card connect to SMSC

2002-07-31 Thread Stipe Tolj

Hi Bjoern,
 
 I want to configure Kannel to work with an ISDN USB Card to use the EMI
 config for VodafoneD2.
 My question is which is the correct device for the kannel config.
 device = /dev/capi20 or device = /dev/ttyUSB0 or something like
 that.
 
 Has anybody any experience with this config or any tips ?

why don't you guys use the EMI links provided by Vodafone via IP?!

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




RE: ISDN USB Card connect to SMSC

2002-07-31 Thread Bjoern Buettner

Hi Stipe 
Thanx for your answer.

Stipe wrote:
 why don't you guys use the EMI links provided by Vodafone via IP?!
Hahaha, because that costs money!
And this is only a test if it is running well, and I have a VLA
Virtual Large Account for testing, and it is free but it is only an
account for ISDN.

That's why I want to use the f...ing USB driver. :-))

Thank in advanced

Bjoern
 
 -Original Message-
 From: Stipe Tolj [mailto:[EMAIL PROTECTED]] 
 Sent: Mittwoch, 31. Juli 2002 22:33
 To: Bjoern Buettner
 Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Re: ISDN USB Card connect to SMSC
 
 
 
 
  --
  From:   Stipe Tolj[SMTP:[EMAIL PROTECTED]]
  Sent:   Wednesday, July 31, 2002 10:32:59 PM
  To: Bjoern Buettner
  Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
  Subject:Re: ISDN USB Card connect to SMSC
  Auto forwarded by a Rule
  
 Hi Bjoern,
  
  I want to configure Kannel to work with an ISDN USB Card to 
 use the EMI
  config for VodafoneD2.
  My question is which is the correct device for the kannel config.
  device = /dev/capi20 or device = /dev/ttyUSB0 or something like
  that.
  
  Has anybody any experience with this config or any tips ?
 
 why don't you guys use the EMI links provided by Vodafone via IP?!
 
 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
 
 
 -
 This Mail has been checked for Viruses
 Attention: Encrypted mails can NOT be checked!
 
 **
 
 Diese Mail wurde auf Viren geprueft
 Hinweis: Verschluesselte mails koennen NICHT auf Viren 
 geprueft werden!
 -
 





SMPP failure : error code 0x00000014

2002-07-31 Thread Rajesh



Can anyone help on this?
This has been going on for quite long and we dont seem to have any clue..

When we are trying to send the messages to the SMSC, either we are getting 
0x0058 or 0x0014. The descriptions for both the errors are more or 
less related to message limit and queue limit. 

 We are using SMPP protocol with Kannel 1.0.3 Version and CMG SMSC. 

  Earlier we use to face the error 0x0014 error for binary messages. When 
a binary message is long, then our application will fragment it into 
appropriate fragments. We use to get this 0x0014 error for the 2nd 
fragment out of 3 fragments. Our application used to make independent MT 
requests for that many number of fragments. For example if the binary message 
is somewhere around 180 bytes, then our application used to fragment it into 
3 fragments and make 3 independent MT requests to the sendsms port of the 
smsbox. 
  
  The strangest thing is, Wapit Kannel is running on the same service-code 
successfully whereas our's is not. When we are asking the assistance from the 
SMSC people, they simply say that our queue limits should be increased. As 
far as i know, i don't see any such queue limits on our gateway. Does anyone 
has any ideas on this. 

Rgds
-- 
--
Rajesh Venkateshvaralu
Senior Developer
OpenMobile Asia Pacific Pte Ltd
200, Cantonement Rd
#14-01, Southpoint
Singapore - 089763
Ph: 63247791
--





DLR Not Found error : CIMD2

2002-07-31 Thread Michael Tung



Is there a problem with the DLR handling for 
CIMD2?

I get this error:

2002-07-17 12:48:39 [11] DEBUG: smscconn_sender 
(CIMD2:XXX.121.XXX.29::XXX): sending message2002-07-17 12:48:41 [1] 
DEBUG: Dumping 0 messages and 0 acks to store2002-07-17 12:48:45 [10] DEBUG: 
Looking for DLR smsc=CIMD2:XXX.121.XXX.29:XXX:XXX, ts=020717124040, 
dst=6XX, type=12002-07-17 12:48:45 [10] DEBUG: DLR not 
found!

The message sucessfully gets routed to the mobile. 
I get
back DLR type 1 and 2 from the SMSC, but Kannel 
cannot
seem to find the DLR.


--michael


---Outgoing mail is certified Virus 
Free.Checked by AVG anti-virus system (http://www.grisoft.com).Version: 6.0.380 / 
Virus Database: 213 - Release Date: 7/24/2002


Re: MMS PDU

2002-07-31 Thread Aarno Syvänen

Maria Turk kirjoittaa keskiviikkona, 31. heinäkuuta 2002, kello 14:19:Hi,

 Does anyone have an MMS PDU and UDH for mms notification that they know
 works and have tested it.. I want to test the MMS notification sent over
 SMS..

test/test_http http://localhost:13013/cgi-
bin/sendsms?username=*''password=*''
to=*''udh=%06%05%04%0b%84%23%f0''
text=%0f%06%03%be%af%84%8c%82%98%39%39%39%35%40%66%6c%79%65%72%6f%6e%65%2e%63%6f%6d%00
%8d%90%8a%80%8e%01%64%88%06%80%04%3d%64%8d%80%
83%YourURI%00

A





MMS setup

2002-07-31 Thread Rubén Mellado Muñoz

I want to download a MMS message (smil file) from Kannel, then I suppose

that I must setup Kannel to support the smil mime-type.
I want to know if somebody have tested to download a MMS message from
kannel and also how should I setup Kannel to support MMS message (smil
files) download?

Thx in advance.


begin:vcard 
n:Mellado;Rubén
tel;fax:+34913374202
tel;work:+34913379986
x-mozilla-html:FALSE
org:Telefónica I+D
version:2.1
email;internet:[EMAIL PROTECTED]
adr;quoted-printable:;;Emilio Vargas,6=0D=0A;Madrid;;28043 ;España
fn:Rubén Mellado
end:vcard