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.
> 



                
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 

Reply via email to