LTE Standard Module Series
LTE Standard MMS Application Note
LTE_Standard_MMS_Application_Note 5 / 26
1Introduction
Quectel LTE Standard modules provide MMS application interface for sending messages including
multimedia objects (image, audio, rich text, etc.). This document is a reference guide to all the AT
commands defined for MMS.
This document is applicable to the following Quectel LTE Standard modules.
EC2x (EC25, EC21, EC20 R2.0 and EC20 R2.1)
EG9x (EG95 and EG91)
EM05
EG2x (EG25-G and EG21-G)
1.1. The Process of Sending MMS Messages
Step 1: Configure and activate a PDP context.
1) Configure <APN>, <username>, <password> and other parameters of a PDP context by
AT+QICSGP. For more details, please refer to
Quectel_LTE_Standard_TCP(IP)_Application_Note. If QoS settings need to be updated,
configure them by AT+CGQMIN, AT+CGEQMIN, AT+CGQREQ and AT+CGEQREQ commands.
For more details, please refer to Quectel_LTE_Standard_AT_Commands_Manual.
2) Activate the PDP context by AT+QIACT.
3) Configure the PDP context ID for MMS by AT+QMMSCFG="contextid",<contextID>.
Step 2: Configure URL and proxy of MMSC.
1) Configure the URL of MMSC by AT+QMMSCFG="mmsc",<URL>.
2) Configure the proxy of MMSC by AT+QMMSCFG="proxy",<gateway>,<port>.
3) Configure sending parameters by AT+QMMSCFG="sendparam",<valid>,<pri>,<sendrep>,
<visible>,<class>.
Step 3: Edit MMS messages.
1) Add recipients address by AT+QMMSEDIT=1,1,<optstring>.
2) Add CC recipients address by AT+QMMSEDIT=2,1,<optstring>.
3) Add BCC recipients address by AT+QMMSEDIT=3,1,<optstring>.
4) Edit the title by AT+QMMSEDIT=4,1,<optstring>. The character set should be specified as title
by AT+QMMSCFG="character",<charset> first.
5) Add attachments by AT+QMMSEDIT=5,1,<optstring>. The attachments can be RAM, UFS or
SD files.And the files can be uploaded to RAM, UFS or SD card by AT+QFUPL command. After