2

Recently I've discovered Linphone which offers iOS SDK for creating VoIP calls. I would like to integrate it into my existing chat application and problem is that I need to make SIP service on my server which gives me a headaches. Is there any out of the box solution for this service which can be easily compiled and integrated with MySql database? I found OpenSIPS, Kamailio and Asterisk but since I'm new in this field they look very complicated at first. When you start Linphone example app you can create SIP user account using their free SIP service. I need to create similar service which can be used withing PHP script.

I have experience in UNIX / Linux and with server side programming (PHP & MySql) so even pointing me to a good tutorial would be very helpful.

4

2 回答 2

1

有关使用 MySQL 后端安装 Kamailio 的分步教程,请访问:

有一个用 PHP 编写的名为 Siremis 的 Web 管理应用程序,可用于作为 GUI 管理用户。

于 2014-06-06T19:05:37.020 回答
-1

也许这个 OpenSIPs 控制面板可以帮助你: https ://github.com/OpenSIPS/opensips-cp 另一个链接可以是: https ://github.com/ideawu/phpvoip

于 2020-04-07T20:58:42.960 回答