星号 +安卓、通讯服务
我想做一个简单的项目。我有两部 Android 手机,我想使用 Asterisk PBX 在它们之间发送消息和通话。我想我应该为 Android 设备编写一个 SIP 应用程序,以在 PBX 上注册并能够拨打电话和发送消息。
有人知道从哪里开始吗?我很高兴得到新的想法或建议:)
最好的问候
I would like to make a simple project. Having two Android phones, I would like to send messages and call between them using an Asterisk PBX. I guess that I should program a SIP application for Android device to register on the PBX and be able to make calls and send messages.
Anyone any idea where to start? I'd very pleased to get new ideas or advice :)
Best regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
存在开源 SIP 软电话,例如 sipdroid 或 csipsimple。您应该能够在它们的基础上进行构建、自定义它们,或者只是“按原样”使用它们:-)
Open source SIP softphones like sipdroid or csipsimple exist. You should be able to build on them, customize them, or just use them "as is" :-)
我已经使用并可以确认 SIPDroid 可与 Asterisk 配合使用:
https: //market.android.com/details?id=org.sipdroid.sipua&feature=search_result
其他可能有用的 SIP 应用程序有:
IAX 应用程序也可用,但不太可靠:
https://market.android.com/details?id=com.bw.iax.ui&feature=search_result
I've used and can confirm that SIPDroid works with Asterisk:
https://market.android.com/details?id=org.sipdroid.sipua&feature=search_result
Other SIP apps that may be of use are:
An IAX app is also available though its not as reliable:
https://market.android.com/details?id=com.bw.iax.ui&feature=search_result