RE: Siemens M20 misconfiguration

2002-09-09 Thread Oded Arbel


> -Original Message-
> From: Avner Sternheim [mailto:[EMAIL PROTECTED]]
> 
> I'm using siemens m20,
> can you recommend another modem , cause I saw on the Kannel 
> user guide that
> this modem has few bugs

That information is not correct, it resulted from testing with a bad modem, and its 
fixed in the CVS. The Siemens is not ideal and it has some quirks but it should work 
for you in most cases.

Please don't cross post. some of use are registered to both lists and getting the same 
email twice is pretty anoying.

--
Oded Arbel
m-Wise mobile solutions
[EMAIL PROTECTED]

+972-9-9581711 (116)
+972-67-340014

::..
The right half of the brain controls the left half of the body.  This means that only 
left handed people are in their right mind.




RE: Siemens M20 misconfiguration

2002-09-08 Thread Avner Sternheim

I'm using siemens m20,
can you recommend another modem , cause I saw on the Kannel user guide that
this modem has few bugs

Avner

-Original Message-
From: Oded Arbel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 05, 2002 9:03 PM
To: Avner Sternheim; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: (no subject)


It's not a problem - simply a misconfiguration. what modems are you using ?

Alternativly - you can implement support for +CMTI notifications into the
AT2 module :-) . a patch to do that was already submitted once upon a time
to the list, but it wasn't clean enough and the author never pursued that
after the sim-buffering patch went it. with the sim-buffering architecture
it shouldn't be hard to implement.

--
Oded Arbel
m-Wise mobile solutions
[EMAIL PROTECTED]

+972-9-9581711 (116)
+972-67-340014

::..
buddha nature
aliens worship
twinkle little star



> -Original Message-
> From: Avner Sternheim [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 05, 2002 4:39 PM
> To: Oded Arbel; Avner Sternheim; [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: (no subject)
> 
> 
> but it depends on the messages I'm sending, from one type of 
> mobile I get
> messages and from another I dont 
> can you recommend on another modem which doesn't have this 
> sort of problems
> ?
> 
> -Original Message-
> From: Oded Arbel [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 05, 2002 3:36 PM
> To: Avner Sternheim; [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: (no subject)
> 
> 
> 
> 
> > -Original Message-
> > From: Avner Sternheim [mailto:[EMAIL PROTECTED]]
> 
> > I'm using kannel stable version 1.2
> 
> > On an incoming messages it says the following in the bearerbox-log: 
> >  DEBUG: AT2[/dev/ttyS1]: <-- +CMTI: "SM",3 
> > Can anyone tell me, why Kannel doesn't fetch the message  ?? 
> 
> Your modem is set to store messages in to SIM memory instead 
> of forwarding
> the SM directly to Kannel. Currently kannel does not support 
> "notifications"
> of submition to SIM memory. you can either fix your init 
> string to issue the
> correct CNMI setting to cause the modem to delivery the SMs 
> directly to the
> TE (Kannel) or enable sim-buffering on the modem. please consult the
> demonstration configuration files in the doc directory on how 
> to do both. 
> 
> --
> Oded Arbel
> m-Wise mobile solutions
> [EMAIL PROTECTED]
> 
> +972-9-9581711 (116)
> +972-67-340014
> 
> ::..
> Microsoft should switch to the vacuum cleaner business where 
> people actually
> want products that suck.
> 




Push PDU - Re: Siemens M20 - Error 322 (Memory full)

2002-08-09 Thread Ralph . Bernecker


Thank you.
 I found better docs for my M20 now (it came without any!!!)
 and the 8bit sending works now, atleast with "normal" SMS.
 Unfortunately this doesn't help me with my WAP Push SMS problem.
 The PDU generated by kannel is either wrong or M20 incompatible:

00
51   :UDHI (User Data Header Indicator) - optional
00   :MR (Message Reference)
0C   :Dest Address Len
91   :Dest Address Type
xx   :Dest Address goes here...
xx
xx
xx
xx
xx
00:Protocol ID
04:DCS (Data Coding Scheme)
A7:SCTS (Service Center Time Stamp)
70:UDL
06:UDH (User Data Header) - optional
05:Port Address IEI
04:LEN
0B:Dest Port
84:Dest Port
23:Org Port
F0:Org Port
04:TID (Push ID)
06:PDU Type (PUSH)
17:HeaderLen
AE:Content Type
96:SI Doc goes here...
6C6F63616C686F73743A3930383000AF
808DCFB48002056A0045C60C03776170
2E696F626F782E666900110331407769
72616C2E636F6D00080AC3072625
15231510C30420030630010357616E74
20746F20746573742061206665746368
3F000101

I tried modifying nearly every parameter, but my M20 always
tells me that the UDL doesn't match the user data. (CMS error 304)

This Push SMS leaves the M20, but isn't delivered to my mobile:
0041040D919471920157780004F7440
605040B8423F0010601AE02056A0045
C60C037761702E7961686F6F2E636F6
D0011033132333400070AC307200207
011510C30420020730010361626
36465000101

I think its because the Dest. Adr. Length is 0D while in the
PDU above it is 0C (which is the right value), but with 0C I found
absolutely no way to get the PDU through the M20... always the UDL error!
It's really annoying and probably theres only one byte wrong...

Any ideas whats wrong with the PDU generated by Kannel?
Any ideas how I can change the 0D to 0C in the second example,
so that the whole PDU is still correct?

greetings,
Ralph



 >   "Enzo dell'Aquila" <[EMAIL PROTECTED]>
 >   Sent by: [EMAIL PROTECTED]
 >   09.08.2002 15:29
 >
 > To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
 > cc:
 > Subject: Re: Siemens M20 - Error 322 (Memory full)
 >
 >Two ways:
 >
 >a) put the sim in a phone and use phone to delete sms ;)
 >b) AT+CMGD for deleting SMS from preferred message storage location. Use
 >AT+CMGD=? : shows whether command has been implemented.
 >
 >Bye,
 >Enzo
 >Hi all,
 >
 >I tracked down my WAP Push sending problem to my M20
 >being unable to send 8bit messages with the command:
 >
 >AT+CMGW=19
 >> 0011000C... (example from Siemens docs or PDU Spy generated 8bit SMS)
 >+CMS ERROR: 322
 >
 >Any ideas how I can free the memory?
 >
 >greetings,
 >Ralph






Re: Siemens M20 - Error 322 (Memory full)

2002-08-09 Thread Enzo dell'Aquila



Two ways:
 
a) put the sim in a phone and use phone to delete 
sms ;)
b) AT+CMGD for deleting SMS from preferred message 
storage location. Use AT+CMGD=? : shows whether command has been 
implemented.
 
