mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
FS-3878 --resolve
This commit is contained in:
parent
e5d1dd7529
commit
d2c9fb5f7d
@ -4378,7 +4378,7 @@ SWITCH_STANDARD_API(voicemail_inject_api_function)
|
|||||||
static int api_del_callback(void *pArg, int argc, char **argv, char **columnNames)
|
static int api_del_callback(void *pArg, int argc, char **argv, char **columnNames)
|
||||||
{
|
{
|
||||||
|
|
||||||
unlink(argv[2]);
|
unlink(argv[3]);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user