Setup Voip Call from SIP Account in php

一个人想着一个人 提交于 2019-12-06 21:05:29

After a lot of research I have found that SIPML is the solution of my problem, it gives pre-build library to make sip call, below is the demo URL : https://www.doubango.org/sipml5/call.htm?svn=250

First you need to have VoIP server which supports some kind of API, probably best one is Asterisk or Freeswitch.(I don't know what server you are using, but you will need not only SIP account, but some kind of API too) If you will use Asterisk you can use AMI interface for triggering call. So when you click on number your PHP script needs to connect to Asterisk management interface and trigger a call.

Here are some examples:

http://www.voip-info.org/wiki/view/Asterisk+manager+Example:+PHP

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