Peer-to-peer SIP call with Android SIP Stack?

前端 未结 3 1064
梦如初夏
梦如初夏 2021-02-04 18:01

I have been looking for a way to set up the Android SIP stack to be able to establish a SIP call between two devices on the same network, in an ad-hoc manner. i.e without REGIST

3条回答
  •  长情又很酷
    2021-02-04 18:17

    You can do this with CSipSimple, which is open source: http://code.google.com/p/csipsimple/

    You set up local accounts, register to yourself instead of a server, then make a phone call using TXT mode and dial remote_account_name@remote_ip_address.

提交回复
热议问题