FSCORE-357
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13264 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
428905db47
commit
9045735e79
|
@ -2052,8 +2052,8 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
|
|||
continue;
|
||||
}
|
||||
|
||||
switch_channel_wait_for_state_timeout(switch_core_session_get_channel(originate_status[i].peer_session), CS_DESTROY, 5000);
|
||||
|
||||
switch_channel_wait_for_state_timeout(switch_core_session_get_channel(originate_status[i].peer_session), CS_REPORTING, 5000);
|
||||
switch_yield(100000);
|
||||
if (switch_ivr_generate_xml_cdr(originate_status[i].peer_session, &cdr) == SWITCH_STATUS_SUCCESS) {
|
||||
if ((xml_text = switch_xml_toxml(cdr, SWITCH_FALSE))) {
|
||||
switch_snprintf(buf, sizeof(buf), "%s_%d", cdr_var, ++cdr_total);
|
||||
|
|
Loading…
Reference in New Issue