RE: OTA MMS Settings

2002-12-08 Thread Igor Ivoilov
Title: RE: OTA MMS Settings





Hi Bruno,


Can you send an xml or binary version of settings that makes T68i to store
MMS server address?
Now I send settings to n3510,n7210 having MMSURL, while
for n7650 and t68i - URL. The only problem but very annoying is what I've mentioned in my
question.


TIA,
Igor


 -Original Message-
 From: Bruno Rodrigues [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, December 08, 2002 2:31 AM
 To: Igor Ivoilov
 Cc: 'Shantanu Jog'; Kannel Dev
 Subject: RE: OTA MMS Settings
 
 
 On Qua, 2002-12-04 at 10:46, Igor Ivoilov wrote:
  Sorry, I did not look into the sms content at the first glance
  But now I hardly can recognize is as OTA settings
  See OTA setting specification v.7.0 from nokia and ericsson 
 about how
  to do it.
  This document was somewhere on the nokia site.
  See also http://www.3glab.org/ota.html
  
  My previous advise was irrelevant to the problem because 5210 is not
  mms capable.
  And neither n7650 nor t68i understand MMSURL in settings
 
 Yes, they do. 
 We are provisioning MMSC OTA to Ericsson T68 and every Nokia that
 supports MMS (3510, 7650, 7210, etc).
 
 I can send some examples if required.
 
 
 -- 
 Bruno Rodrigues [EMAIL PROTECTED]
 





Re: OTA MMS Settings

2002-12-08 Thread Bruno Rodrigues
On Dom, 2002-12-08 at 09:22, Andreas Fink wrote:
 On Sonntag, Dezember 8, 2002, at 01:30  Uhr, Bruno Rodrigues wrote:
 
  Yes, they do. 
 
  We are provisioning MMSC OTA to Ericsson T68 and every Nokia that
  supports MMS (3510, 7650, 7210, etc).
 
  I can send some examples if required.

 yes. we're interested in examples.
 
 Are they the same for different models?

As I said before, I'm using my own php scripts to build the ota
binary (the ones I've commited to contrib). I don't remember if I've
updated those with the MMSURL, but it's a small patch (just need to
say to my script that mmsurl is tag 87, I guess).


The MMS OTA is the same for nokia and T68.
There were some issues with it. I guess I had to
set MMSURL for T68 AND URL for Nokia 7650.

The dump:
# mms.dump
01062C1F2A6170706c69636174696f6e2f782d7761702d70726f762e62726f777365722d73657474696e67730081EA01016A0045C60801
871511034d4d5300010186071103687474703a2f2f6d6d732f736572766c6574732f6d6d730001867C1103687474703a2f2f6d6d732f73
6572766c6574732f6d6d730001C67F01871511032d000187171103687474703a2f2f6d6d732f736572766c6574732f6d6d73000101C606
0187124901871311033231332e33302e32372e3633000187146101871C11037661732e766f6461666f6e652e7074000187227001872311
0376617300018724110376617300010101

I'm returning the OTA with a perl script,in reply to a MO sms, like
this:
#!/usr/bin/perl

... check keyword and read the corresponding file ...

open(FILE, $prefix/$msg.dump);
@file= FILE;
close(FILE);
$file[0] = pack(H*, $file[0]);

$lf = \n;
$udh=060504C34F;
print X-Kannel-UDH: . $udh. $lf;
print X-Kannel-Coding: 2. $lf;
print Content-Type: application/octet-stream.$lf;
print $lf;
print $file[0];  

The variables I set are: 
# mms.data
file=mms
name=MMS
urlname=-
url=http://mms/servlets/mms
mmsurl=http://mms/servlets/mms
bearer=49
ppp_authtype=70
ppp_authname=user
ppp_authsecret=pass
proxy=1.2.3.4
port=61
gprs_accesspointname=foo.vodafone.pt

The script I'm using to write the mms.data and
mms.dump is attached


PS: my php to send wappush si stopped working in here. I haven't changed
my code, so I guess something happened to smsc configuration.
Can you send me and example (kannel.conf, cmd line and xml files) to
send a wappush (text + urllink) through kannel interface ?

-- 
Bruno Rodrigues [EMAIL PROTECTED]



write.php
Description: application/php


signature.asc
Description: This is a digitally signed message part


RE: OTA MMS Settings

2002-12-07 Thread Bruno Rodrigues
On Qua, 2002-12-04 at 10:46, Igor Ivoilov wrote:
 Sorry, I did not look into the sms content at the first glance
 But now I hardly can recognize is as OTA settings
 See OTA setting specification v.7.0 from nokia and ericsson about how
 to do it.
 This document was somewhere on the nokia site.
 See also http://www.3glab.org/ota.html
  
 My previous advise was irrelevant to the problem because 5210 is not
 mms capable.
 And neither n7650 nor t68i understand MMSURL in settings

Yes, they do. 
We are provisioning MMSC OTA to Ericsson T68 and every Nokia that
supports MMS (3510, 7650, 7210, etc).

I can send some examples if required.


-- 
Bruno Rodrigues [EMAIL PROTECTED]



signature.asc
Description: This is a digitally signed message part


RE: OTA MMS Settings

2002-12-04 Thread Igor Ivoilov



Instead of URL try to send MMSURL (ie 07 - 7c)
It 
helped me for nokia 7210 and 3510

  -Original Message-From: Shantanu Jog 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 04, 
  2002 6:46 AMTo: Kannel DevSubject: OTA MMS 
  Settings
  Hi all,
  
  I am sending the following to Nokia 5210  
  7650.
  
  2002-12-03 16:59:27 [5] 
  DEBUG: data: 10 05 04 c3 4f c0 02 00 
   O...2002-12-03 16:59:27 [5] 
  DEBUG: data: 03 04 02 01 00 03 08 
  02 2002-12-03 16:59:27 [5] 
  DEBUG: data: 02 73 00 01 87 29 6b 
  01 .s...)k.2002-12-03 16:59:27 
  [5] DEBUG: data: 01 86 07 11 03 68 74 
  74.htt2002-12-03 
  16:59:27 [5] DEBUG: data: 70 3a 2f 2f 32 30 33 
  2e p://203.2002-12-03 16:59:27 
  [5] DEBUG: data: 32 31 32 2e 36 34 2e 
  32 212.64.22002-12-03 16:59:27 
  [5] DEBUG: data: 30 00 01 c6 08 01 87 
  15 0...2002-12-03 
  16:59:27 [5] DEBUG: data: 11 03 43 65 6c 6c 6e 
  65 ..Cellne2002-12-03 
  16:59:27 [5] DEBUG: data: 78 74 20 4d 4d 53 20 
  53 xt MMS S2002-12-03 16:59:27 [5] 
  DEBUG: data: 65 72 76 69 63 65 73 
  00 ervices.2002-12-03 16:59:27 [5] 
  DEBUG: data: 01 01 
  01 
  ...
  
  5210 detects it correctly as 'Service 
  Settings', but 7650 does not.
  Are these WAP Settings or MMS Settings or both 
  ?
  To make these as MMS settings, do i need to 
  make any changes ?
  
  Regards,
  Shantanu


