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? 回答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. 回答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),