mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 20:19:36 +00:00
use text in this say case
This commit is contained in:
parent
01372cd1f9
commit
a6830b2653
@ -490,7 +490,7 @@ static switch_status_t parse_playback(const char *tag_name, client_t *client, sw
|
|||||||
}
|
}
|
||||||
say = 1;
|
say = 1;
|
||||||
|
|
||||||
body = free_string;
|
text = free_string;
|
||||||
switch_ivr_play_file(client->session, NULL, "voicemail/vm-person.wav", &nullargs);
|
switch_ivr_play_file(client->session, NULL, "voicemail/vm-person.wav", &nullargs);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user