Re: OTA MMS Settings

2002-12-04 Thread Shantanu Jog



Hi,

After the suggested modification, I am pushing 
the following:

2002-12-04 14:44:34 [5] 
DEBUG: data: 10 05 04 c3 4f c0 02 00 
O...2002-12-04 14:44:34 [5] DEBUG: data: 
03 04 02 01 00 03 02 02 2002-12-04 14:44:34 [5] 
DEBUG: data: 02 73 00 01 87 29 6b 01 
.s...)k.2002-12-04 14:44:34 [5] DEBUG: data: 
01 86 7c 11 03 68 74 74 ..|..htt2002-12-04 14:44:34 [5] 
DEBUG: data: 70 3a 2f 2f 32 30 33 2e 
p://203.2002-12-04 14:44:34 [5] DEBUG: data: 
32 31 32 2e 36 34 2e 32 212.64.22002-12-04 14:44:34 [5] 
DEBUG: data: 30 00 01 c6 08 01 87 15 
0...2002-12-04 14:44:34 [5] DEBUG: data: 
11 03 43 65 6c 6c 6e 65 ..Cellne2002-12-04 14:44:34 [5] 
DEBUG: data: 78 74 20 4d 4d 53 20 53 
xt MMS S2002-12-04 14:44:34 [5] DEBUG: data: 
65 72 76 69 63 65 73 00 ervices.2002-12-04 14:44:34 [5] 
DEBUG: data: 01 01 
01 
...
This time also 5210 detected it as Service 
Settings, but 7650 didn't. 
Any idea what changescan make these as MMS 
OTA Settings ?

