Re: Kannel SMS Parking Application

2011-06-21 Thread Joseph Koech
Hi Milan P,
That really sounds great. i am mostly interested on the send/stop sms
parking and the response after one stops the SMS parking. I won't mind
if you omitted the payment part and shared the rest. Looking forward.
Thanks.

KR,
Joseph.

On Tue, Jun 21, 2011 at 9:26 AM, Milan P. Stanic m...@arvanta.net wrote:
 On Tue, 2011-06-21 at 08:16, Joseph Koech wrote:
 I am trying to build a simple SMS parking application. I am relatively
 well off with kannel but I wanted to know if anyone has tried this
 before and maybe point out some other tools / s/w that are required. I
 will also appreciate if someone will be willing to hold my hand
 through the development process.

 I did that even three times. I even intended to release one of the SMS
 parking application for free use but I cannot because of some NDA with
 payment providers.

 --
 Kind regards,  Milan
 --
 Arvanta, IT Security        http://www.arvanta.net
 Please do not send me e-mail containing HTML code.





Re: Kannel SMS Parking Application

2011-06-21 Thread Nikos Balkanas

Hi,

For the benefit of the list could someone explain what is an SMS parking 
aplication? Maybe we have an idea about what to do.


BR,
Nikos
- Original Message - 
From: Joseph Koech kipponthe...@gmail.com

To: users@kannel.org
Sent: Tuesday, June 21, 2011 9:47 AM
Subject: Re: Kannel SMS Parking Application


Hi Milan P,
That really sounds great. i am mostly interested on the send/stop sms
parking and the response after one stops the SMS parking. I won't mind
if you omitted the payment part and shared the rest. Looking forward.
Thanks.

KR,
Joseph.

On Tue, Jun 21, 2011 at 9:26 AM, Milan P. Stanic m...@arvanta.net wrote:

On Tue, 2011-06-21 at 08:16, Joseph Koech wrote:

I am trying to build a simple SMS parking application. I am relatively
well off with kannel but I wanted to know if anyone has tried this
before and maybe point out some other tools / s/w that are required. I
will also appreciate if someone will be willing to hold my hand
through the development process.


I did that even three times. I even intended to release one of the SMS
parking application for free use but I cannot because of some NDA with
payment providers.

--
Kind regards, Milan
--
Arvanta, IT Security http://www.arvanta.net
Please do not send me e-mail containing HTML code.







Re: Kannel SMS Parking Application

2011-06-21 Thread Milan P. Stanic
On Tue, 2011-06-21 at 10:14, Nikos Balkanas wrote:
 For the benefit of the list could someone explain what is an SMS
 parking aplication? Maybe we have an idea about what to do.

SMS parking application is just system by which users of parking payment
service uses SMS to pay parking tickets (usually on street parking) for
vehicles.

Such applications does not have much in common with Kannel (or
especially with Kannels mailing lists). Kannel can be used as very
good SMS gateway, but SMS could be received/sent by other methods, i.e.
HTTP, custom TCP/UDP/IP messaging or anything else.

Such applications is specific to business logic employed for particular
parking service and they are not simple send/receive SMS and put it in
the some database. There are a lot of work behind the stage.

Very short and incomplete description of one of such applications can be
seen on the my company WEB site at:
http://www.arvanta.net/simsms.html
(screenshots are in Serbian)

