Skip to main content

MM7 defines the standards used between a Multimedia Messaging service (MMS) value added service (VAS) application and a MMS center. MM7 is used to send messages from third party providers (e.g., a bank sending a statement or an advertiser sending publicity). It is based on SOAP with attachments, using HTTP as the transport protocol.

This document describes how to configure Momentum for Multimedia messaging. For a discussion of MM7 hook points see "MM7 Hooks".

The mm7_serv Module

The Mobile Momentum MM7 Server provides the MM7 Value Added Service Provider (VASP) implementations of the Deliver, Delivery Report, and Read Reply Report MM7 transactions. The MM7 Server is configured using the HTTP_Listener and MM7_Serv stanzas. This section describes the configuration of the mm7_serv module.

Note

The HTTP_Listener is described in detail in "HTTP_Listener".

mm7_serv {
  mm7_server_default_email_from_address = "test@messagesystems.com"
  mm7_server_default_email_from_domain = "messagesystems.com"
  mm7_server_default_email_to_address = "test@exampleto.com"
  mm7_server_default_email_to_domain = "exampleto.com"
  mm7_server_version = "6.8.0"
  mm7_vasp_uri_paths =  ("/ringtones/" "/photo_contest/" "/email_gateway/")
}
mm7_server_default_email_from_address

This option defines the default FROM email address used for constructing source email addresses when converting MM7 requests to email. This parameter is used when the sender from the SOAP envelope is a short code or telephone number.

There is no default value for this option.

mm7_server_default_email_from_domain

This option defines the default FROM email domain used for constructing source email domains when converting MM7 requests to email. This parameter is used when the sender from the SOAP envelope is a short code or telephone number.

There is no default value for this option.

mm7_server_default_email_to_address

This option defines the default TO email address.

There is no default value for this option.

mm7_server_default_email_to_domain

This option defines the default TO email domain.

There is no default value for this option.

mm7_vasp_uri_paths

A list of URI path components that the MM7 server will register with the HTTP listener. You must provide the path component for each URI you intend to have handled by the MM7 server. A slash (‘/’) must be the last character in each path component name.

Suppose the host mm7.example.com uses Mobile Momentum and is configured with: mm7_vasp_uri_paths = ("/ringtones/" "/photo_contest/" "/email_gateway/") Then the following URIs are serviced by the Mobile Momentum MM7 server:

There is no default value for this option.

mm7_server_version

This option defines the MM7 version number.

The default value for this option is 6.8.0.

Was this page helpful?