Bye,
Enzo
Hi 
  all,I tracked down my WAP Push sending problem to my M20being 
  unable to send 8bit messages with the command:AT+CMGW=19> 
  0011000C... (example from Siemens docs or PDU Spy generated 8bit SMS)+CMS 
  ERROR: 322Any ideas how I can free the 
  memory?greetings,Ralph


RE: Siemens M20 stops receiving sms

2002-06-18 Thread Peter Löfman

Setting the keepalive did not help...
I have now tried the setup with ericsson t39 and that is working
perfectly.
If I receive many messages, will the phone get full??

/Peter Lofman

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Bruno 
> David Rodrigues
> Sent: den 17 juni 2002 14:28
> To: Andrea Trasatti
> Cc: [EMAIL PROTECTED]
> Subject: RE: Siemens M20 stops receiving sms
> 
> 
> On Mon, 2002-06-17 at 09:19, Andrea Trasatti wrote:
> > Hello,
> > are you sure it's a problem with Kannel and not with the M20?
> > 
> > How often do you get SMS messages on it? We have *2* M20 here and we
> > experienced a similar problem VERY often. It seems like if 
> the phone doesn't receive 
> > SMS messages for a while and the server resets it, the 
> phone will just go in some 
> > limbo state. It looks like it's alive, but whatever you try 
> to do, it fails. It doesn't receive 
> > messages anymore and if you try to send any, it will give 
> you a network error, as if 
> > the cell had rejected the message or something. Turn the 
> phone off and back on and 
> > it'll restart working.
> 
> I did have that problem too. M20 stopped receiving messages. 
> I don't send anything through it.
> 
> Try to add keepalive:
> keepalive = 60
> keepalive-cmd = "AT+CBC;+CSQ"
> 
> Then watch the values
> 
>  --> AT+CBC;+CSQ^M
>  <-- +CBC: 1,100
>  <-- +CSQ: 16,0
> 
> CBC= on power, 100 batery
> CSQ= signal 16 (see 3gpp-27007 or 27005)
> 