Regards,
Shantanu


  - Original Message - 
  From: 
  Igor Ivoilov 
  
  To: 'Shantanu Jog' ; Kannel 
  Dev 
  Sent: Wednesday, December 04, 2002 1:54 
  PM
  Subject: RE: OTA MMS Settings
  
  Instead of URL try to send MMSURL (ie 07 - 7c)
  It 
  helped me for nokia 7210 and 3510
  
-Original Message-From: Shantanu Jog [mailto:[EMAIL PROTECTED]]Sent: 
Wednesday, December 04, 2002 6:46 AMTo: Kannel 
DevSubject: OTA MMS Settings
Hi all,

I am sending the following to Nokia 5210 
 7650.

2002-12-03 16:59:27 [5] 
DEBUG: data: 10 05 04 c3 4f c0 02 
00  O...2002-12-03 16:59:27 [5] 
DEBUG: data: 03 04 02 01 00 03 08 
02 2002-12-03 16:59:27 [5] 
DEBUG: data: 02 73 00 01 87 29 6b 
01 .s...)k.2002-12-03 16:59:27 
[5] DEBUG: data: 01 86 07 11 03 68 74 
74.htt2002-12-03 
16:59:27 [5] DEBUG: data: 70 3a 2f 2f 32 30 33 
2e p://203.2002-12-03 16:59:27 
[5] DEBUG: data: 32 31 32 2e 36 34 2e 
32 212.64.22002-12-03 16:59:27 
[5] DEBUG: data: 30 00 01 c6 08 01 87 
15 0...2002-12-03 
16:59:27 [5] DEBUG: data: 11 03 43 65 6c 6c 6e 
65 ..Cellne2002-12-03 
16:59:27 [5] DEBUG: data: 78 74 20 4d 4d 53 20 
53 xt MMS S2002-12-03 16:59:27 [5] 
DEBUG: data: 65 72 76 69 63 65 73 
00 ervices.2002-12-03 16:59:27 [5] 
DEBUG: data: 01 01 
01 
...

5210 detects it correctly as 'Service 
Settings', but 7650 does not.
Are these WAP Settings or MMS Settings or 
both ?
To make these as MMS settings, do i need to 
make any changes ?

Regards,
Shantanu


RE: OTA MMS Settings

2002-12-04 Thread Igor Ivoilov



Sorry, 
I did not look into the sms content at the first glance
But 
now I hardly can recognize is as OTA settings
See 
OTA setting specification v.7.0 from nokia and ericsson about how to do 
it.
This 
document was somewhere on the nokia site.
See 
also http://www.3glab.org/ota.html

My 
previous advise was irrelevant to the problem because 5210 is not mms 
capable.
And 
neither n7650 nor t68i understand MMSURL in settings

