mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-6442 --resolve
This commit is contained in:
parent
80e203442a
commit
aae1954c07
@ -32,6 +32,7 @@
|
||||
* Cesar Cepeda <cesar@auronix.com>
|
||||
* Christopher M. Rienzo <chris@rienzo.com>
|
||||
* Seven Du <dujinfang@gmail.com>
|
||||
* William King <william.king@quentustech.com>
|
||||
*
|
||||
* mod_dptools.c -- Raw Audio File Streaming Application Module
|
||||
*
|
||||
@ -3545,6 +3546,7 @@ static switch_status_t pickup_event_handler(switch_core_session_t *session)
|
||||
switch_channel_t *channel = switch_core_session_get_channel(session);
|
||||
switch_channel_state_t state = switch_channel_get_running_state(channel);
|
||||
pickup_pvt_t *tech_pvt = switch_core_session_get_private(session);
|
||||
char *uuid = NULL;
|
||||
|
||||
switch(state) {
|
||||
case CS_DESTROY:
|
||||
@ -3569,7 +3571,8 @@ static switch_status_t pickup_event_handler(switch_core_session_t *session)
|
||||
switch_channel_clear_flag(channel, CF_CHANNEL_SWAP);
|
||||
}
|
||||
|
||||
pickup_pop_uuid(tech_pvt->key, switch_core_session_get_uuid(session));
|
||||
uuid = pickup_pop_uuid(tech_pvt->key, switch_core_session_get_uuid(session));
|
||||
switch_safe_free(uuid);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user