Hi
I'm a Python newbie, and would like to rewrite this Perl scrip
to be run with the Asterisk PBX:
Anyone knows if those lines are necessary, why, and what their
alternative is in Python?
-------
open STDOUT, '>/dev/null';
fork and exit;
-------
Thank you.
I'm a Python newbie, and would like to rewrite this Perl scrip
to be run with the Asterisk PBX:
Anyone knows if those lines are necessary, why, and what their
alternative is in Python?
-------
open STDOUT, '>/dev/null';
fork and exit;
-------
Thank you.
Comment