Color SMS using Kannel 1.5.0 Gateway.

2012-07-27 Thread Ravindra Gupta // Viva
Hi Team,

We are using Kannel 1.5.0. Is it possible to sent color SMS using Kannel
 gateway ?

Kindly provide some suggestion for the same.


Re: Email2SMS

2012-07-27 Thread Anshu Sah
Hi,


I have alternate suggestion for you.

EMAIL PIPING -> Any PHP PAGE -> Call you SMS API on this page
http://harrybailey.com/2009/02/send-or-pipe-an-email-to-a-php-script/


Regards
Anshu Sah


Re: how to remove + from receiving short-code

2012-07-27 Thread ha...@aeon.pk
You might need to talk to your SMSC vendor to see which TON and NPI
settings are being used. Shuffling those values, you can avoid getting
+sign from SMSC. Else, do as Alvaro suggested below.

On Thu, Jul 26, 2012 at 7:28 PM, Alvaro Cornejo wrote:

> Hi
>
> The + sign means the number following is in international format ie it
> carries country code. It is to your app to remove it -if needed- and
> process it accordingly.
>
> Regards
>
> Alvaro
>
> On 7/26/12, moz...@gmail.com  wrote:
> > using %P and %p results like  does not remove + from the receiver part
> >
> > e-g
> >
> > access.log;
> > [from:218922526xxx] [to:+21855xxx]
> >
> > smsbox;
> > 2012-07-26 12:21:51 [6300] [4] INFO: Starting to service  51025>
> > from <218922526xxx> to <:+21855xxx>
> >
> > it remove + from the sender but not from the receiver I want to remove
> +218
> > in receiver number.
> >
> >
> >
> > From: Christopher Burke
> > Sent: 26 July 2012 4:46 PM
> > To: moz...@gmail.com
> > Cc: users@kannel.org
> > Subject: Re: how to remove + from receiving short-code
> >
> > Hi,
> >
> > If you're using the get-url in the sms-service configuration you can use
> one
> > of the other escape-codes, which are noted in the Kannel user guide Table
> > 6-9. Parameters (Escape Codes):
> >
> >
> http://www.kannel.org/download/1.4.0/userguide-1.4.0/userguide.html#AEN3087
> >
> > The + sign is a sender/reciever formatter, while %p/%P will use the
> > non-formatted.
> >
> > Kind Regards,
> >
> > Christopher
> >
> >
> > On 26/07/12 12:11, moz...@gmail.com wrote:
> >
> >   is it possible to remove + sign from the receiving short-code?  just
> like
> > kannel do for sender number using unified-prefix?
> >
> >
> > --
> >
> > Christopher Burke
> > Development Team Leader / Software Engineer
> > http://simulity.com
> > Mobile: +44 7590 571 833
> > Skype:krslynx
> >
> > NOTICE: This message contains privileged & confidential information
> intended
> > only for the use of the addressee named above. If you are not the
> intended
> > recipient of this message, you are hereby notified that you must not
> > disseminate, copy or take any action in reliance on it. If you have
> received
> > this message in error, please notify Simulity Labs immediately. Any views
> > expressed in this message are those of the individual sender except where
> > the sender specifically states them to be the view of Simulity Labs
>
>
> --
>
> |-|
> 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
>
>


Re: Huge delay in sending bulk sms from kannel

2012-07-27 Thread ha...@aeon.pk
Use SQLBOX for bulk broadcast ALWAYS! Guarnateed to work on very high
speed, much more than SMSBOX.

On Tue, Jul 24, 2012 at 1:23 PM, saurabh chandan  wrote:

> Hi All,
>
> I have kannel1.4.3 with 12 active SMPP SMSC connections. Out of these
> connections 2 SMSC are being used for MT(Bulk Push). Problem is that even
> 40 sms are taking over 5 minutes to get delivered. Service provider has
> already given 5 TPS throughput.
> Can't really understand the problem. Kindly help!!
>
> --
> --
> *Thanks & Regards,
> Saurabh Chandan
>
> *
>
>


Re: about USSD;

2012-07-27 Thread ha...@aeon.pk
Towards the GSM network? No.

You can howeve use it to run USSD apps, if there is an existing USSD
gateway in the GSM network, to whom you can integrate kannel.

On Tue, Jul 24, 2012 at 10:40 AM, Vijay kumar Dadhich
wrote:

> Hello Friends,
>
> can we use kannel as USSD gateway ?
>
>
>
> --
> Thanks & Regards,
>
> -Vijay Kumar Dadhich
> Entrepreneur
>
>


Re: sequence for bearerbox,smsbox and sqlbox

2012-07-27 Thread ha...@aeon.pk
Bearerbox <--> Sqlbox <--> Smsbox

On Fri, Jul 20, 2012 at 11:15 AM, neo nortan wrote:

