mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
fix mod_fifo build
This commit is contained in:
parent
ff977d81fa
commit
7d4c1aff81
@ -1486,7 +1486,7 @@ static void *SWITCH_THREAD_FUNC ringall_thread_run(switch_thread_t *thread, void
|
||||
char *name = switch_mprintf("variable_%s", argv[x]);
|
||||
|
||||
if ((tmp = switch_event_get_header(pop, name))) {
|
||||
switch_event_add_header(ovars, SWITCH_STACK_BOTTOM, argv[x], tmp);
|
||||
switch_event_add_header_string(ovars, SWITCH_STACK_BOTTOM, argv[x], tmp);
|
||||
}
|
||||
|
||||
free(name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user