let unicast mode operate on the native codec if desired

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4925 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-04-13 16:24:02 +00:00
parent 8199beaf27
commit ff44ce11cc
4 changed files with 115 additions and 40 deletions
+2 -1
View File
@@ -78,7 +78,8 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_activate_unicast(switch_core_session_
switch_port_t local_port,
char *remote_ip,
switch_port_t remote_port,
char *transport);
char *transport,
char *flags);
/*!
\brief Generate an XML CDR report.
+2 -1
View File
@@ -121,7 +121,8 @@ SWITCH_BEGIN_EXTERN_C
typedef enum {
SUF_NONE = 0,
SUF_THREAD_RUNNING = (1 << 0),
SUF_READY = (1 << 1)
SUF_READY = (1 << 1),
SUF_NATIVE = (1 << 2)
} switch_unicast_flag_t;
typedef enum {