Lines Matching refs:LOG_ERR

502 …     writelogfile0(LOG_ERR, 1, tb_sprintf("write_to_modem: error %d: %s", errno, strerror(errno)));  in write_to_modem()
503 alarm_handler0(LOG_ERR, tb); in write_to_modem()
544 writelogfile0(LOG_ERR, 1, tb_sprintf("Modem is not clear to send")); in write_to_modem()
545 alarm_handler0(LOG_ERR, tb); in write_to_modem()
557 … writelogfile0(LOG_ERR, 1, tb_sprintf("Could not send string, cause: %s", strerror(errno))); in write_to_modem()
558 alarm_handler0(LOG_ERR, tb); in write_to_modem()
575 …writelogfile0(LOG_ERR, 1, tb_sprintf("Could not send character %c, cause: %s", command[x], strerro… in write_to_modem()
576 alarm_handler0(LOG_ERR, tb); in write_to_modem()
670 writelogfile(LOG_ERR, 1, "%s: Failed to send response.", title); in negotiate_with_telnet()
743 writelogfile(LOG_ERR, 1, "%s: Failed to send response: %s", title, info); in negotiate_with_telnet()
947 …writelogfile(LOG_ERR, DEVICE.unexpected_input_is_trouble, "Routed %s detected:\n%s", (is_sr) ? "st… in detect_routed_message()
999 …writelogfile0(LOG_ERR, 0, tb_sprintf("Saved routed %s for later handling. However, you MUST DISABL… in detect_routed_message()
1000 alarm_handler0(LOG_ERR, tb); in detect_routed_message()
1005 …writelogfile0(LOG_ERR, 0, tb_sprintf("Cannot handle this routed %s. You MUST DISABLE %s routing wi… in detect_routed_message()
1006 alarm_handler0(LOG_ERR, tb); in detect_routed_message()
1127 writelogfile0(LOG_ERR, 1, tb_sprintf("Error while trying to handle +CLIP.")); in handlephonecall_clip()
1128 alarm_handler0(LOG_ERR, tb); in handlephonecall_clip()
1233 … writelogfile(LOG_ERR, DEVICE.unexpected_input_is_trouble, "Unexpected input: %s", loganswer); in put_command0()
1533 writelogfile(LOG_ERR, 0, "Baudrate %d not supported, using 19200", baudrate); in setmodemparams()
1636 writelogfile0(LOG_ERR, 1, tb_sprintf("Modem is not ready to answer commands%s%s (Timeouts: %i)", in initmodem()
1638 alarm_handler0(LOG_ERR, tb); in initmodem()
1652 writelogfile(LOG_ERR, 1, "Failed to switch modem to use verbose result codes"); in initmodem()
1741 writelogfile0(LOG_ERR, 1, tb); in initmodem()
1742 alarm_handler0(LOG_ERR, tb); in initmodem()
1757 writelogfile0(LOG_ERR, 1, tb_sprintf("Check SIM failed and not retrying anymore")); in initmodem()
1758 alarm_handler0(LOG_ERR, tb); in initmodem()
1801 writelogfile(LOG_ERR, 1, "Modem did not accept the pre-init string"); in initmodem()
1866 writelogfile0(LOG_ERR, 1, tb_sprintf("Modem did not accept this PIN")); in initmodem()
1867 alarm_handler0(LOG_ERR, tb); in initmodem()
1922 …writelogfile0(LOG_ERR, 1, tb_sprintf("Modem did not accept the init string%s%s", (*p)? ", " : "", … in initmodem()
1923 alarm_handler0(LOG_ERR, tb); in initmodem()
1945 …writelogfile0(LOG_ERR, 1, tb_sprintf("Modem did not accept the second init string%s%s", (*p)? ", "… in initmodem()
1946 alarm_handler0(LOG_ERR, tb); in initmodem()
2036 …writelogfile0(LOG_ERR, 1, tb_sprintf("Error: Modem did not accept mode selection%s%s", (*p)? ", " … in initmodem()
2037 alarm_handler0(LOG_ERR, tb); in initmodem()
2072 … writelogfile0(LOG_ERR, 1, tb_sprintf("Error: Modem did not accept SMSC%s%s", (*p)? ", " : "", p)); in initmodem()
2073 alarm_handler0(LOG_ERR, tb); in initmodem()
2153 …writelogfile0(LOG_ERR, 1, tb_sprintf("Error: Looks like your device does not support reading of me… in initmodem()
2154 alarm_handler0(LOG_ERR, tb); in initmodem()
2270 writelogfile(LOG_ERR, 0, "Couldn't resolve name '%s': %s.", hostname, in inet_resolve()
2279 writelogfile(LOG_ERR, 0, "Couldn't resolve port."); in inet_resolve()
2285 writelogfile(LOG_ERR, 0, "Couldn't figure out port number."); in inet_resolve()
2303 writelogfile0(LOG_ERR, 0, tb); in open_inet_socket()
2304 alarm_handler0(LOG_ERR, tb); in open_inet_socket()
2322 writelogfile0(LOG_ERR, 0, tb); in open_inet_socket()
2323 alarm_handler0(LOG_ERR, tb); in open_inet_socket()
2392 writelogfile0(LOG_ERR, 0, tb); in openmodem()
2393 alarm_handler0(LOG_ERR, tb); in openmodem()
2406 …writelogfile0(LOG_ERR, 1, tb_sprintf((DEVICE_IS_SOCKET)? "Cannot open socket %s, error: %s" : "Can… in openmodem()
2407 alarm_handler0(LOG_ERR, tb); in openmodem()
2739 writelogfile0(LOG_ERR, 1, tb_sprintf("Error: registration is denied.")); in wait_network_registration()
2740 alarm_handler0(LOG_ERR, tb); in wait_network_registration()
2769 …writelogfile0(LOG_ERR, 1, tb_sprintf("Error: Unexpected answer from Modem after +CREG?, waiting %i… in wait_network_registration()
2770 alarm_handler0(LOG_ERR, tb); in wait_network_registration()
2782 writelogfile0(LOG_ERR, 1, tb_sprintf("Error: Modem is not registered to the network")); in wait_network_registration()
2783 alarm_handler0(LOG_ERR, tb); in wait_network_registration()