Elvis,
Apparently your modem doesn't notice the messages are on the SIM on the
first place.

That usually has to do with the init-string, message-storage and other
related parameters. Try finding your modem's documentation, perhaps there's
some special setting needed on the init-string or something similar.

Sadly, each modem has its quircks, so there's no "standard" configuration
that works for all of them, you'll have to keep on trying.

Regards,

Alejandro

On Wed, Jul 15, 2009 at 3:05 PM, Elvis Jorge <[email protected]> wrote:

> Hello,
>
> My modem is working fine, I can send sms without any problem but I can´t
> receive it. My modem is not detecting the incoming sms.
>
> Thanks
>
> ----- Original Message ----- From: "Benaiad" <[email protected]>
> To: "Elvis Jorge" <[email protected]>
> Cc: <[email protected]>
> Sent: Tuesday, July 14, 2009 6:32 PM
> Subject: Re: Problem receiving SMS
>
>
>
> Hi,
> Regarding your modem type "Sony Ericsson P1i", I found this sample
> modems group configuration in the latest kannel-cvs under
> /kannel-snapshot/doc/examples/modems.conf
> did you check with it?
>
> group = modems
> id = sonyericsson_p1i
> name = "Sony Ericsson P1i"
> detect-string = "Sony Ericsson P1i"
> init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
> message-storage = "SM"
> reset-string = "ATZ"
> broken = true
>
> BR
>
> On 7/14/09, Elvis Jorge <[email protected]> wrote:
>
>> Hello all..
>>
>> I need you to help me, I don´t know what´s happening but kannel is not
>> detecting the SMS that my phone receives, I´ve changed severalta times my
>> configuration file but I´m having problem, I guess this is a simple
>> problem
>> but I can´t resolve it. In my logs there isn´t nothing about SMS received
>> because kannel is not detecting them.  This is my configuration file:
>>
>> group = core
>> admin-port = 13000
>> smsbox-port = 13001
>> admin-password = bar
>> admin-allow-ip = "*.*.*.*"
>> log-file = "/var/log/kannel/kannel.log"
>> log-level = 0
>> access-log = "/var/log/kannel/access.log"
>>
>> group = modems
>> id = sonyericsson_p1i
>> name = "Sony Ericsson P1i"
>> detect-string = "Sony Ericsson P1i"
>> init-string = "ATZ"
>> init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
>>
>> group = smsc
>> smsc = at
>> modemtype = auto
>> smsc-id = gsm
>> device = /dev/ttyACM1
>> my-number = +18097068824
>> sms-center = +18098599999
>> log-level = 0
>>
>> group = smsbox
>> bearerbox-host = 127.0.0.1
>> sendsms-port = 13013
>> log-file = "/var/log/kannel/smsbox.log"
>> log-level = 0
>> access-log = "/var/log/kannel/access.log"
>>
>> group = sendsms-user
>> username = tester
>> password = foobar
>> user-allow-ip = "*.*.*.*"
>>
>> group = sms-service
>> keyword = default
>> catch-all = true
>> get-url = "http://localhost/cgi-bin/sms.php?sender=%p&text=%a";
>> max-messages = 0
>> concatenation = true
>>
>> group = sms-service
>> keyword = nop
>> text = "You asked nothing and I did it!"
>>
>> #group = sms-service
>> #keyword = default
>> #text = "No service specified"
>>
>>
>> Thanks and best regards
>>
>>
>> Elvis Jorge
>> Cell: 809-706-8824
>> ETGTEL DOMINICANA
>>
>>
>
>

Reply via email to