HUAWEI MU509 HSDPA LGA Module
AT Command Interface Specification
Configuration Commands
Issue 04 (2013-01-28)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
47
<number>: string type, telephone number (legal characters only
include:
‟0–9‟,‟#‟,‟*‟,‟+‟ ,‟)‟,‟(‟,‟-‟). The maximum length is 24 byte. And if ‟+‟ exist; it
should be at the beginning of number.
3.24.4
Implementation
If the password is incorrect, +CME ERROR: incorrect password (+CME ERROR: 16)
are returned.
3.24.5
Examples
1. write special call number 1111111111 at index 0:
AT^CLSNM="12345678",0,"1111111111"
OK
2. read special call number at index 0:
AT^CLSNM="12345678",0
^CLSNM: 0, "1111111111"
OK
3. delete the special call number at index 0:
AT^CLSNM="12345678",0, ""
OK
4. read all the special call numbers:
AT^CLSNM="12345678"
^CLSNM: 0, "1111111111"
^CLSNM: 1, "222222222"
OK