Hi,
I'm trying to activate fax2mail on my new system (5.0.1). Everythings works as expected but i don't get an en email notification if a new fax arrives.
The fax-to-mail script from..scripts/hangup_rx.lua tryes to execute
but since bg_system isn't in mod_commands it can't be executed. looks like a bug in 5.0.1
Does anyone can point me in the right direction how to fix this?
PS: THIS isn't helping, but it's basically the same problem :/
I'm trying to activate fax2mail on my new system (5.0.1). Everythings works as expected but i don't get an en email notification if a new fax arrives.
The fax-to-mail script from..scripts/hangup_rx.lua tryes to execute
Code:
result = api:executeString("bg_system "..cmd);
Does anyone can point me in the right direction how to fix this?
PS: THIS isn't helping, but it's basically the same problem :/