简体   繁体   中英

Terminating a voice call via AT Command

Im working on a hobby project involving an Arduino and TC35 GSM Module, all is going well really but I am wondering is there an AT Command to terminate a voice call (ATD+phone number;) as I cannot seem to find one in any of the literature I've searched through.

Thanks, Dave

While the "classic" command ATH (there is no need to give a numerical argument to ATH) is applicable for disconnecting calls, notice that it might be configured to do nothing by AT+CVHU=1 (ignore DTR pin and ATH) for other phones (TC35 seems to not support AT+CVHU).

There is the AT+CHUP command that always will hang up the current call, independently of ATH behaviour configuration.

The 27.007 standard also defines an AT+CHCCS (Hangup of current calls) command that can be used to disconnect calls. Also AT+CHLD might be used to disconnect calls.

我认为你的问题的答案是记忆中的ATH0

您正在寻找的命令是ATH0(也是从我的记忆中挖掘出来的),但随后通过官方文档进行了确认

ATH command ends call ONLY when call was answered .

AT+CHUP command ends call whenever answered or not

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM