set default
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2753 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7045c12e3b
commit
e9cb681093
|
@ -1659,7 +1659,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
|
||||||
switch_core_session_t *peer_session, *peer_sessions[MAX_PEERS];
|
switch_core_session_t *peer_session, *peer_sessions[MAX_PEERS];
|
||||||
switch_caller_profile_t *caller_profiles[MAX_PEERS], *caller_caller_profile;
|
switch_caller_profile_t *caller_profiles[MAX_PEERS], *caller_caller_profile;
|
||||||
char *chan_type = NULL, *chan_data;
|
char *chan_type = NULL, *chan_data;
|
||||||
switch_channel_t *peer_channel = NULL, *peer_channels[MAX_PEERS];
|
switch_channel_t *peer_channel = NULL, *peer_channels[MAX_PEERS] = {0};
|
||||||
time_t start;
|
time_t start;
|
||||||
switch_frame_t *read_frame = NULL;
|
switch_frame_t *read_frame = NULL;
|
||||||
switch_status_t status = SWITCH_STATUS_SUCCESS;
|
switch_status_t status = SWITCH_STATUS_SUCCESS;
|
||||||
|
|
Loading…
Reference in New Issue