few more commands
[huawei.git] / qcom-chat.pl
index a901ce3..7157a30 100755 (executable)
@@ -72,8 +72,14 @@ c 'AT+CNUM'  => 'MSISDN';
 
 c 'AT+CLCK=?' => 'facility lock';
 
+c 'AT^HWVER' => 'hardware version';
+
 c 'AT^CVOICE?' => 'is voice enabled?';
 
+c 'AT^DDSETEX=?' => 'voice output';
+
+c 'AT^SYSINFO' => 'sys info';
+
 
 $port->close || die "can't close port $!";