That is really short description but for a Kannel users list (were such
discussions aren't appropriate) is enough, IMHO. But, is anyone wants I
can write a lot about it because I work in that market for about six (or
maybe more) years and Kannel was/is really valuable element of some of
the systems we developed.

 - Original Message - From: Joseph Koech
 kipponthe...@gmail.com
 To: users@kannel.org
 Sent: Tuesday, June 21, 2011 9:47 AM
 Subject: Re: Kannel SMS Parking Application
 
 
 Hi Milan P,
 That really sounds great. i am mostly interested on the send/stop sms
 parking and the response after one stops the SMS parking. I won't mind
 if you omitted the payment part and shared the rest. Looking forward.
 Thanks.
 
 KR,
 Joseph.
 
 On Tue, Jun 21, 2011 at 9:26 AM, Milan P. Stanic m...@arvanta.net wrote:
 On Tue, 2011-06-21 at 08:16, Joseph Koech wrote:
 I am trying to build a simple SMS parking application. I am relatively
 well off with kannel but I wanted to know if anyone has tried this
 before and maybe point out some other tools / s/w that are required. I
 will also appreciate if someone will be willing to hold my hand
 through the development process.
 
 I did that even three times. I even intended to release one of the SMS
 parking application for free use but I cannot because of some NDA with
 payment providers.
 
 --
 Kind regards, Milan
 --
 Arvanta, IT Security http://www.arvanta.net
 Please do not send me e-mail containing HTML code.
 
 
 
 

-- 
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.



Re: Kannel SMS Parking Application

2011-06-21 Thread Elton Hoxha
Using SMS as mobile payment channel is getting wider, but I dont see Kannel
as major factor here. All application logic is beyond kannel, by processing
the relevant keywords, i.e start parking; stop parking. Including
billing integrations as well, which consists at definition of charging
model. Either chargeable by defining a specific shortcode with the static
price, or calling directly Operator Billing API to check balance and charge
dynamically based on spent hours.


2011/6/21 Nikos Balkanas nbalka...@gmail.com

 Hi,

 For the benefit of the list could someone explain what is an SMS parking
 aplication? Maybe we have an idea about what to do.

 BR,
 Nikos
 - Original Message - From: Joseph Koech kipponthe...@gmail.com
 To: users@kannel.org
 Sent: Tuesday, June 21, 2011 9:47 AM
 Subject: Re: Kannel SMS Parking Application



 Hi Milan P,
 That really sounds great. i am mostly interested on the send/stop sms
 parking and the response after one stops the SMS parking. I won't mind
 if you omitted the payment part and shared the rest. Looking forward.
 Thanks.

 KR,
 Joseph.

 On Tue, Jun 21, 2011 at 9:26 AM, Milan P. Stanic m...@arvanta.net wrote:

 On Tue, 2011-06-21 at 08:16, Joseph Koech wrote:

 I am trying to build a simple SMS parking application. I am relatively
 well off with kannel but I wanted to know if anyone has tried this
 before and maybe point out some other tools / s/w that are required. I
 will also appreciate if someone will be willing to hold my hand
 through the development process.


 I did that even three times. I even intended to release one of the SMS
 parking application for free use but I cannot because of some NDA with
 payment providers.

 --
 Kind regards, Milan
 --**
 Arvanta, IT Security http://www.arvanta.net
 Please do not send me e-mail containing HTML code.







Re: Kannel SMS Parking Application

2011-06-21 Thread Nikos Balkanas

Thanks Milan,

That actually crossed my mind, but was unsure, and my mind wondered off in 
Suspended or Isolated bb directions.


BR,
Nikos
- Original Message - 
From: Milan P. Stanic m...@arvanta.net

To: users@kannel.org
Sent: Tuesday, June 21, 2011 10:45 AM
Subject: Re: Kannel SMS Parking Application



On Tue, 2011-06-21 at 10:14, Nikos Balkanas wrote:

For the benefit of the list could someone explain what is an SMS
parking aplication? Maybe we have an idea about what to do.


SMS parking application is just system by which users of parking payment
service uses SMS to pay parking tickets (usually on street parking) for
vehicles.

Such applications does not have much in common with Kannel (or
especially with Kannels mailing lists). Kannel can be used as very
good SMS gateway, but SMS could be received/sent by other methods, i.e.
HTTP, custom TCP/UDP/IP messaging or anything else.

Such applications is specific to business logic employed for particular
parking service and they are not simple send/receive SMS and put it in
the some database. There are a lot of work behind the stage.

Very short and incomplete description of one of such applications can be
seen on the my company WEB site at:
http://www.arvanta.net/simsms.html
(screenshots are in Serbian)

That is really short description but for a Kannel users list (were such
discussions aren't appropriate) is enough, IMHO. But, is anyone wants I
can write a lot about it because I work in that market for about six (or
maybe more) years and Kannel was/is really valuable element of some of
the systems we developed.


- Original Message - From: Joseph Koech
kipponthe...@gmail.com
To: users@kannel.org
Sent: Tuesday, June 21, 2011 9:47 AM
Subject: Re: Kannel SMS Parking Application


Hi Milan P,
That really sounds great. i am mostly interested on the send/stop sms
parking and the response after one stops the SMS parking. I won't mind
if you omitted the payment part and shared the rest. Looking forward.
Thanks.

KR,
Joseph.

On Tue, Jun 21, 2011 at 9:26 AM, Milan P. Stanic m...@arvanta.net wrote:
On Tue, 2011-06-21 at 08:16, Joseph Koech wrote:
I am trying to build a simple SMS parking application. I am relatively
well off with kannel but I wanted to know if anyone has tried this
before and maybe point out some other tools / s/w that are required. I
will also appreciate if someone will be willing to hold my hand
through the development process.

I did that even three times. I even intended to release one of the SMS
parking application for free use but I cannot because of some NDA with
payment providers.

--
Kind regards, Milan
--
Arvanta, IT Security http://www.arvanta.net
Please do not send me e-mail containing HTML code.






--
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.






Re: Kannel SMS Parking Application

2011-06-21 Thread Joseph Koech
Milan,
I would appreciate so much if u can write a detailed article about it.

Kr,
Joseph.

On Jun 21, 2011 10:47 AM, Milan P. Stanic m...@arvanta.net wrote:
 On Tue, 2011-06-21 at 10:14, Nikos Balkanas wrote:
 For the benefit of the list could someone explain what is an SMS
 parking aplication? Maybe we have an idea about what to do.

 SMS parking application is just system by which users of parking payment
 service uses SMS to pay parking tickets (usually on street parking) for
 vehicles.

 Such applications does not have much in common with Kannel (or
 especially with Kannels mailing lists). Kannel can be used as very
 good SMS gateway, but SMS could be received/sent by other methods, i.e.
 HTTP, custom TCP/UDP/IP messaging or anything else.

 Such applications is specific to business logic employed for particular
 parking service and they are not simple send/receive SMS and put it in
 the some database. There are a lot of work behind the stage.

 Very short and incomplete description of one of such applications can be
 seen on the my company WEB site at:
 http://www.arvanta.net/simsms.html
 (screenshots are in Serbian)

 That is really short description but for a Kannel users list (were such
 discussions aren't appropriate) is enough, IMHO. But, is anyone wants I
 can write a lot about it because I work in that market for about six (or
 maybe more) years and Kannel was/is really valuable element of some of
 the systems we developed.

 - Original Message - From: Joseph Koech
 kipponthe...@gmail.com
 To: users@kannel.org
 Sent: Tuesday, June 21, 2011 9:47 AM
 Subject: Re: Kannel SMS Parking Application


 Hi Milan P,
 That really sounds great. i am mostly interested on the send/stop sms
 parking and the response after one stops the SMS parking. I won't mind
 if you omitted the payment part and shared the rest. Looking forward.
 Thanks.

 KR,
 Joseph.

 On Tue, Jun 21, 2011 at 9:26 AM, Milan P. Stanic m...@arvanta.net wrote:
 On Tue, 2011-06-21 at 08:16, Joseph Koech wrote:
 I am trying to build a simple SMS parking application. I am relatively
 well off with kannel but I wanted to know if anyone has tried this
 before and maybe point out some other tools / s/w that are required. I
 will also appreciate if someone will be willing to hold my hand
 through the development process.
 
 I did that even three times. I even intended to release one of the SMS
 parking application for free use but I cannot because of some NDA with
 payment providers.
 
 --
 Kind regards, Milan
 --
 Arvanta, IT Security http://www.arvanta.net
 Please do not send me e-mail containing HTML code.
 
 



 --
 Kind regards, Milan
 --
 Arvanta, IT Security http://www.arvanta.net
 Please do not send me e-mail containing HTML code.



Re: Kannel SMS Parking Application

2011-06-21 Thread Emmanuel CHANSON
Hello Joseph,

A free and easy solution to implement over Kannel would be PlaySMS (
playsms.org)
Give a try to this Web GUI application that linked to Kannel can do what you
are looking for.
PlaySMS have a pack of plugins where one of them called SMS Subscribe allow
you to create a list of subscriber registered by SMS. They can unregistered
from list by sending unreg keyword.
You will have a lot of functions included and you can develop what you need
for the Parking service based on the following plugin.
PlaySMS is GPL licensed.

Hope this help

Emmanuel
PlaySMS-MC http://playsms-mc.mediacom.nc/?lang=en

2011/6/21 Joseph Koech kipponthe...@gmail.com

 Milan,
 I would appreciate so much if u can write a detailed article about it.

 Kr,
 Joseph.

 On Jun 21, 2011 10:47 AM, Milan P. Stanic m...@arvanta.net wrote:
  On Tue, 2011-06-21 at 10:14, Nikos Balkanas wrote:
  For the benefit of the list could someone explain what is an SMS
  parking aplication? Maybe we have an idea about what to do.
 
  SMS parking application is just system by which users of parking payment
  service uses SMS to pay parking tickets (usually on street parking) for
  vehicles.
 
  Such applications does not have much in common with Kannel (or
  especially with Kannels mailing lists). Kannel can be used as very
  good SMS gateway, but SMS could be received/sent by other methods, i.e.
  HTTP, custom TCP/UDP/IP messaging or anything else.
 
  Such applications is specific to business logic employed for particular
  parking service and they are not simple send/receive SMS and put it in
  the some database. There are a lot of work behind the stage.
 
  Very short and incomplete description of one of such applications can be
  seen on the my company WEB site at:
  http://www.arvanta.net/simsms.html
  (screenshots are in Serbian)
 
  That is really short description but for a Kannel users list (were such
  discussions aren't appropriate) is enough, IMHO. But, is anyone wants I
  can write a lot about it because I work in that market for about six (or
  maybe more) years and Kannel was/is really valuable element of some of
  the systems we developed.
 
  - Original Message - From: Joseph Koech
  kipponthe...@gmail.com
  To: users@kannel.org
  Sent: Tuesday, June 21, 2011 9:47 AM
  Subject: Re: Kannel SMS Parking Application
 
 
  Hi Milan P,
  That really sounds great. i am mostly interested on the send/stop sms
  parking and the response after one stops the SMS parking. I won't mind
  if you omitted the payment part and shared the rest. Looking forward.
  Thanks.
 
  KR,
  Joseph.
 
  On Tue, Jun 21, 2011 at 9:26 AM, Milan P. Stanic m...@arvanta.net
 wrote:
  On Tue, 2011-06-21 at 08:16, Joseph Koech wrote:
  I am trying to build a simple SMS parking application. I am relatively
  well off with kannel but I wanted to know if anyone has tried this
  before and maybe point out some other tools / s/w that are required. I
  will also appreciate if someone will be willing to hold my hand
  through the development process.
  
  I did that even three times. I even intended to release one of the SMS
  parking application for free use but I cannot because of some NDA with
  payment providers.
  
  --
  Kind regards, Milan
  --
  Arvanta, IT Security http://www.arvanta.net
  Please do not send me e-mail containing HTML code.
  
  
 
 
 
  --
  Kind regards, Milan
  --
  Arvanta, IT Security http://www.arvanta.net
  Please do not send me e-mail containing HTML code.
 



Re: Kannel SMS Parking Application

2011-06-21 Thread Milan P. Stanic
Hi Joseph,

On Tue, 2011-06-21 at 11:56, Joseph Koech wrote:
 Milan,
 I would appreciate so much if u can write a detailed article about it.

If you are interested in parking application, please send me private
mail because such discussion doesn't belong to this list.

 Kr,
 Joseph.
 
 On Jun 21, 2011 10:47 AM, Milan P. Stanic m...@arvanta.net wrote:
  On Tue, 2011-06-21 at 10:14, Nikos Balkanas wrote:
  For the benefit of the list could someone explain what is an SMS
  parking aplication? Maybe we have an idea about what to do.
 
  SMS parking application is just system by which users of parking payment
  service uses SMS to pay parking tickets (usually on street parking) for
  vehicles.
 
  Such applications does not have much in common with Kannel (or
  especially with Kannels mailing lists). Kannel can be used as very
  good SMS gateway, but SMS could be received/sent by other methods, i.e.
  HTTP, custom TCP/UDP/IP messaging or anything else.
 
  Such applications is specific to business logic employed for particular
  parking service and they are not simple send/receive SMS and put it in
  the some database. There are a lot of work behind the stage.
 
  Very short and incomplete description of one of such applications can be
  seen on the my company WEB site at:
  http://www.arvanta.net/simsms.html
  (screenshots are in Serbian)
 
  That is really short description but for a Kannel users list (were such
  discussions aren't appropriate) is enough, IMHO. But, is anyone wants I
  can write a lot about it because I work in that market for about six (or
  maybe more) years and Kannel was/is really valuable element of some of
  the systems we developed.
 
  - Original Message - From: Joseph Koech
  kipponthe...@gmail.com
  To: users@kannel.org
  Sent: Tuesday, June 21, 2011 9:47 AM
  Subject: Re: Kannel SMS Parking Application
 
 
  Hi Milan P,
  That really sounds great. i am mostly interested on the send/stop sms
  parking and the response after one stops the SMS parking. I won't mind
  if you omitted the payment part and shared the rest. Looking forward.
  Thanks.
 
  KR,
  Joseph.
 
  On Tue, Jun 21, 2011 at 9:26 AM, Milan P. Stanic m...@arvanta.net wrote:
  On Tue, 2011-06-21 at 08:16, Joseph Koech wrote:
  I am trying to build a simple SMS parking application. I am relatively
  well off with kannel but I wanted to know if anyone has tried this
  before and maybe point out some other tools / s/w that are required. I
  will also appreciate if someone will be willing to hold my hand
  through the development process.
  
  I did that even three times. I even intended to release one of the SMS
  parking application for free use but I cannot because of some NDA with
  payment providers.
  
  --
  Kind regards, Milan
  --
  Arvanta, IT Security http://www.arvanta.net
  Please do not send me e-mail containing HTML code.
  
  
 
 
 
  --
  Kind regards, Milan
  --
  Arvanta, IT Security http://www.arvanta.net
  Please do not send me e-mail containing HTML code.
 

-- 
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.