SIP Calling using PHP

One of my client need to create a new application using PHP. He is having one VOIP company and he need us to create a program that can be used for SIP termination. Something like Astrix or Trixbox, but very basic than them

So is it possible to do it ?

Let me know.

Thanks

Not come across anyone using PHP and SIP, if its a web based application I would recommend Java. However let me know if you manage with PHP :slight_smile:

Here is a good start : http://siptutorial.net/index.html

Not come across anyone using PHP and SIP, if its a web based application I would recommend Java. However let me know if you manage with PHP
I’m using PHP and SIP at work, although the SIP handling is done by a proprietary software written in C++. Communication with this software is done through a couple of functions written in C and compiled into PHP.

So we cannot create a SIP Termination application only using PHP Right ?

So we cannot create a SIP Termination application only using PHP Right ?

No, I’m pretty sure that you can’t.

So which language is best and easy ?
Java ?

Any tutorials available ?

Please not that I have not tested and/or used any of the following links.

SIP tutorials using a Python library
http://trac.pjsip.org/repos/wiki/Python_SIP_Tutorial

A Java based library called JAIN SIP
http://wiki.java.net/bin/view/Communications/JainSIP

Hi,

So which language is best and easy ?
Java ?

Yes, I would recommend Java.

Any tutorials available ?

http://www.oracle.com/technology/pub/articles/dev2arch/2007/10/introduction-jain-sip.html

Thanks a lot for the tutorials and suggestions. I am planning to do the basics in Java and the user interface and others in PHP.