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.

Josip B.
  • 2,434
  • 1
  • 25
  • 30

2 Answers2

1

A step by step tutorial about installing Kamailio with MySQL backend is available at:

There is a web admin application named Siremis written in PHP that can be used for management of users as GUI.

miconda
  • 1,754
  • 11
  • 14
  • Great, thanks! I've already seen installation Kamailio with MySql but I didn't know that Siremis exists. I'll take a look at it :) – Josip B. Jun 09 '14 at 08:46
  • @miconda Does kamailio allow new user registration through the client? I want to use linphone as a client. I want visitors to register/signup through the client and start using the service. I mean the admin do not have to create a subscriber manually. – Umair Jan 27 '20 at 07:33
-1

maybe this control-panel for OpenSIPs help you : https://github.com/OpenSIPS/opensips-cp another link can be: https://github.com/ideawu/phpvoip

Ion Stefanache
  • 147
  • 1
  • 4