mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
windows build var types.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4909 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -50,9 +50,9 @@ struct switch_unicast_conninfo {
|
||||
switch_byte_t write_frame_data[SWITCH_RECOMMENDED_BUFFER_SIZE];
|
||||
switch_socket_t *socket;
|
||||
char *local_ip;
|
||||
uint32_t local_port;
|
||||
switch_port_t local_port;
|
||||
char *remote_ip;
|
||||
uint32_t remote_port;
|
||||
switch_port_t remote_port;
|
||||
switch_sockaddr_t *local_addr;
|
||||
switch_sockaddr_t *remote_addr;
|
||||
switch_mutex_t *flag_mutex;
|
||||
@@ -75,9 +75,9 @@ typedef struct switch_unicast_conninfo switch_unicast_conninfo_t;
|
||||
SWITCH_DECLARE(switch_status_t) switch_ivr_deactivate_unicast(switch_core_session_t *session);
|
||||
SWITCH_DECLARE(switch_status_t) switch_ivr_activate_unicast(switch_core_session_t *session,
|
||||
char *local_ip,
|
||||
uint32_t local_port,
|
||||
switch_port_t local_port,
|
||||
char *remote_ip,
|
||||
uint32_t remote_port,
|
||||
switch_port_t remote_port,
|
||||
char *transport);
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user