Specifications
TC35i AT Command Set
Confidential / Released
TC35i_ATC_V01.05 Page 106 of 278 04.08.2003
Or
AT+CPWD=”PS”,”12345678”,”3333” Deactivates the present "PS" lock
and sets a new "PS" lock.
4.21.3 Examples: Call barring
Please note that when you configure or query call barring without specifying any classes, the settings
will refer to classes 1, 2 and 4 only (default setting).
Usually, the service is subject to a password supplied from the provider.
Example 1
When checking the status of barring for outgoing international calls without
specifying classes, please note that the ME returns only the status of voice,
data, fax calls. The status of SMS and other classes is not reported.
at+clck=”oi”,2,”0000” or without <passwd>: at+clck=”oi”,2
+CLCK: 1,1 outgoing international voice calls barred
+CLCK: 1,2 outgoing international data calls barred
+CLCK: 1,4 outgoing international fax calls barred
OK
Example 2
To check the call barring status for outgoing international calls and all classes,
you are required to enter the integer sum referring to all classes:
at+clck=”oi”,2,”0000”,255 or w/o <passwd>: at+clck=”oi”,2,,255
+CLCK: 1,1 outgoing international voice calls barred
+CLCK: 1,2 outgoing international data calls barred
+CLCK: 1,4 outgoing international fax calls barred
+CLCK: 1,8 outgoing international SMS barred
+CLCK: 0,16 no barring (e.g. not supported or not activated at all)
+CLCK: 1,32 outgoing international data calls barred
+CLCK: 0,64 no barring (e.g. not supported or not activated at all)
+CLCK: 0,128 no barring (e.g. not supported or not activated at all)
OK
Example 3
To activate call barring for outgoing international voice and data calls:
at+clck=”oi”,1,”0000”,3 (where 3 is the sum of class 1 + class 2)
OK
Example 4
To disable call barring for outgoing international fax (class 4) and SMS (class 8)
calls:
at+clck=”oi”,0,”0000”,12 (where 12 is the sum of class 4 + class 8)
OK
Example 5
To disable call barring for all outgoing international calls:
at+clck=”oi”,0,”0000”,255
OK