>
> dear
> please tell me what should be the running sequence of bearerbox,sqlbox and
> smsbox.
> my kannel is running fine.
> when i run only bearerbox and smsbox and sending sms using url, sms is
> delivered and dlr-url is also fired and dlr report is stored in a mysql
> table.
> But when i run sqlbox and send sms through send_sms table sms delivered
> dlr reports also getting in sent_sms table but dlr_url is not fired and dlr
> report is not stored in my mysql table.
>
> my configuration files using ports
>
> *kannel.conf*
>
> group = core
> admin-port = 13000
> smsbox-port = 13001
> .
> .
> .
> .
> .
> group = smsbox
> smsbox-id = box13000
> bearerbox-host = 127.0.0.1
> sendsms-port = 13013
> global-sender = 13013
>
>
>
> *sqlbox.conf*
>
> group = sqlbox
> id = sqlbox-db
> smsbox-id = sqlbox
> bearerbox-host = localhost
> bearerbox-port = 13001
> smsbox-port = 13005
> .
> .
> .
> group = mysql-connection
> id = sqlbox-db
>
> Note: *kannel.conf is using for running both bearerbox and
> smsbox.
>
> regards
>
> *
>
> 
> Follow *Rediff Deal ho 
> jaye!
> * to get exciting offers in your city everyday.


SQLBOX version

2012-07-27 Thread ha...@aeon.pk
I downloaded sqlbox via SVN. How can I know which sqlbox version am I on?


Re: Huge delay in sending bulk sms from kannel

2012-07-27 Thread spameden
I do use it.

It's not really that fast actually. I did few tests, smsbox was much faster
than sqlbox with reports turned on (bearerbox was configured to store
reports in sql as well in both cases).

