(09-06-2025, 04:59 PM)baptx Wrote: Indeed, I remember having heard about call recording for the PinePhone here:
https://github.com/the-modem-distro/pine.../tag/0.7.1
The project themodemdistro was mentioned here:
https://wiki.pine64.org/wiki/PinePhone_C...ort#Sweden
I will have to try it.
Using the SMS interface to number
Code:
+223344556677
https://github.com/the-modem-distro/pine...rieve-them
Call recording (you need ADB enabled to retrieve them)
[/url]
WARNING: Call recording may be forbidden in some jurisdictions. Make sure it is legal to record calls in your country before using these functions (https://en.wikipedia.org/wiki/Telephone_call_recording_laws)
- : Records every call and deletes it after you hang up, unless you sendCode:
record and recycle calls
while in the middle of it to tell it to keep it in the default storage (*1)Code:record this call
- : Records all calls and keeps it in the default storage (*1)Code:
record all calls
- : Disables call recordingCode:
stop recording calls
- : Records the current established call, ifCode:
record this call
is active, the call will be stored from the beginning, otherwise it will record from the moment it acknowledged the commandCode:record and recycle calls
- : The modem will record the next outgoing or incoming callCode:
record next call
- : Cancels the previous commandCode:
cancel record next call
[url=https://github.com/the-modem-distro/pinephone_modem_sdk/blob/kirkstone/docs/SMS_INTERFACE.md#call-recording-storage]
Calls will be stored in
Code:
/tmp
Code:
/persist
Code:
tools/helpers/retrieve_recordings