The phone supports recording during active calls. Two recording methods are available:
This document applies to BX3S, BX4, BX5S, BX6, BX7, BX7C, GP210, GP210i, and BXU series IP phones.
This document is intended for internal R&D and test engineers who need to understand the implementation and improvement of the phone’s call recording feature.
A local receive-only stream is created and mixed with the call stream. The phone binds to a local port to receive mixed RTP data, which is then written to a local file or sent to a remote server.

Local recording requires a USB flash drive. The phone checks USB storage capacity, creates a file named Record_[SystemTime], and saves RTP data.
If the file size limit is reached and space remains, a new file is created automatically. Pause/resume is supported during recording.
Local Recording File Format (.wav):
| char codec[64] | int32_t rtpLen | int32_t increment | uint32_t dataSize | rtp data | rtp data | ... |
Server recording requires configuring serverAddr and serverPort. Communication includes control commands (TCP) and RTP media (UDP).
The phone initiates a recording session. The server allocates a dedicated UDP port for RTP streaming.
Record Start Command Format
Request: cmd=RecordStartRequest&id=xxx&device=xxx&remote_number=xxx&remote_name=xxx&local_number=xxx&local_name=xxx&dir=in|out&codec=xxx
Response: cmd=RecordStartResponse&id=xxx&result=success|failed&reason=xxx&server=xxx&port=xxx
Note: If the server responds "failed", the phone will display a recording failure prompt.
Record Stop Command Format
Request: cmd=RecordStopRequest&id=xxx&remote_number=xxx&remote_name=xxx&local_number=xxx&local_name=xxx&reason=xxx
Response: cmd=RecordStopResponse&id=xxx&result=success
On socket error, both sides terminate the session and clear states.
The phone sends RTP packets to the server via UDP until a Stop command is received or the connection drops.
The phone parses file headers (codec, timestamp, length) to calculate playback duration and control playback.
Local recording requires a USB drive. Supported on BX5S/BX6; NOT supported on BX3S/BX4.



Install the RecordServer software (supports PCMA/PCMU/G722).
Server Path: \\172.16.1.8\firmware\Applications\RecordServer
Run RecordServer.exe to start the service.



Register the phone to a SIP INFO-compatible server (e.g., 3CX).
