AT Commands Reference
168 98-08901C68-O
Test Command
The Test command returns the list of supported features' numbers and supported states (enable/disable).
The following table shows the +MAFEAT parameters.
Example
AT+MAFEAT=5,1 //Enables sidetone and noise suppress
OK
AT+MAFEAT?
+MAFEAT: 1,1 //Feature=1 (sidetone), state=1 (enabled)
+MAFEAT: 2,0 //Feature=2 (echo cancel), state=0 (disabled)
+MAFEAT: 3,1 //Feature=3 (noise suppress), state=1 (enabled)
OK
Command Response/Action
AT+MAFEAT=? +MAFEAT: (<list of supported <feature>s), (<list of
supported <state>s)
OK
or:
+CME ERROR: <err>
Table 78. MAFEAT Parameters
<Parameter> Description
<feature>(1-7) 1 Sidetone
2 Echo cancel
4 Noise suppress
<state> 0 Disable
1 Enable