Good 
luck

  -Original Message-From: Shantanu Jog 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 04, 
  2002 11:23 AMTo: Igor Ivoilov; Kannel DevSubject: Re: 
  OTA MMS Settings
  Hi,
  
  After the suggested modification, I am pushing 
  the following:
  
  2002-12-04 14:44:34 [5] 
  DEBUG: data: 10 05 04 c3 4f c0 02 00 
  O...2002-12-04 14:44:34 [5] DEBUG: data: 
  03 04 02 01 00 03 02 02 2002-12-04 14:44:34 [5] 
  DEBUG: data: 02 73 00 01 87 29 6b 01 
  .s...)k.2002-12-04 14:44:34 [5] DEBUG: data: 
  01 86 7c 11 03 68 74 74 ..|..htt2002-12-04 14:44:34 [5] 
  DEBUG: data: 70 3a 2f 2f 32 30 33 2e 
  p://203.2002-12-04 14:44:34 [5] DEBUG: data: 
  32 31 32 2e 36 34 2e 32 212.64.22002-12-04 14:44:34 [5] 
  DEBUG: data: 30 00 01 c6 08 01 87 15 
  0...2002-12-04 14:44:34 [5] DEBUG: data: 
  11 03 43 65 6c 6c 6e 65 ..Cellne2002-12-04 14:44:34 [5] 
  DEBUG: data: 78 74 20 4d 4d 53 20 53 
  xt MMS S2002-12-04 14:44:34 [5] DEBUG: data: 
  65 72 76 69 63 65 73 00 ervices.2002-12-04 14:44:34 [5] 
  DEBUG: data: 01 01 
  01 
  ...
  This time also 5210 detected it as Service 
  Settings, but 7650 didn't. 
  Any idea what changescan make these as 
  MMS OTA Settings ?
  
  Regards,
  Shantanu
  
  
- Original Message - 
From: 
Igor 
Ivoilov 
To: 'Shantanu Jog' ; Kannel 
Dev 
Sent: Wednesday, December 04, 2002 1:54 
PM
Subject: RE: OTA MMS Settings

Instead of URL try to send MMSURL (ie 07 - 
7c)
It 
helped me for nokia 7210 and 3510

  -Original Message-From: Shantanu Jog [mailto:[EMAIL PROTECTED]]Sent: 
  Wednesday, December 04, 2002 6:46 AMTo: Kannel 
  DevSubject: OTA MMS Settings
  Hi all,
  
  I am sending the following to Nokia 5210 
   7650.
  
  2002-12-03 16:59:27 [5] 
  DEBUG: data: 10 05 04 c3 4f c0 02 
  00  O...2002-12-03 16:59:27 
  [5] DEBUG: data: 03 04 02 01 00 03 08 
  02 2002-12-03 16:59:27 [5] 
  DEBUG: data: 02 73 00 01 87 29 6b 
  01 .s...)k.2002-12-03 
  16:59:27 [5] DEBUG: data: 01 86 07 11 03 68 
  74 
  74.htt2002-12-03 
  16:59:27 [5] DEBUG: data: 70 3a 2f 2f 32 30 
  33 2e p://203.2002-12-03 
  16:59:27 [5] DEBUG: data: 32 31 32 2e 36 34 
  2e 32 212.64.22002-12-03 
  16:59:27 [5] DEBUG: data: 30 00 01 c6 08 01 
  87 15 
  0...2002-12-03 16:59:27 [5] DEBUG: 
  data: 11 03 43 65 6c 6c 6e 
  65 ..Cellne2002-12-03 
  16:59:27 [5] DEBUG: data: 78 74 20 4d 4d 53 
  20 53 xt MMS S2002-12-03 16:59:27 
  [5] DEBUG: data: 65 72 76 69 63 65 73 
  00 ervices.2002-12-03 16:59:27 [5] 
  DEBUG: data: 01 01 
  01 
  ...
  
  5210 detects it correctly as 'Service 
  Settings', but 7650 does not.
  Are these WAP Settings or MMS Settings or 
  both ?
  To make these as MMS settings, do i need 
  to make any changes ?
  
  Regards,
  Shantanu


Re: OTA MMS Settings

2002-11-21 Thread Stipe Tolj
 Has anyone tried sending MMS Settings, OTA, using the current
 version of Kannel ?

yep, works for Nokia 7650 and Ericsson T68 for me.

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