...
Create a SIP signaling port on the SBC towards the recorder, and enable SIPREC.
Code Block | ||
---|---|---|
| ||
% set addressContext <ADDRESS-CONTEXT> zone <ZONE> sipSigPort <SIP SIGNALLING PORT> siprec enabled |
Note |
---|
To support SIPREC INVITE over TCP, the sipSigPort, which is configured in the zone for SIPREC must have |
Note |
---|
|
Create a trunk group from the SBC for recording.
Code Block |
---|
% set addressContext <ADDRESS-CONTEXT> zone <ZONE> sipTrunkGroup <sipTrunkGroup> |
Note |
---|
Ensure that the name of the The same trunk group name must be identical to the one used above while creating Recorder profile on the PSXused in CLI startRecord command and Start Record command of EMA GUI. |
Add static routes toward the recorder.
Start recording from the CLI or EMA.
Note |
---|
When recording is initiated from CLI/EMA, disable call recording criteria (or check that call recording criteria does not match); otherwise, recording is not initiated through CLI/EMA. |
CLI method
To configure siprec startRecord
request, execute the following command both on the ingress and egress legs:
Code Block | ||
---|---|---|
| ||
% request global sipRec startRecord gcid <GCID> callLeg ingress trunkGroup <TRUNK GROUP NAME> srsIpAddress <SRS IP ADDRESS> srsPort <SRS PORT> transport <tcp | udp> % request global sipRec startRecord gcid <GCID> callLeg egress trunkGroup <TRUNK GROUP NAME> srsIpAddress <SRS IP ADDRESS> srsPort <SRS PORT> transport <tcp | udp> |
EMA method
On the SBC main screen, navigate to All > Global > SIPrec. Select Start Record command from the commands drop-down list.
Caption | ||||
---|---|---|---|---|
| ||||
Click startRecord.
CLI method:
Code Block | ||
---|---|---|
| ||
% request global sipRec stopRecord gcid <GCID> |
EMA method:
On the SBC main screen, navigate to All > Global > SIPrec. Select Stop Record command from the commands drop-down list.
Caption | ||||
---|---|---|---|---|
| ||||
Click stopRecord.
CLI method:
Code Block | ||
---|---|---|
| ||
show table global siprecStatus RECORDING GCID RECORDER ADDRESS RX RTP ADDRESS TX RTP ADDRESS LEG ------------------------------------------------------------------------------ 1 10.54.80.200:5070 10.54.80.200:13471 10.54.80.200:13467 ingress 131072 10.54.80.200:5070 10.54.80.200:13471 10.54.80.200:13467 ingress [ok] |
EMA method:
On the SBC main screen, navigate to All > Global > SIP rec Status
Caption | ||||
---|---|---|---|---|
| ||||
...