Anonymousprnt::Y

Inboud MMS Test - Router Rules used

This brief document describes the simple rules used to handle MMS test messages which arrive at our server.

This is the overall process:

  1. You send us MMS
  2. smsLINES collects your message from the MMSC and drops it in sms.IN database
  3. smsROUTER matches your message to a "Routing Rule"
  4. The rule indicates that your message has to be stored in a database and then stores it
  5. A cascading rule tells smsROUTER to send you a message back to say it's ready
  6. The image is displayed after you type your number and tick the check box


What we do not show here is this:

  1. The Ajax web code we use to prod the database and respond back to the user
  2. The agent in the database that checks for the content based on the phone number the user has supplied.

The first Router Rule

The rule matches the text in the message and pushes the MMS record to our test database...

The second Router Rule

This is an optional rule which responds back to the user to indicate that the message is ready for viewing...

Test MMS again