Lines Matching refs:int
17 -int process_id; // -1 for main task, all modems have numbers starting with 0.
19 +extern int process_id; // -1 for main task, all modems have numbers starting with …
25 -int modem_handle; // Handle for modem.
26 +extern int modem_handle; // Handle for modem.
28 -int put_command_timeouts;
31 +extern int put_command_timeouts;
57 -int alarmlevel; // Alarm Level (9=highest). Verbosity of alarm handler.
59 -int loglevel; // Log Level (9=highest). Verbosity of log file.
62 -int delaytime; // sleep-time after workless
63 -int delaytime_mainprocess; // sleep-time after workless, main process. If -1, delaytime is us…
64 -int blocktime; // sleep-time after multiple errors
65 -int blockafter; // Block modem after n errors
66 -int errorsleeptime; // sleep-time after each error
67 -int autosplit; // Splitting of large text messages 0=no, 1=yes 2=number with text, 3=number with…
68 -int receive_before_send; // if 1 smsd tries to receive one message before sending
69 -int store_received_pdu; // 0=no, 1=unsupported pdu's only, 2=unsupported and 8bit/unicode,…
70 -int store_sent_pdu; // 0=no, 1=failed pdu's only, 2=failed and 8bit/unicode, 3=all
71 -int validity_period; // Validity period for messages.
72 -int decode_unicode_text; // 1 if unicode text is decoded internally.
73 -int internal_combine; // 1 if multipart message is combined internally.
74 -int internal_combine_binary; // 1 if multipart binary message is combined internally. Defaults …
75 -int keep_filename; // 0 if unique filename is created to each directory when a messag…
76 -int store_original_filename; // 1 if an original filename is saved to message file when it's mo…
78 -int date_filename; // 1 or 2 if YYYYMMDD is included to the filename of incoming mess…
80 -int regular_run_interval; // Number of seconds between running a regular_run script/progdam.
82 -int filename_preview; // Number of chars of message text to concatenate to filename.
83 -int incoming_utf8; // 1 if incoming files are saved using UTF-8 character set.
84 -int outgoing_utf8; // 1 if outgoing files are automatically converted from UTF-8 to I…
85 -int log_charconv; // 1 if character set conversion is logged.
86 -int log_single_lines; // 1 if linefeeds are removed from the modem response to be logged.
87 -int executable_check; // 0 if eventhandler and other executables are NOT checked during …
88 -int keep_messages; // For testing purposes: messages are not deleted and smsd stops a…
90 -int ic_purge_hours; // If internal_combine is used, concatenation storage is checked e…
91 -int ic_purge_minutes; // and if there is message parts older than defined, they are hand…
92 -int ic_purge_read; // 1 = message parts are stored as single messages. 0 = parts are …
93 -int ic_purge_interval; //
96 -int smart_logging; // 1 = if loglevel is less than 7, degug log is written is there h…
97 -int status_signal_quality; // 1 = signal quality is written to status file.
98 -int status_include_counters; // 1 = succeeded, failed and received counters are included in the…
99 -int status_include_uptime; // 3.1.16beta: 1 = include started & uptime line in the status fil…
100 -int hangup_incoming_call; // 1 = if detected unexpected input contains RING and we want to e…
101 -int max_continuous_sending; // Defines when sending is breaked to do check/do other tasks. Tim…
102 -int voicecall_hangup_ath; // If ATH is used instead of AT+CHUP.
119 +extern int alarmlevel; // Alarm Level (9=highest). Verbosity of alarm handler.
121 +extern int loglevel; // Log Level (9=highest). Verbosity of log file.
124 +extern int delaytime; // sleep-time after workless
125 +extern int delaytime_mainprocess; // sleep-time after workless, main process. If -1, delaytim…
126 +extern int blocktime; // sleep-time after multiple errors
127 +extern int blockafter; // Block modem after n errors
128 +extern int errorsleeptime; // sleep-time after each error
129 +extern int autosplit; // Splitting of large text messages 0=no, 1=yes 2=number with text, 3=numb…
130 +extern int receive_before_send; // if 1 smsd tries to receive one message before sending
131 +extern int store_received_pdu; // 0=no, 1=unsupported pdu's only, 2=unsupported and 8bit/u…
132 +extern int store_sent_pdu; // 0=no, 1=failed pdu's only, 2=failed and 8bit/unicode, 3=…
133 +extern int validity_period; // Validity period for messages.
134 +extern int decode_unicode_text; // 1 if unicode text is decoded internally.
135 +extern int internal_combine; // 1 if multipart message is combined internally.
136 +extern int internal_combine_binary; // 1 if multipart binary message is combined internally. De…
137 +extern int keep_filename; // 0 if unique filename is created to each directory when a…
138 +extern int store_original_filename; // 1 if an original filename is saved to message file when …
140 +extern int date_filename; // 1 or 2 if YYYYMMDD is included to the filename of incomi…
142 +extern int regular_run_interval; // Number of seconds between running a regular_run script/p…
144 +extern int filename_preview; // Number of chars of message text to concatenate to filena…
145 +extern int incoming_utf8; // 1 if incoming files are saved using UTF-8 character set.
146 +extern int outgoing_utf8; // 1 if outgoing files are automatically converted from UTF…
147 +extern int log_charconv; // 1 if character set conversion is logged.
148 +extern int log_single_lines; // 1 if linefeeds are removed from the modem response to be…
149 +extern int executable_check; // 0 if eventhandler and other executables are NOT checked …
150 +extern int keep_messages; // For testing purposes: messages are not deleted and smsd …
152 +extern int ic_purge_hours; // If internal_combine is used, concatenation storage is ch…
153 +extern int ic_purge_minutes; // and if there is message parts older than defined, they a…
154 +extern int ic_purge_read; // 1 = message parts are stored as single messages. 0 = par…
155 +extern int ic_purge_interval; //
158 +extern int smart_logging; // 1 = if loglevel is less than 7, degug log is written is …
159 +extern int status_signal_quality; // 1 = signal quality is written to status file.
160 +extern int status_include_counters; // 1 = succeeded, failed and received counters are included…
161 +extern int status_include_uptime; // 3.1.16beta: 1 = include started & uptime line in the sta…
162 +extern int hangup_incoming_call; // 1 = if detected unexpected input contains RING and we wa…
163 +extern int max_continuous_sending; // Defines when sending is breaked to do check/do other tas…
164 +extern int voicecall_hangup_ath; // If ATH is used instead of AT+CHUP.
167 -int trust_outgoing; // 1 = it's _sure_ that files are created by rename AND permission…
168 +extern int trust_outgoing; // 1 = it's _sure_ that files are created by rename AND per…
171 -int ignore_outgoing_priority; // 1 = Priority: high header is not checked. Speeds up spooling.
172 +extern int ignore_outgoing_priority; // 1 = Priority: high header is not checked. Speeds up spoo…
175 -int ignore_exec_output; // 1 = stdout and stderr of eventhandlers is _not_ checked.
176 +extern int ignore_exec_output; // 1 = stdout and stderr of eventhandlers is _not_ checked.
183 -int trim_text; // 1 = trailing whitespaces are removed from text:
184 +extern int trim_text; // 1 = trailing whitespaces are removed from text:
187 -int use_linux_ps_trick; // 1 = change argv[0] to "smsd: MAINPROCESS", "smsd: GSM1" etc.
188 +extern int use_linux_ps_trick; // 1 = change argv[0] to "smsd: MAINPROCESS", "smsd: GSM1" …
191 -int log_unmodified;
192 +extern int log_unmodified;
199 -int spool_directory_order;
200 +extern int spool_directory_order;
203 -int log_read_from_modem;
204 +extern int log_read_from_modem;
207 -int log_read_timing;
208 +extern int log_read_timing;
211 -int log_response_time;
212 +extern int log_response_time;
215 -int default_alphabet;
216 +extern int default_alphabet;
225 -int mainprocess_notifier;
226 +extern int mainprocess_notifier;
229 -int eventhandler_use_copy;
230 +extern int eventhandler_use_copy;
233 -int sleeptime_mainprocess;
234 +extern int sleeptime_mainprocess;
237 -int check_pid_interval;
238 +extern int check_pid_interval;
246 -int message_count; // Counter for sent messages. Multipart message is one message.
247 +extern int message_count; // Counter for sent messages. Multipart message is one mess…
270 -int arg_terminal;
276 +extern int arg_terminal;
279 -int do_encode_decode_arg_7bit_packed;
281 +extern int do_encode_decode_arg_7bit_packed;
283 -int terminal; // 1 if smsd is communicating with terminal.
286 +extern int terminal; // 1 if smsd is communicating with terminal.
300 -int startup_err_count;
302 +extern int startup_err_count;
326 -int os_cygwin; // 1 if we are on Cygwin.
327 +extern int os_cygwin; // 1 if we are on Cygwin.
337 -int translate_incoming; // 0 if incoming message headers are NOT transtaled.
346 +extern int translate_incoming; // 0 if incoming message headers are NOT transtaled.
349 -int logtime_us;
350 -int logtime_ms;
351 +extern int logtime_us;
352 +extern int logtime_ms;
355 -int shell_test;
356 +extern int shell_test;
359 -int enable_smsd_debug;
361 +extern int enable_smsd_debug;
382 +int process_id; // -1 for main task, all modems have numbers starting with 0.
387 +int modem_handle; // Handle for modem.
389 +int put_command_timeouts;
411 +int alarmlevel; // Alarm Level (9=highest). Verbosity of alarm handler.
413 +int loglevel; // Log Level (9=highest). Verbosity of log file.
416 +int delaytime; // sleep-time after workless
417 +int delaytime_mainprocess; // sleep-time after workless, main process. If -1, delaytime is us…
418 +int blocktime; // sleep-time after multiple errors
419 +int blockafter; // Block modem after n errors
420 +int errorsleeptime; // sleep-time after each error
421 +int autosplit; // Splitting of large text messages 0=no, 1=yes 2=number with text, 3=number with…
422 +int receive_before_send; // if 1 smsd tries to receive one message before sending
423 +int store_received_pdu; // 0=no, 1=unsupported pdu's only, 2=unsupported and 8bit/unicode,…
424 +int store_sent_pdu; // 0=no, 1=failed pdu's only, 2=failed and 8bit/unicode, 3=all
425 +int validity_period; // Validity period for messages.
426 +int decode_unicode_text; // 1 if unicode text is decoded internally.
427 +int internal_combine; // 1 if multipart message is combined internally.
428 +int internal_combine_binary; // 1 if multipart binary message is combined internally. Defaults …
429 +int keep_filename; // 0 if unique filename is created to each directory when a messag…
430 +int store_original_filename; // 1 if an original filename is saved to message file when it's mo…
432 +int date_filename; // 1 or 2 if YYYYMMDD is included to the filename of incoming mess…
434 +int regular_run_interval; // Number of seconds between running a regular_run script/progdam.
436 +int filename_preview; // Number of chars of message text to concatenate to filename.
437 +int incoming_utf8; // 1 if incoming files are saved using UTF-8 character set.
438 +int outgoing_utf8; // 1 if outgoing files are automatically converted from UTF-8 to I…
439 +int log_charconv; // 1 if character set conversion is logged.
440 +int log_single_lines; // 1 if linefeeds are removed from the modem response to be logged.
441 +int executable_check; // 0 if eventhandler and other executables are NOT checked during …
442 +int keep_messages; // For testing purposes: messages are not deleted and smsd stops a…
444 +int ic_purge_hours; // If internal_combine is used, concatenation storage is checked e…
445 +int ic_purge_minutes; // and if there is message parts older than defined, they are hand…
446 +int ic_purge_read; // 1 = message parts are stored as single messages. 0 = parts are …
447 +int ic_purge_interval; //
450 +int smart_logging; // 1 = if loglevel is less than 7, degug log is written is there h…
451 +int status_signal_quality; // 1 = signal quality is written to status file.
452 +int status_include_counters; // 1 = succeeded, failed and received counters are included in the…
453 +int status_include_uptime; // 3.1.16beta: 1 = include started & uptime line in the status fil…
454 +int hangup_incoming_call; // 1 = if detected unexpected input contains RING and we want to e…
455 +int max_continuous_sending; // Defines when sending is breaked to do check/do other tasks. Tim…
456 +int voicecall_hangup_ath; // If ATH is used instead of AT+CHUP.
459 +int trust_outgoing; // 1 = it's _sure_ that files are created by rename AND permission…
462 +int ignore_outgoing_priority; // 1 = Priority: high header is not checked. Speeds up spooling.
465 +int ignore_exec_output; // 1 = stdout and stderr of eventhandlers is _not_ checked.
471 +int trim_text; // 1 = trailing whitespaces are removed from text:
474 +int use_linux_ps_trick; // 1 = change argv[0] to "smsd: MAINPROCESS", "smsd: GSM1" etc.
477 +int log_unmodified;
483 +int spool_directory_order;
486 +int log_read_from_modem;
489 +int log_read_timing;
492 +int log_response_time;
495 +int default_alphabet;
502 +int mainprocess_notifier;
505 +int eventhandler_use_copy;
508 +int sleeptime_mainprocess;
511 +int check_pid_interval;
517 +int message_count; // Counter for sent messages. Multipart message is one message.
534 +int arg_terminal;
537 +int do_encode_decode_arg_7bit_packed;
539 +int terminal; // 1 if smsd is communicating with terminal.
550 +int startup_err_count;
567 +int os_cygwin; // 1 if we are on Cygwin.
577 +int translate_incoming; // 0 if incoming message headers are NOT transtaled.
580 +int logtime_us;
581 +int logtime_ms;
584 +int shell_test;
587 +int enable_smsd_debug;
612 +//int trouble_logging_started;
615 int Filehandle = -1;
616 int Level;
617 int SavedLevel;
639 //int trouble_logging_started;
643 int change_loglevel(int new_level);
655 +int rejected_counter; // Statistic counter, rejected SM, number does not fit into any queue
657 +int printstatus; // if 1 smsd outputs status on stdout
660 +int stats_interval; // time between statistic files in seconds.
661 +int stats_no_zeroes; // Suppress files that contain only zeroes
662 +int status_interval; // time between updating status file in seconds
675 int ber;
679 -int rejected_counter; // Statistic counter, rejected SM, number does not fit into any queue
681 -int printstatus; // if 1 smsd outputs status on stdout
684 -int stats_interval; // time between statistic files in seconds.
685 -int stats_no_zeroes; // Suppress files that contain only zeroes
686 -int status_interval; // time between updating status file in seconds
688 +extern int rejected_counter; // Statistic counter, rejected SM, number does not fit into any queue
690 +extern int printstatus; // if 1 smsd outputs status on stdout
693 +extern int stats_interval; // time between statistic files in seconds.
694 +extern int stats_no_zeroes; // Suppress files that contain only zeroes
695 +extern int status_interval; // time between updating status file in seconds
712 int inblacklist(char* msisdn)
726 int inblacklist(char* msisdn);
739 int inwhitelist_q(char* msisdn, char *queuename)
753 int inwhitelist_q(char* msisdn, char *queuename);