LTE Module Series
EC25&EC21 AT Commands Manual
EC25&EC21_AT_Commands_Manual 191 / 231
Parameter
Example
ATD12345678900; //Dial
OK
<Call connect>
AT+VTS="1" //The remote caller can hear the DTMF tone
OK
AT+VTS="1234567890A" //Send multiple tones at a time
OK
12.5. AT+VTD Set Tone Duration
The command sets the duration of DTMF tones. It can also set time interval of two tones when sending
multiple tones at a time.
<dtmfstring> ASCII characters in the set 0...9, #, *, A, B, C, D. The string should be
enclosed in quotation marks ("...").
When sending multiple tones at a time, the time interval of two tones
<interval> can be specified by AT+VTD. The maximal length of the string is
31.
<duration> The duration of each tone in 1/10 seconds with tolerance.
The value ranges from 0 to 255.
If the duration is less than the minimum time specified by the network, the
actual duration will be the network specified time.
If this parameter is omitted, <duration> is specified by AT+VTD.
Response
+VTD: (0-255),(0-255)
OK
Response
+VTD: <duration>,<interval>
OK