There was a guy on the lists with memcached support, hopefully someone will
add it and share to the kannel developers (it's not really hard to
implement - but I'm not that good in C).

2012/7/27 ha...@aeon.pk 

> Use SQLBOX for bulk broadcast ALWAYS! Guarnateed to work on very high
> speed, much more than SMSBOX.
>
>
> On Tue, Jul 24, 2012 at 1:23 PM, saurabh chandan <
> saurabhchanda...@gmail.com> wrote:
>
>> Hi All,
>>
>> I have kannel1.4.3 with 12 active SMPP SMSC connections. Out of these
>> connections 2 SMSC are being used for MT(Bulk Push). Problem is that even
>> 40 sms are taking over 5 minutes to get delivered. Service provider has
>> already given 5 TPS throughput.
>> Can't really understand the problem. Kindly help!!
>>
>> --
>> --
>> *Thanks & Regards,
>> Saurabh Chandan
>>
>> *
>>
>>
>


Re: SQLBOX version

2012-07-27 Thread spameden
the last version is 0.7.2

you can check latest revision number by issuing svn info command.

2012/7/27 ha...@aeon.pk 

> I downloaded sqlbox via SVN. How can I know which sqlbox version am I on?
>


Re: sequence for bearerbox,smsbox and sqlbox

2012-07-27 Thread spameden
depends on what you really need.

Quoting Rene's post earlier about dlr-url:

This is a FAQ.
>
> The way to solve it is like this: Connect an smsbox to bearerbox with a
> particular id, e.g. “smsbox”.
>
> Then, when sending the message, enter proper values for dlr-mask and
> dlr-url and (important) fill the field “boxc_id” with the value of the id
> of your smsbox. So in this case “smsbox”.
>
>
>
> If you do all this, kannel will –upon receiving a dlr- forward the dlr-url
> to your smsbox instance which will subsequently call the http request.
>

But I don't really get why would you need to call dlr-url when using
sqlbox? You can either modify source code or use MySQL trigger to update
relevant table with needed information.


2012/7/27 ha...@aeon.pk 

> Bearerbox <--> Sqlbox <--> Smsbox
>
>
> On Fri, Jul 20, 2012 at 11:15 AM, neo nortan wrote:
>
>>
>> dear
>> please tell me what should be the running sequence of bearerbox,sqlbox
>> and smsbox.
>> my kannel is running fine.
>> when i run only bearerbox and smsbox and sending sms using url, sms is
>> delivered and dlr-url is also fired and dlr report is stored in a mysql
>> table.
>> But when i run sqlbox and send sms through send_sms table sms delivered
>> dlr reports also getting in sent_sms table but dlr_url is not fired and dlr
>> report is not stored in my mysql table.
>>
>> my configuration files using ports
>>
>> *kannel.conf*
>>
>> group = core
>> admin-port = 13000
>> smsbox-port = 13001
>> .
>> .
>> .
>> .
>> .
>> group = smsbox
>> smsbox-id = box13000
>> bearerbox-host = 127.0.0.1
>> sendsms-port = 13013
>> global-sender = 13013
>>
>>
>>
>> *sqlbox.conf*
>>
>> group = sqlbox
>> id = sqlbox-db
>> smsbox-id = sqlbox
>> bearerbox-host = localhost
>> bearerbox-port = 13001
>> smsbox-port = 13005
>> .
>> .
>> .
>> group = mysql-connection
>> id = sqlbox-db
>>
>> Note: *kannel.conf is using for running both bearerbox and
>> smsbox.
>>
>> regards
>>
>> *
>>
>> 
>> Follow *Rediff Deal ho 
>> jaye!
>> * to get exciting offers in your city everyday.
>
>
>


Re: how to remove + from receiving short-code

2012-07-27 Thread Tanja Kipreska
Hi,
Have you tried using unified-prefix parameter in group=core config section.
Try setting this parameter to: unified-prefix = "-,+"

BR,
Tanja
On Fri, Jul 27, 2012 at 3:38 PM, ha...@aeon.pk  wrote:

> You might need to talk to your SMSC vendor to see which TON and NPI
> settings are being used. Shuffling those values, you can avoid getting
> +sign from SMSC. Else, do as Alvaro suggested below.
>
>
> On Thu, Jul 26, 2012 at 7:28 PM, Alvaro Cornejo 
> wrote:
>
>> Hi
>>
>> The + sign means the number following is in international format ie it
>> carries country code. It is to your app to remove it -if needed- and
>> process it accordingly.
>>
>> Regards
>>
>> Alvaro
>>
>> On 7/26/12, moz...@gmail.com  wrote:
>> > using %P and %p results like  does not remove + from the receiver part
>> >
>> > e-g
>> >
>> > access.log;
>> > [from:218922526xxx] [to:+21855xxx]
>> >
>> > smsbox;
>> > 2012-07-26 12:21:51 [6300] [4] INFO: Starting to service > 51025>
>> > from <218922526xxx> to <:+21855xxx>
>> >
>> > it remove + from the sender but not from the receiver I want to remove
>> +218
>> > in receiver number.
>> >
>> >
>> >
>> > From: Christopher Burke
>> > Sent: 26 July 2012 4:46 PM
>> > To: moz...@gmail.com
>> > Cc: users@kannel.org
>> > Subject: Re: how to remove + from receiving short-code
>> >
>> > Hi,
>> >
>> > If you're using the get-url in the sms-service configuration you can
>> use one
>> > of the other escape-codes, which are noted in the Kannel user guide
>> Table
>> > 6-9. Parameters (Escape Codes):
>> >
>> >
>> http://www.kannel.org/download/1.4.0/userguide-1.4.0/userguide.html#AEN3087
>> >
>> > The + sign is a sender/reciever formatter, while %p/%P will use the
>> > non-formatted.
>> >
>> > Kind Regards,
>> >
>> > Christopher
>> >
>> >
>> > On 26/07/12 12:11, moz...@gmail.com wrote:
>> >
>> >   is it possible to remove + sign from the receiving short-code?  just
>> like
>> > kannel do for sender number using unified-prefix?
>> >
>> >
>> > --
>> >
>> > Christopher Burke
>> > Development Team Leader / Software Engineer
>> > http://simulity.com
>> > Mobile: +44 7590 571 833
>> > Skype:krslynx
>> >
>> > NOTICE: This message contains privileged & confidential information
>> intended
>> > only for the use of the addressee named above. If you are not the
>> intended
>> > recipient of this message, you are hereby notified that you must not
>> > disseminate, copy or take any action in reliance on it. If you have
>> received
>> > this message in error, please notify Simulity Labs immediately. Any
>> views
>> > expressed in this message are those of the individual sender except
>> where
>> > the sender specifically states them to be the view of Simulity Labs
>>
>>
>> --
>>
>> |-|
>> 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
>>
>>
>


Re: SQLBOX version

2012-07-27 Thread ha...@aeon.pk
Thanks. The command shows this:

Path: .
URL: https://svn.kannel.org/sqlbox/trunk
Repository Root: https://svn.kannel.org/sqlbox
Repository UUID: f3fed257-b28a-44f2-b4e3-79d1f487ca6d
Revision: 49
Node Kind: directory
Schedule: normal
Last Changed Author: amalysh
Last Changed Rev: 49
Last Changed Date: 2012-07-10 13:53:59 +0500 (Tue, 10 Jul 2012)
How do you interpret 0.7.2 thing from this info?




On Fri, Jul 27, 2012 at 7:17 PM, spameden  wrote:

> the last version is 0.7.2
>
> you can check latest revision number by issuing svn info command.
>
> 2012/7/27 ha...@aeon.pk 
>
> I downloaded sqlbox via SVN. How can I know which sqlbox version am I on?
>>
>
>


Re: SQLBOX version

2012-07-27 Thread spameden
I've got version 0.7.2 from debian.

It was last stable version.

2012/7/27 ha...@aeon.pk 

> Thanks. The command shows this:
>
> Path: .
> URL: https://svn.kannel.org/sqlbox/trunk
> Repository Root: https://svn.kannel.org/sqlbox
> Repository UUID: f3fed257-b28a-44f2-b4e3-79d1f487ca6d
> Revision: 49
> Node Kind: directory
> Schedule: normal
> Last Changed Author: amalysh
> Last Changed Rev: 49
> Last Changed Date: 2012-07-10 13:53:59 +0500 (Tue, 10 Jul 2012)
> How do you interpret 0.7.2 thing from this info?
>
>
>
>
> On Fri, Jul 27, 2012 at 7:17 PM, spameden  wrote:
>
>> the last version is 0.7.2
>>
>> you can check latest revision number by issuing svn info command.
>>
>> 2012/7/27 ha...@aeon.pk 
>>
>> I downloaded sqlbox via SVN. How can I know which sqlbox version am I on?
>>>
>>
>>
>