Nokia 6090 AT Command Set16The first number is the status (here: on), the second is classx (here: voice) and theinternational number to which the call forwarding for this case (here:+499501231234).AT+CCFC=2,2Queries the status of “no reply” (i.e. the mobile is on but the user does not answer thecall) and displays the settings.AT+CCFC=3,2Queries the status of “not reachable” (i.e. the mobile is out of network range) anddisplays the settings.AT+CCFC=0,2Queries the status of “unconditional” (i.e.all other reasons and/or all calls) anddisplays the settings.Response:+CCFC: 1,4,"+499501231234",145Same number as above, but here the classx is fax only.AT+CCFC=0,0Disables the call forwarding for the reason “unconditional”.AT+CCFC=0,2Response:+CCFC: 0,7Nothing is set.Now we set it to the state as before:AT+CCFC=0,3,"+499501231234",145,4AT+CCFC=2,3,"+499501231234",145,7,,,20This forwards “no reply” for all class after 20sec to the above number.Response:+CCFC: 1,1,"+499501231234",145+CCFC: 1,2,"+499501231234",145This shows only voice and data, because fax was set via “unconditional” and “noresponse” consequently does not apply.All of the above combinations are very network dependent. Ask your networkoperator if you have the rights to set forwardings, which won't work, for you.+CCLK ClockSets and reads the real time clock of ME. Time zone is not supported, and it isignored when 'set' command is used (but must be given), and 'read' command doesnot return the time zone characters in Syntax:AT+CCLK=AT+CCLK?Query current setting.Response is +CCLK: AT+CCLK=?OKParameters:string type value; format is "yy/MM/dd,hh:mm:ss±zz", where charactersindicate year (two last digits), month, day, hour, minutes, seconds and time zone(indicates the difference, expressed in quarters of an hour, between the local timeand GMT; range -47...+48). E.g. 6th of May 1994, 22:10:00 GMT+2 hours equals to"94/05/06,22:10:00+08"Example:AT+CCLK="01/01/01,16:14:00+00"Sets the Time to 16:14. Date , seconds and time zone are ignored.