mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
Reworked chan_ooh323 channel module.
Many architectural and functional changes. Main changes are threading model chanes (many thread in ooh323 stack instead of one), modifications and improvements in signalling part, additional codecs support (726, speex), t38 mode support. This module tested and used in production environment. (closes issue #15285) Reported by: may213 Tested by: sles, c0w, OrNix Review: https://reviewboard.asterisk.org/r/324/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@227898 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -130,6 +130,8 @@ EXTERN int ooCloseH245Connection(struct OOH323CallData *call);
|
||||
*
|
||||
*/
|
||||
EXTERN int ooMonitorChannels(void);
|
||||
EXTERN int ooMonitorCmdChannels(void);
|
||||
EXTERN int ooMonitorCallChannels(OOH323CallData *);
|
||||
|
||||
/**
|
||||
* This function is called to stop the monitor channels event loop.
|
||||
@@ -138,6 +140,7 @@ EXTERN int ooMonitorChannels(void);
|
||||
* @return OO_OK, on success. OO_FAILED, on failure
|
||||
*/
|
||||
EXTERN int ooStopMonitorCalls(void);
|
||||
EXTERN void ooStopMonitorCallChannels(OOH323CallData *);
|
||||
|
||||
/**
|
||||
* This function is used to receive an H.2250 message received on a calls
|
||||
|
||||
Reference in New Issue
Block a user