RE: Siemens M20 stops receiving sms

2002-06-16 Thread Oded Arbel
Title: Message



No, 
haven't seen that happen. but then again I don't use the M20 much. logs would be 
really nice :-)
 
--Oded Arbelm-Wise Mobile Solutions
 
[EMAIL PROTECTED]Mobile: 
+972-67-340014Tel: +972-9-9581711 (ext: 116)
 
::..You can make your world so much larger simply by acknowledging 
everyone else's. -- Jeanne Marie Laskas
 

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]Sent: Friday, June 14, 2002 11:51 
  AMTo: [EMAIL PROTECTED]Subject: Siemens M20 stops 
  receiving sms
  Hi 
  List,
   
  I am testing a SMS 
  gateway setup with Siemens M20 as SMSC.
  I am using approx 
  one week old CVS version.
  It works fine 
  except 
  for one thing:
   
  When sending an 
  empty message to the gateway it stops receiving messages!
   
  Has anyone 
  encountered this problem?
  Is there any 
  simple explanation to this behaivour?
    
  / Peter 
  Lofman


RE: siemens m20

2002-06-02 Thread Oded Arbel

Make sure that the terminal speed is set correctly (19200 on my M20 - could yours be 
set to a different line speed ?), that was my problem last time I had difficulties 
getting the M20 to start.

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

::..
Wise men make proverbs, but fools repeat them.
-- Samuel Palmer


