SIP to SIP Call recording

▼魔方 西西 提交于 2020-01-25 03:29:29

问题


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), then write combined audio to file system or some place you want to save the recorded calls.



来源:https://stackoverflow.com/questions/11445834/sip-to-sip-call-recording

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!