i'm doing a web based application that has a feature of sending sms messages.
the process:
when a costumer send a text message to the system, the system will send the same message to the assigned consultant. if the consultant didn't reply within 15 mins., the system will send the message again. after 5 times of sending the message and the consultant still didn't reply, the system will assign other consultant. the system will repeat the process until a consultant replies.
specifications:
windows xp, apache server, php, mysql, GAMMU (for sending sms)
thanks in advance!