|
Two Way Application Development Handler |
|
CellApps allows to define customized two way interactive applications
like
The system allows to define handlers in VB / VC++
|
|
How does
it Works ?
To define a new two way interactive handler, the protocol of applications needs
to be coded using the API support of CellApps, for Example
Assume a ticket booking example:
The CellApps Handler can allow to write an application, which ideally
takes only 1-2 days ( depends upon complexity of other processing logic ) and
the handler could use interface with web or email access MFC API for providing
more functionality to the applications.
|
|
Suppose the protocol to be followed is:
Customer ->
Sends SMS message TICKETS to
Service Number
Service Number Send Back ->
Welcome To Ticket Booking,
Please Enter |
|
Customer ->
Sends 1
Service Number Send Back ->
Which Theatre
|
|
Priya (“TERMINATOR”)
Regal (“DOST”) |
|
Customer ->
Sends 2
Service Number Send Back ->
Enter (Show, Date, Class ),
e.g. ( II,22,B)
Customer ->
Sends (II,22,B)
Service Number Send Back ->
Thanks. Booking Confirmed,
Your Booking ID – 12345 |
|
Data Acquisition Handlers
|