code before declaration.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3409 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d7baa16132
commit
4d450eba16
|
@ -2510,9 +2510,9 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
|
|||
memset(write_frame.data, 255, write_frame.datalen);
|
||||
|
||||
if (ringback_data) {
|
||||
char *tmp_data = NULL;
|
||||
switch_buffer_create_dynamic(&ringback.audio_buffer, 512, 1024, 0);
|
||||
switch_buffer_create_dynamic(&ringback.loop_buffer, 512, 1024, 0);
|
||||
char *tmp_data = NULL;
|
||||
|
||||
if (*ringback_data == '/') {
|
||||
char *ext;
|
||||
|
|
Loading…
Reference in New Issue