WNmrwu / jsmpp

Automatically exported from code.google.com/p/jsmpp
Apache License 2.0
0 stars 0 forks source link

Sending SMS to Variable MSISDNs every 15 Minutes #133

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently i am developing application which is sending SMSs to mobile numbers 
every 15 minutes.

The List of the mobile numbers provided every 15 minutes by a Java code is 
variable ; i.e at 12:00 the Java code generates a file containning 10 Numbers 
then at 12:15 the Java code generates another file containning 5 Number and so 
on.

The required is  to send SMS to these MSISDNs every 15 Minutes so what are the 
basics needed to have such complete application ? knowing that i already have 
the code extracting the MSIDNs that i need to send the SMS to them and the 
remainning is only autmating the sending process through SMPP every 15 minutes.

appreciate your support please to guide me with the needed software installed 
and how can i integration the SMPP java client with my Java code.

Thank you 

Rgds
Ahmed Zein

Original issue reported on code.google.com by zein.ahm...@gmail.com on 23 Dec 2012 at 1:29