In bearerbox configurations, add a default service, and can have other
services as well, configurations should be something like this:
group = sms-service
keyword = default
catch-all = yes
max-messages = 0
get-url = "http://server-ip/receive.php?%p_%b_%P_%i"
omit-empty = yes
Regards.
From: [email protected] [mailto:[email protected]] On Behalf
Of Eric Beda
Sent: Thursday, September 27, 2012 8:42 AM
To: Alvaro Cornejo
Cc: [email protected]
Subject: Re: receiving sms via smpp
Ok,
In which group do I tell kannel the url of my app ?? is it the sms-service
group or in opensmppbox ??
Regards
Eric
On Thu, Sep 27, 2012 at 4:34 AM, Alvaro Cornejo <[email protected]>
wrote:
Hi
Yes, you need to tell kannel which url to call in order to deliver the
incoming message.
Then that app -of your own- will process it according to your needs.
Regards
Alvaro
|---------------------------------------------------------------------------
--------------------------------------|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
celular y Nextel
en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
SMS y GPRS online
Visitenos en www.perusms.NET www.smsglobal.com.mx y
www.pravcom.com
On Wed, Sep 26, 2012 at 5:03 PM, Eric Beda <[email protected]> wrote:
> Hi all,
>
> This is my first time posting. I have installed kannel 1.5.0, opensmppbox
> and sqlbox. I want to be able to send and receive messages via SMPP. I've
> figured out how to send messages, was wondering how does one receive
> messages. is it via the sms-service group in get-url ??.
>
> Regards