16 #ifndef _OO_H323CDRIVER_H_ 17 #define _OO_H323CDRIVER_H_ 21 #include "oochannels.h" 23 #include "ooCapability.h" 24 #include "ooStackCmds.h" 26 #define H323_DTMF_RFC2833 (1 << 0) 27 #define H323_DTMF_Q931 (1 << 1) 28 #define H323_DTMF_H245ALPHANUMERIC (1 << 2) 29 #define H323_DTMF_H245SIGNAL (1 << 3) 30 #define H323_DTMF_INBAND (1 << 4) 31 #define H323_DTMF_CISCO (1 << 5) 32 #define H323_DTMF_INBANDRELAX (1 << 8) int ooh323c_set_capability_for_call(ooCallData *call, struct ast_format_cap *cap, int dtmf, int dtmfcodec, int t38support, int g729onlyA)
static int call(void *data)
struct ast_format * convertH323CapToAsteriskCap(int cap)
int ooh323c_set_capability(struct ast_format_cap *cap, int dtmf, int dtmfcodec)
int ooh323c_start_call_thread(ooCallData *call)
int ooh323c_stop_call_thread(ooCallData *call)
int ooh323c_stop_stack_thread(void)
int ooh323c_start_stack_thread(void)