Re: What is OTA

2002-05-27 Thread Aarno Syvänen

This is actually a shorthand for something. In WAP case OTA means Push
OTA protocol, in SMS, for instance, OTA configuration. The context
should show 
the correct meaning.

Aarno


Ady Wicaksono wrote:
> 
> Actually what is OTA (Over The Air) ?
> 
> WAP use OTA
> SMS also could use OTA, example when i play with SchlumbergerSema SmartCard i found 
>that i could download new application (JavaCard Applet) with SMS over the air
> Java MIDP use OTA for networking feature




Re: Siemens MC35 support

2002-05-27 Thread Jens Kammann

Ilari Mikkonen wrote:

>Is there any planned support for Siemens' MC35 GPRS modem as SMSC? I have tried few 
>configurations and did not get it working with 1.0.3 or 1.1.6
>
>ilari mikkonen
>
MC35 and TC35 are supported by the "at2" modem driver. Just use "smsc = 
at2" and "modemtype = siemens-tc35"
This driver does also support other Siemens phones like the C35, 
M35,S35, SL42, SL45,S45, ME45 for both sending and receiving SMS.

Jens

 

--
Dipl.-Ing. Jens Kammann, German Aerospace Center, Site Oberpfaffenhofen
Tel.: +49-8153-28-2800
Fax.: +49-8153-28-1871







Sema SMSC and TCP/IP

2002-05-27 Thread Bjorn A. Lislevand



Hello,
 
I need to communicate over TCP/IP with a Sema SMSC 
v G8.1.
 
According to the FAQ this seems not to be possible 
with todays version (1.1.6). Is this correct?
 
Anybody having some information or code to share on 
this?
 
Thanks in advance.
 
 
Regards,
 
Bjorn


Fail to deliver SMS when using http-interface.

2002-05-27 Thread Tobias Höglund

Hi all.

I have kannel running on a linux machine using a T28 as SMSC.
When I try to send a SMS via the http-interface provided by kannel every 
thing looks nice by I don´t receive any SMS.

I´m calling kannel with URL: 
http://localhost:13013/cgi-bin/sendsms?username=tester&password=foobar&to=46705774***&text=Hello+World
and i receive a 'Send' back i browser window, but no SMS is ending up in 
the phone with given number.

- Do I have to specify a sms-service for this? If needed, any proposal?
- What is the 'Kannel relay testing (http_smsc)' used for? Is this 
something I need?

Below is my logging when I call the URL above, looks fine (to me, but I a 
newbie to kannel!). Any suggestions or advise is welcome!

Thanks, regards Tobias.


2002-05-27 15:12:10 [2] DEBUG: HTTP: Creating HTTPClient for `127.0.0.1'.
2002-05-27 15:12:10 [3] INFO: smsbox: Got HTTP request  
from <127.0.0.1>
2002-05-27 15:12:10 [3] INFO: sendsms used by 
2002-05-27 15:12:10 [3] INFO: sendsms sender: 
(127.0.0.1) to:<46705774956> msg:
2002-05-27 15:12:10 [3] DEBUG: message length 11, sending 1 messages
2002-05-27 15:12:10 [3] DEBUG: Status: 202 Answer: 
2002-05-27 15:12:10 [3] DEBUG: HTTP: Resetting HTTPClient for `127.0.0.1'.



2002-05-27 15:12:10 [7] DEBUG: boxc_receiver: sms received
2002-05-27 15:12:11 [5] DEBUG: AT2[/dev/ttyS0]: TP-Validity-Period: 24.0 hours
2002-05-27 15:12:11 [5] DEBUG: AT2[/dev/ttyS0]: --> AT+CMGS=24^M
2002-05-27 15:12:11 [5] DEBUG: AT2[/dev/ttyS0]: <-- >
2002-05-27 15:12:11 [5] DEBUG: AT2[/dev/ttyS0]: send command status: 1
2002-05-27 15:12:11 [5] DEBUG: AT2[/dev/ttyS0]: --> 
0011000B816407754759F6A70BC8329BFD065DDF723619
2002-05-27 15:12:11 [5] DEBUG: AT2[/dev/ttyS0]: --> ^Z
2002-05-27 15:12:15 [5] DEBUG: AT2[/dev/ttyS0]: <-- >
2002-05-27 15:12:15 [5] DEBUG: AT2[/dev/ttyS0]: <-- +CMGS: 171
2002-05-27 15:12:15 [5] DEBUG: AT2[/dev/ttyS0]: <-- OK
2002-05-27 15:12:15 [5] DEBUG: AT2[/dev/ttyS0]: send command status: 0


My configuration as follows:


# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
#global-sender = 13013
global-sender = 46705774988
#sendsms-chars = "0123456789 +-"
log-file = "/tmp/smsbox.log"
log-level = 0

# SEND-SMS USERS
group = sendsms-user
username = tester
password = foobar
user-deny-ip = "*.*.*.*"
user-allow-ip = "127.0.0.1"







Re: Fail to deliver SMS when using http-interface.

2002-05-27 Thread Andrea Viscovich

Check the to field, you must urlencode the phone number,
so try with to=%2B46705774***
Cheers
Andrea
- Original Message -
From: "Tobias Höglund" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 27, 2002 5:24 PM
Subject: Fail to deliver SMS when using http-interface.


Hi all.

I have kannel running on a linux machine using a T28 as SMSC.
When I try to send a SMS via the http-interface provided by kannel every
thing looks nice by I don´t receive any SMS.

I´m calling kannel with URL:
http://localhost:13013/cgi-bin/sendsms?username=tester&password=foobar&to=46
705774***&text=Hello+World
and i receive a 'Send' back i browser window, but no SMS is ending up in
the phone with given number.

- Do I have to specify a sms-service for this? If needed, any proposal?
- What is the 'Kannel relay testing (http_smsc)' used for? Is this
something I need?

Below is my logging when I call the URL above, looks fine (to me, but I a
newbie to kannel!). Any suggestions or advise is welcome!

Thanks, regards Tobias.


2002-05-27 15:12:10 [2] DEBUG: HTTP: Creating HTTPClient for `127.0.0.1'.
2002-05-27 15:12:10 [3] INFO: smsbox: Got HTTP request 
from <127.0.0.1>
2002-05-27 15:12:10 [3] INFO: sendsms used by 
2002-05-27 15:12:10 [3] INFO: sendsms sender:
(127.0.0.1) to:<46705774956> msg:
2002-05-27 15:12:10 [3] DEBUG: message length 11, sending 1 messages
2002-05-27 15:12:10 [3] DEBUG: Status: 202 Answer: 
2002-05-27 15:12:10 [3] DEBUG: HTTP: Resetting HTTPClient for `127.0.0.1'.



2002-05-27 15:12:10 [7] DEBUG: boxc_receiver: sms received
2002-05-27 15:12:11 [5] DEBUG: AT2[/dev/ttyS0]: TP-Validity-Period: 24.0
hours
2002-05-27 15:12:11 [5] DEBUG: AT2[/dev/ttyS0]: --> AT+CMGS=24^M
2002-05-27 15:12:11 [5] DEBUG: AT2[/dev/ttyS0]: <-- >
2002-05-27 15:12:11 [5] DEBUG: AT2[/dev/ttyS0]: send command status: 1
2002-05-27 15:12:11 [5] DEBUG: AT2[/dev/ttyS0]: -->
0011000B816407754759F6A70BC8329BFD065DDF723619
2002-05-27 15:12:11 [5] DEBUG: AT2[/dev/ttyS0]: --> ^Z
2002-05-27 15:12:15 [5] DEBUG: AT2[/dev/ttyS0]: <-- >
2002-05-27 15:12:15 [5] DEBUG: AT2[/dev/ttyS0]: <-- +CMGS: 171
2002-05-27 15:12:15 [5] DEBUG: AT2[/dev/ttyS0]: <-- OK
2002-05-27 15:12:15 [5] DEBUG: AT2[/dev/ttyS0]: send command status: 0


My configuration as follows:


# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
#global-sender = 13013
global-sender = 46705774988
#sendsms-chars = "0123456789 +-"
log-file = "/tmp/smsbox.log"
log-level = 0

# SEND-SMS USERS
group = sendsms-user
username = tester
password = foobar
user-deny-ip = "*.*.*.*"
user-allow-ip = "127.0.0.1"









RE: Problem with submit msgs

2002-05-27 Thread Mauricio Ramos

Hi guys,

I'm amazed because I read this message and realized there are SMPP
parameters called "source-addr-ton" and "source-addr-npi" in SMSC group.

Where are those parameters defined?  I haven't seen them on Userguide.html
either in version 1.0.3 or 1.1.6.

Where I can find updated docs?

-Original Message-
From: Oded Arbel [mailto:[EMAIL PROTECTED]]
Sent: domingo, 26 de maio de 2002 04:34
To: Ignat Vassilev
Cc: [EMAIL PROTECTED]
Subject: RE: Problem with submit msgs


> -Original Message-
> From: Ignat Vassilev [mailto:[EMAIL PROTECTED]]
> 

