Home
last modified time | relevance | path

Searched refs:esl_log (Results 1 – 11 of 11) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/esl/
H A Divrd.c64 esl_log(ESL_LOG_ERROR, "Socket Error\n"); in my_forking_callback()
70 esl_log(ESL_LOG_ERROR, "Missing ivr_path param!\n"); in my_forking_callback()
82 esl_log(ESL_LOG_ERROR, "Socket Error hotwiring socket to STDIN/STDOUT!\n"); in my_forking_callback()
103 esl_log(ESL_LOG_ERROR, "Socket Error\n"); in mycallback()
109 esl_log(ESL_LOG_ERROR, "Missing ivr_path param!\n"); in mycallback()
117 esl_log(ESL_LOG_ERROR, "System Call Failed! [%s]\n", strerror(errno)); in mycallback()
H A Dtestserver.c14 esl_log(ESL_LOG_INFO, "Connected! %d\n", handle.sock); in mycallback()
34 esl_log(ESL_LOG_INFO, "Got a disconnection notice dispostion: [%s]\n", dispo ? dispo : ""); in mycallback()
37 esl_log(ESL_LOG_INFO, "Waiting 5 seconds for any remaining events.\n"); in mycallback()
44 esl_log(ESL_LOG_INFO, "Disconnected! %d\n", handle.sock); in mycallback()
H A Dtestserver_fork.c21 esl_log(ESL_LOG_INFO, "Connected! %d\n", handle.sock); in mycallback()
41 esl_log(ESL_LOG_INFO, "Got a disconnection notice dispostion: [%s]\n", dispo ? dispo : ""); in mycallback()
44 esl_log(ESL_LOG_INFO, "Waiting 5 seconds for any remaining events.\n"); in mycallback()
51 esl_log(ESL_LOG_INFO, "Disconnected! %d\n", handle.sock); in mycallback()
H A Dfs_cli.c179 esl_log(ESL_LOG_ERROR, "FUNCTION KEY F%d IS NOT BOUND, please edit your config.\n", i); in console_fnkey_pressed()
751 esl_log(ESL_LOG_WARNING, "Disconnected.\n"); in msg_thread_run()
865 esl_log(ESL_LOG_DEBUG, "Thread Done\n"); in msg_thread_run()
900 esl_log(ESL_LOG_INFO, "Goodbye!\nSee you at ClueCon http://www.cluecon.com/\n"); in process_command()
1295 esl_log(ESL_LOG_DEBUG, "Found Profile [%s]\n", profiles[pcount].name); in read_config()
1641 esl_log(ESL_LOG_DEBUG, "no profiles found, using builtin profile\n"); in main()
1680 esl_log(ESL_LOG_DEBUG, "Using profile %s [%s]\n", profile->name, profile->host); in main()
1691 esl_log(ESL_LOG_ERROR, "Error Connecting [%s]\n", handle.err); in main()
1697 esl_log(ESL_LOG_INFO, "Retrying\n"); in main()
1835 esl_log(ESL_LOG_ERROR, "history could not be initialized\n"); in main()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/esl/src/
H A Desl_oop.cpp310esl_log(ESL_LOG_WARNING, "Changing event type to custom because you specified a subclass name!\n"); in ESLevent()
315 esl_log(ESL_LOG_ERROR, "Failed to create event!\n"); in ESLevent()
412 esl_log(ESL_LOG_ERROR, "Trying to setPriority an event that does not exist!\n"); in setPriority()
424 esl_log(ESL_LOG_ERROR, "Trying to getHeader an event that does not exist!\n"); in getHeader()
436 esl_log(ESL_LOG_ERROR, "Trying to addHeader an event that does not exist!\n"); in addHeader()
449 esl_log(ESL_LOG_ERROR, "Trying to addHeader an event that does not exist!\n"); in pushHeader()
462 esl_log(ESL_LOG_ERROR, "Trying to addHeader an event that does not exist!\n"); in unshiftHeader()
475 esl_log(ESL_LOG_ERROR, "Trying to delHeader an event that does not exist!\n"); in delHeader()
489 esl_log(ESL_LOG_ERROR, "Trying to addBody an event that does not exist!\n"); in addBody()
503 esl_log(ESL_LOG_ERROR, "Trying to getBody an event that does not exist!\n"); in getBody()
[all …]
H A Desl_config.c56 esl_log(ESL_LOG_DEBUG, "Configuration file is %s.\n", path); in esl_config_open_file()
220esl_log(ESL_LOG_ERROR, "No CAS bits specified: %s, :xxxx definition expected, where x is 1 or 0\n"… in esl_config_get_cas_bits()
229esl_log(ESL_LOG_ERROR, "Invalid CAS bits specified: %s, :xxxx definition expected, where x is 1 or… in esl_config_get_cas_bits()
233 esl_log(ESL_LOG_DEBUG, "CAS bits specification found: %s\n", cas_bits); in esl_config_get_cas_bits()
239 esl_log(ESL_LOG_ERROR, "Invalid CAS pattern specified: %s, just 0 or 1 allowed for each bit\n"); in esl_config_get_cas_bits()
H A Desl.c353 esl_logger_t esl_log = null_logger; variable
358 esl_log = logger; in esl_global_set_logger()
360 esl_log = null_logger; in esl_global_set_logger()
370 esl_log = default_logger; in esl_global_set_default_logger()
504 esl_log(ESL_LOG_DEBUG, "SEND EVENT\n%s\n", txt); in esl_sendevent()
587 esl_log(ESL_LOG_DEBUG, "%s%s\n", cmd_buf, txt); in esl_sendmsg()
1303 esl_log(ESL_LOG_DEBUG, "RECV HEADER [%s] = [%s]\n", hname, hval); in esl_recv_event()
1426 esl_log(ESL_LOG_DEBUG, "RECV INNER HEADER [%s] = [%s]\n", hname, hval); in esl_recv_event()
1456 esl_log(ESL_LOG_DEBUG, "RECV EVENT\n%s\n", foo); in esl_recv_event()
1467 esl_log(ESL_LOG_DEBUG, "RECV MESSAGE\n%s\n", foo); in esl_recv_event()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/esl/src/include/
H A Desl_oop.h41 #define this_check(x) do { if (!this) { esl_log(ESL_LOG_ERROR, "object is not initalized\n"); retur…
42 #define this_check_void() do { if (!this) { esl_log(ESL_LOG_ERROR, "object is not initalized\n"); r…
H A Desl.h363 ESL_DECLARE_DATA extern esl_logger_t esl_log;
/dports/biology/hmmer/hmmer-3.3/easel/
H A Deasel.h419 static inline float esl_log (double x) { return (x == 0.0 ? -eslINFINITY : log(x)); } /* avoid fp… in esl_log() function
/dports/biology/infernal/infernal-1.1.3/easel/
H A Deasel.h419 static inline float esl_log (double x) { return (x == 0.0 ? -eslINFINITY : log(x)); } /* avoid fp… in esl_log() function