Skip to content

Login  |  Sign Up

  1. AT+CLIP=1 can be used to present the calling line, and you can set AT+QCLIP=1 to present the string type corresponding to the entry saved in the phonebook
  2. AT+COLP=1 can be used to present the connected line,  and you can set AT+QCOLP=1 to present the string type corresponding to the entry saved in the phonebook

Example:

AT+CPBW=1,”02151082965″,129,”QUECTEL”  //write phonebook entry

OK

AT+QCLIP=1  // present the string type corresponding to the entry saved in the phonebook

OK

AT+CLIP=1  //calling line identification enabled

OK

RING

+CLIP: “02151082965”,129,””,,”QUECTEL”,0  // “QUECTEL” will be presented

AT+QCOLP=1  // present the string type corresponding to the entry saved in the phonebook

OK

AT+COLP=1  //connected line identification enabled

OK

ATD02151082965;

+COLP: “02151082965”,129,””,0,”QUECTEL”  // “QUECTEL” will be presented