Skip to content Skip to sidebar Skip to footer

Sip To Sip Call Recording

How can we record SIP to SIP call in android? how to get downlink and uplink access in android using native code?

Solution 1:

Take a look on CSipSimple. It is an open source project that has the features you are looking for. Generally it uses a pjsip SIP stack that runs on native code. You can ask question in their mailing list. It is very active.

Solution 2:

Assuming you wrote your own Android NDK SIP stack, recording SIP calls on Android is pretty simple. Just combine inbound and outbound audio (MUX), then write combined audio to file system or some place you want to save the recorded calls.

Post a Comment for "Sip To Sip Call Recording"