mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user