Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
is it Possible to develop a project 'railway reservation system using sms'??

it means the process includes reservation of tickets,cancellation of tickets, amount updating(deducting when booked and adding upon cancellation) in db(can be our own DB) can be done by sending different SMS at each step(if possible auto reply also). if yes please tell me how?

please reply ASAP....

thanks
sagar
Posted
Updated 26-Feb-13 21:05pm
v2
Comments
Nelek 27-Feb-13 2:50am    
Possible... I would say yes.

But far too extense to be answered here.

1 solution

You can subscribe to SMS gateway services that will send and receive SMS messages to/from a server with an API you can use to interact with it.

So, you can develop the system you require, using the SMS server as your interface to the SMS world.

Your local telecoms provider(s) should e able to point you in the right direction for the service.

The application itself can easily be developed up-front by creating your own 'fake' sms sender/receiver and interfacing to that prior to testing with a 3rd party SMS server solution
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900