> -Original Message-
> From: Lukas [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, June 02, 2002 9:51 AM
> To: Kannel lists (E-mail)
> Subject: Re: siemens m20
> 
> 
> > We're also using M20 terminals w/o problems - we had some 
> problems with
> > sim buffering and an old M20 which was probably faulty, but the new
> > bunch we got work perfectly.
> 
> So i really don`t know what`s the problem in my case. I have 
> Slackware 8.0
> linux with 2.4.18 kernel + libxml2-2.4.20 installed from 
> sources and, of
> course - kannel 1.1.6.
> 
> Maybe sth is missing? I had some problems while installing (this with
> headers in wrong place) but i`ve changed it and program was compiled.
> 
> It looks, that at commands are completly ignored by modem 
> when kannel is
> trying to initialize it. I have some other stuff like 
> 'samsemd' in perl and
> smstools installed and work fine...
> 
> Anyway, if someone of you have an idea how to solve it, 
> please contact me.
> Thanks and bye bye.
> 
> btw. Has an Ericsonn his own protocol? Like Nokia has 
> developed a Cimd...
> I`ve heard that one of operators in my country is using a 
> ericsonn protocol.
> Maybe someone knows what is the name of it? Or maybe i was 
> wrong informed...
> 
> lukas
> 
> 
> 




RE: siemens m20

2002-06-02 Thread Peter Löfman



> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Lukas
> Sent: den 2 juni 2002 10:51
> To: Kannel lists (E-mail)
> Subject: Re: siemens m20
> 
> 
> > We're also using M20 terminals w/o problems - we had some problems 
> > with sim buffering and an old M20 which was probably 
> faulty, but the 
> > new bunch we got work perfectly.
> 
> So i really don`t know what`s the problem in my case. I have 
> Slackware 8.0 linux with 2.4.18 kernel + libxml2-2.4.20 
> installed from sources and, of course - kannel 1.1.6.
> 
> Maybe sth is missing? I had some problems while installing 
> (this with headers in wrong place) but i`ve changed it and 
> program was compiled.
> 
> It looks, that at commands are completly ignored by modem 
> when kannel is trying to initialize it. I have some other 
> stuff like 'samsemd' in perl and smstools installed and work fine...
> 
> Anyway, if someone of you have an idea how to solve it, 
> please contact me. Thanks and bye bye.
> 
> btw. Has an Ericsonn his own protocol? Like Nokia has 
> developed a Cimd... I`ve heard that one of operators in my 
> country is using a ericsonn protocol. Maybe someone knows 
> what is the name of it? Or maybe i was wrong informed...


Ericsson's SMSC is using the SMPP protocol.
That protocol is also used by other manufacturers.

/Peter Lofman

> lukas
> 





Re: siemens m20

2002-06-02 Thread Lukas

> We're also using M20 terminals w/o problems - we had some problems with
> sim buffering and an old M20 which was probably faulty, but the new
> bunch we got work perfectly.

So i really don`t know what`s the problem in my case. I have Slackware 8.0
linux with 2.4.18 kernel + libxml2-2.4.20 installed from sources and, of
course - kannel 1.1.6.

Maybe sth is missing? I had some problems while installing (this with
headers in wrong place) but i`ve changed it and program was compiled.

It looks, that at commands are completly ignored by modem when kannel is
trying to initialize it. I have some other stuff like 'samsemd' in perl and
smstools installed and work fine...

Anyway, if someone of you have an idea how to solve it, please contact me.
Thanks and bye bye.

btw. Has an Ericsonn his own protocol? Like Nokia has developed a Cimd...
I`ve heard that one of operators in my country is using a ericsonn protocol.
Maybe someone knows what is the name of it? Or maybe i was wrong informed...

lukas





Re: siemens m20

2002-06-02 Thread Oded Arbel

Bruno Rodrigues wrote:

>On Fri, 2002-05-31 at 11:00, Lukas wrote:
>  
>
>>Hello group,
>>
>>I have serious problem with setting my siemens m20 as smsc center. Kannel
>>cannot run it. I don`t know what it is, but i used this modem with other
>>applications (based on AT commands too) and worked fine (the same machine,
>>same port).
>>I can`t even make it visible for kannel not to mention of setting m20 based
>>smsc...
>>
>>I have a question to you, if someone of you is using M20 Terminal with
>>kannel? Maybe someone have similar problem and solved it and want to share
>>how to do it;-)
>>
>>I have tried to set smsc both AT and AT2 type - no success. I`ve tried
>>autodetection, changing speed, even changing query-string. The green LED is
>>still blinking and modem gives no answer to kannel.
>>
>>
>
>led is blinking means you are not yet registered on GSM network.
>It shouldn't matter to the opening of at port, but either way
>
>I'm using two M20 without problems, with modemtype=sienems_m20 and 
>speed=19200
>
>  
>
We're also using M20 terminals w/o problems - we had some problems with 
sim buffering and an old M20 which was probably faulty, but the new 
bunch we got work perfectly.

--
Oded

>  
>





Re: siemens m20

2002-05-31 Thread Bruno Rodrigues

On Fri, 2002-05-31 at 11:00, Lukas wrote:
> Hello group,
> 
> I have serious problem with setting my siemens m20 as smsc center. Kannel
> cannot run it. I don`t know what it is, but i used this modem with other
> applications (based on AT commands too) and worked fine (the same machine,
> same port).
> I can`t even make it visible for kannel not to mention of setting m20 based
> smsc...
> 
> I have a question to you, if someone of you is using M20 Terminal with
> kannel? Maybe someone have similar problem and solved it and want to share
> how to do it;-)
> 
> I have tried to set smsc both AT and AT2 type - no success. I`ve tried
> autodetection, changing speed, even changing query-string. The green LED is
> still blinking and modem gives no answer to kannel.

led is blinking means you are not yet registered on GSM network.
It shouldn't matter to the opening of at port, but either way

I'm using two M20 without problems, with modemtype=sienems_m20 and 
speed=19200







Re: Siemens M20 and Kannel's latest version

2001-09-14 Thread Silvio Schneider

At 10:43 14.09.01 +0200, Jose Gonzales wrote:
>Hi all,
>
>I am having trouble with the latest version of Kannel
>and Siemns M20 - When I send a message to a phone the
>message failed to to arrive evrytime  - but Kannel did
>not report an error. Has this happened to anyone out
>there?


Nope, I used Kannel 1.15 and it worked. It didn't
work with the stable version but with the latest, no probelm.

One thing that could be is, that you don't have enough GSM-Signal.
Look on a normal mobile for the signal power. Try to find a better
place for your antenna.

Silvio
--
Mac for work, Linux for network and Windows for Solitare.