You might be getting UCS2 (double-byte) characters. Check your
bearerbox logs (usually in kannel.log) to see what you are
receiving from your SMPP provider.  From your other message,
it would appear that they are not sending you GSM7 characters.
As a result, the keywords listed in your sms-service group
would not automatically match.

You might want to set the 'mo-recode' option in your
smsc configuration group for the SMPP connection. This
will indicate to the bearerbox that it should try to
recode any non ISO-8859-1 characters (e.g. UCS2)
back to ISO-8859-1 which can be matched with your
'keyword'.

See ya...

d.c.

**>Date: Wed, 15 Dec 2004 17:03:17 -0800 (PST)
**>From: Tech mark <[EMAIL PROTECTED]>
**>Subject: Re: GSM Modem + SMPP ........ sms receiving
**>To: Davy Chan <[EMAIL PROTECTED]>, Kannel <[EMAIL PROTECTED]>
**>In-Reply-To: <[EMAIL PROTECTED]>
**>
**>as u said , i have done configurations. when i send
**>sms via GSM modem to a certain application which has
**>been hosted in SMSC , by that should reply for the
**>kannel box . Bearbox showing it receives that reply ,
**>but from smsbox nothing are showing. 
**>
**>In my configurations , for the core setup  i have
**>added following lines, 
**>
**>sms-incoming-queue-limit = -1
**>smsbox-max-pending = 1
**>
**>Is this wrong ? i dont want to put that replies in a
**>que, i want to get them to the smsbox as soon as they
**>received.
**>
**>plz advice me ,
**>
**>Thanx in advance,
**>anaconda
**>--- Davy Chan <[EMAIL PROTECTED]> wrote:
**>
**>> **>Date: Fri, 10 Dec 2004 18:57:35 -0800 (PST)
**>> **>From: Tech mark <[EMAIL PROTECTED]>
**>> **>Subject: GSM Modem + SMPP
**>> **>To: Kannel <[EMAIL PROTECTED]>, Navjot
**>> <[EMAIL PROTECTED]>
**>> **>
**>> **>hi Kannel ,
**>> **> 
**>> **> 
**>> **>I would like to know , in kannel , is there any
**>> possibility to run GSM modem + SMPP simultaniously
**>> in a same configuaration file ?
**>> **>my requrement is , 
**>> **>1. start to send sms via GSM modem
**>> **>2. when in some instances i want to send sms via
**>> smpp as well .
**>> **> 
**>> **>plz guide me .....................
**>> **> 
**>> **>Thanx in advance
**>> 
**>>  - Create a section for the GSM modem:
**>>    group = smsc
**>>    smsc = at
**>>    smsc-id = "smsc_at"
**>>    allowed-smsc-id = "smsc_at"
**>>      :
**>>      :
**>>  - Create a section for the SMPP connection:
**>>    group = smsc
**>>    smsc = smpp
**>>    smsc-id = "smsc_smpp"
**>>    allowed-smsc-id = "smsc_smpp"
**>>      :
**>>      :
**>>  - Create a section for routing that will be read by
**>> the bearerbox:
**>>    group = smsbox-route
**>>    smsbox-id = "smsbox"
**>>    smsc-ids = "smsc_at;smsc_smpp"
**>>  - When sending MT SMS, specify the smsc-id of the
**>> GSM modem when
**>>    you want to send through the GSM modem:
**>>      GET
**>>
**>/cgi-bin/sendsms?smsc=smsc_at&to=1234&text=msg%20to%20GSM%20Modem
**>>  - When sending through the SMPP connection, use the
**>> smsc-id of the
**>>    SMPP connection:
**>>      GET
**>>
**>/cgi-bin/sendsms?smsc=smsc_smpp&to=1234&text=msg%20to%20SMPP
**>> 
**>> See ya...
**>> 
**>> d.c.

Reply via email to