Home
last modified time | relevance | path

Searched refs:celliax_debug (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/asterisk/
H A Dcelliax.h216 #define DEBUGA_SOUND(...) if (celliax_debug & DEBUG_SOUND) ast_log(LOG_DEBUG, "rev "CELLIAX_SVN_…
217 #define DEBUGA_SERIAL(...) if (celliax_debug & DEBUG_SERIAL) ast_log(LOG_DEBUG, "rev "CELLIAX_SVN…
218 #define DEBUGA_SKYPE(...) if (celliax_debug & DEBUG_SKYPE) ast_log(LOG_DEBUG, "rev "CELLIAX_SVN_…
219 #define DEBUGA_AT(...) if (celliax_debug & DEBUG_AT) ast_log(LOG_DEBUG, "rev "CELLIAX_SVN_VERSIO…
220 #define DEBUGA_FBUS2(...) if (celliax_debug & DEBUG_FBUS2) ast_log(LOG_DEBUG, "rev "CELLIAX_SVN_…
221 #define DEBUGA_CALL(...) if (celliax_debug & DEBUG_CALL) ast_log(LOG_DEBUG, "rev "CELLIAX_SVN_VE…
222 #define DEBUGA_PBX(...) if (celliax_debug & DEBUG_PBX) ast_log(LOG_DEBUG, "rev "CELLIAX_SVN_VERS…
224 #define DEBUGA_CVM(...) if (celliax_debug & DEBUG_CVM) ast_log(LOG_DEBUG, "rev "CELLIAX_SVN_VERSI…
233celliax_debug & DEBUG_LOCKS) ast_log(LOG_DEBUG, "rev "CELLIAX_SVN_VERSION "[%p|%-7lx][DEBUG_LOCKS …
234celliax_debug & DEBUG_LOCKS) ast_log(LOG_DEBUG, "rev "CELLIAX_SVN_VERSION "[%p|%-7lx][DEBUG_LOCKS…
[all …]
H A Dchan_celliax.c9 int celliax_debug = 0; variable
1755 celliax_debug = celliax_debug | DEBUG_ALL; in celliax_mkif()
1765 celliax_debug = celliax_debug | DEBUG_AT; in celliax_mkif()
1776 celliax_debug = celliax_debug | DEBUG_FBUS2; in celliax_mkif()
1787 celliax_debug = celliax_debug | DEBUG_SERIAL; in celliax_mkif()
1798 celliax_debug = celliax_debug | DEBUG_SOUND; in celliax_mkif()
1809 celliax_debug = celliax_debug | DEBUG_PBX; in celliax_mkif()
1820 celliax_debug = celliax_debug | DEBUG_CALL; in celliax_mkif()
1831 celliax_debug = celliax_debug | DEBUG_LOCKS; in celliax_mkif()
1842 celliax_debug = celliax_debug | DEBUG_MONITORLOCKS; in celliax_mkif()
[all …]
H A Dcelliax_additional.c5 extern int celliax_debug;