bytes += adsi_display(buf + bytes, ADSI_COMM_PAGE, 3, ADSI_JUST_CENT, 0, "Load Cancelled.", "");
bytes += adsi_display(buf + bytes, ADSI_COMM_PAGE, 4, ADSI_JUST_CENT, 0, "ADSI Unavailable", "");
bytes += adsi_set_line(buf + bytes, ADSI_COMM_PAGE, 1);
- bytes += adsi_voice_mode(buf + bytes, 0);
bytes += adsi_voice_mode(buf + bytes, 0);
adsi_transmit_message(chan, buf, bytes, ADSI_MSG_DISPLAY);
return 0;
keys[x] = 0;
/* Set one key for next */
keys[3] = ADSI_KEY_APPS + 3;
- bytes += adsi_voice_mode(buf + bytes, 0);
-
bytes += adsi_set_line(buf + bytes, ADSI_COMM_PAGE, 1);
bytes += adsi_input_format(buf + bytes, 1, ADSI_DIR_FROM_LEFT, 0, "Password: ******", "");
for (x=0;x<5;x++)
keys[x] = ADSI_KEY_SKT | (ADSI_KEY_APPS + 6 + x);
keys[6] = 0x0;
- bytes += adsi_voice_mode(buf + bytes, 0);
-
keys[7] = 0x0;
if (!msg) {
name = "Unknown Caller";
/* If deleted, show "undeleted" */
- bytes += adsi_voice_mode(buf + bytes, 0);
if (deleted)
keys[1] = ADSI_KEY_SKT | (ADSI_KEY_APPS + 11);