Integration of German SMS-Creator.de? - Current sms.module API?

derhasi's picture

I wrote some bigger module to provide sms sending and receiving with the german Service sms-creator.de. For sending messages I also implemented a gateway for sms.module, but mainly it's a standalone module - with different features:

  • sending SMS,MMS,...
  • instant receiving SMS via HTTP-request from SMSC (type 1)
  • receiving SMS via calling form SMSC server (type 2)
  • message logging
  • Credit Management (time flatrates, credit points per message) for sending and receiving messages (type2)
  • hook_smscreator with ops: "validate request", "prepare reuqest", "submitted request", "saved request", "received message"

For giving a better integration to sms.module / or extending current functionality, I'd like to know what the current state of the module is. This does not get clear by reading the module's docs.
Is there any document listing the current API functionality? What are the futur plans?

Login to post comments

This SMS Framework group

estephan500's picture
estephan500 - Thu, 2009-02-05 19:40

hello there --

I don't know the answer to your question, but one piece of information might be that I posted a pretty fundamental question to this SMS Framework group about one month ago and there have been no replies and no new postings to the group until you posted your message now.

So that gives a sense that the effort is very quiet now.

eric


Hey derhasi, I've just

diggersf's picture
diggersf - Thu, 2009-02-05 21:58

Hey derhasi,
I've just finished updating the developer documentation at http://drupal.org/node/362258. Have you reviewed this lately? Please let me know if it is missing something.

Cheers,
Will