add t38 skeleton

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11006 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West
2008-12-30 19:50:33 +00:00
parent 8afdd900c8
commit 211a93b12c
5 changed files with 160 additions and 25 deletions
+14
View File
@@ -606,9 +606,23 @@ typedef enum {
SWITCH_MESSAGE_INDICATE_DISPLAY,
SWITCH_MESSAGE_INDICATE_TRANSCODING_NECESSARY,
SWITCH_MESSAGE_INDICATE_AUDIO_SYNC,
SWITCH_MESSAGE_INDICATE_REQUEST_IMAGE_MEDIA,
SWITCH_MESSAGE_INVALID
} switch_core_session_message_types_t;
typedef struct {
uint32_t T38MaxBitRate;
switch_bool_t T38FaxFillBitRemoval;
switch_bool_t T38FaxTranscodingMMR;
switch_bool_t T38FaxTranscodingJBIG;
const char *T38FaxRateManagement;
uint32_t T38FaxMaxBuffer;
uint32_t T38FaxMaxDatagram;
const char *T38FaxUdpEC;
const char *T38VendorInfo;
const char *ip;
uint32_t port;
} switch_t38_options_t;
/*!
\enum switch_stack_t