> Hi eric
> Thanks for yor replay...
> yes it does. Here you are my config for smpp
> 
> group = smsc
> smsc = smpp
> interface-version = 3.3
> smsc-id = SMPP
> host = 203.13.108.18
> port = 8011
> receive-port = 8011
> system-id = Futurelab6
> smsc-password = testlab6
> source-addr-ton = 0
> source-addr-npi = 4
> system-type = smpp
> address-range = ""
> keepalive = 0

interface-version should be an integer. read your SMPP reference - for
SMPPv3.3, it should be set to "33" not 3.3 (although according to my
reference it doesn't really matter as long as it isn't set to "34").

--
Oded Arbel
m-Wise Inc.
[EMAIL PROTECTED]
(972)-67-340014
(972)-9-9581711 (ext: 116)

::..
narcolepulacyi, n.:
  The contagious action of yawning, causing everyone in sight
  to also yawn.
 -- "Sniglets", Rich Hall & Friends





RE: kannel + Comverse SMSC

2002-05-27 Thread Mauricio Ramos

That's a good question.

You've mentioned be possible to set TON and NPI in the message itself and
I've seen a message where TON and NPI could be set in conf file, group SMSC.

Where are the updated documentation?  The available is making me confuse...

Thanks.

-Original Message-
From: Damjan [mailto:[EMAIL PROTECTED]]
Sent: segunda-feira, 29 de abril de 2002 13:59
To: [EMAIL PROTECTED]
Subject: Re: kannel + Comverse SMSC


> I'm planing to make some test with kannel 1.1.6 very soon.

Well I did some preliminary testing of Kannel with a Comverse SMSC.
I had this problem, Comverse seems only to accept TON and NPI of
the source address either of:
(TON, NPI) = (5, 1) - alphanumeric 
(TON, NPI) = (1, 1) - numeric international 
(TON, NPI) = (0, 9) - numeric without the "+" (national)

The defaults that kannel uses are different, so I got submit_sm
failures. 

I changed the defaults in the source file (gw/smsc_smpp.c) and now it works
ok.
I noticed in this file it is possible to set the TON and NPI in
the message itself, but I didn't see this in the documentation.





-- 
Damjan Georgievski  |   Дамјан Георгиевски
Skopje, Macedonia   |   Скопје, Македонија




RE: Store file

2002-05-27 Thread Mauricio Ramos

Hi Jacob,

Did get your conclusion regarding the store file?  Does it works?

-Original Message-
From: Jacob Vennervald Madsen [mailto:[EMAIL PROTECTED]]
Sent: quarta-feira, 24 de abril de 2002 05:45
To: Kannel lists (E-mail)
Subject: Store file


Hi All

Has anybody been using the store file?
Does it seem to be stable and reliable?

Cheers,
Jacob Vennervald




Re: Problem with submit msgs

2002-05-27 Thread Ignat Vassilev

Mauricio Ramos wrote:

>Hi guys,
>
>I'm amazed because I read this message and realized there are SMPP
>parameters called "source-addr-ton" and "source-addr-npi" in SMSC group.
>
>Where are those parameters defined?  I haven't seen them on Userguide.html
>either in version 1.0.3 or 1.1.6.
>
>Where I can find updated docs?
>
>-Original Message-
>From: Oded Arbel [mailto:[EMAIL PROTECTED]]
>Sent: domingo, 26 de maio de 2002 04:34
>To: Ignat Vassilev
>Cc: [EMAIL PROTECTED]
>Subject: RE: Problem with submit msgs
>
>
>>-Original Message-
>>From: Ignat Vassilev [mailto:[EMAIL PROTECTED]]
>>
>
>>Hi eric
>>Thanks for yor replay...
>>yes it does. Here you are my config for smpp
>>
>>group = smsc
>>smsc = smpp
>>interface-version = 3.3
>>smsc-id = SMPP
>>host = 203.13.108.18
>>port = 8011
>>receive-port = 8011
>>system-id = Futurelab6
>>smsc-password = testlab6
>>source-addr-ton = 0
>>source-addr-npi = 4
>>system-type = smpp
>>address-range = ""
>>keepalive = 0
>>
>
>interface-version should be an integer. read your SMPP reference - for
>SMPPv3.3, it should be set to "33" not 3.3 (although according to my
>reference it doesn't really matter as long as it isn't set to "34").
>
>--
>Oded Arbel
>m-Wise Inc.
>[EMAIL PROTECTED]
>(972)-67-340014
>(972)-9-9581711 (ext: 116)
>
>::..
>narcolepulacyi, n.:
>  The contagious action of yawning, causing everyone in sight
>  to also yawn.
> -- "Sniglets", Rich Hall & Friends
>
>
>
Hi Mauricio

Im'm not sure where you can fint new docs but if you look into the 
sourece you can see more diferense.

Regards
Ignat