dam034
December 14th, 2019, 06:23 PM
Dear users,
what I want to do has already been requested and documented by many users, but I can't find a step-by-step guide to do it.
I want to do a fax server to:
send a fax by a gui from a pdf
receive faxes ONLY when I want (when I "power on" the fax) and save them in pdf in a folder with their metadatas (time, sender, etc...) in a text file or mysql
check if the phone line is free or busy
store in a text file (or mysql) a list of all calls made or received from that phone line (made/received, number, time, duration)
Now I have these elements:
an ubuntu server
a raspberry pi 3 b+
a mysql server and database specially created
I can use mysql
Then I need:
a hardware to connect the phone line to server (usb-rj11)
software to do all
If possible, I want to create the same software for both ubuntu and raspberry. But now I can use only raspberry.
Can anybody help me?
Thanks
what I want to do has already been requested and documented by many users, but I can't find a step-by-step guide to do it.
I want to do a fax server to:
send a fax by a gui from a pdf
receive faxes ONLY when I want (when I "power on" the fax) and save them in pdf in a folder with their metadatas (time, sender, etc...) in a text file or mysql
check if the phone line is free or busy
store in a text file (or mysql) a list of all calls made or received from that phone line (made/received, number, time, duration)
Now I have these elements:
an ubuntu server
a raspberry pi 3 b+
a mysql server and database specially created
I can use mysql
Then I need:
a hardware to connect the phone line to server (usb-rj11)
software to do all
If possible, I want to create the same software for both ubuntu and raspberry. But now I can use only raspberry.
Can anybody help me?
Thanks