Welcome to Binary Revolution Forums
![]() |
|
| Guest Message © 2012 DevFuse | |
Page 1 of 1
SIP protocol stack for web script languages? Can't seem to find anyone.
#1
Posted 14 September 2009 - 12:36 AM
Hi all. I've been searching for a php SIP protocol stack implementation for a small project, but all the ones i have found so far are only made for C/C++, and java. Does anyone knows about a SIP stack for a scripting language?(php, python, etc.) Any recommendation would be really appreciated :D bless
#2
Posted 14 September 2009 - 02:10 AM
DrZeus, on 14 September 2009 - 12:36 AM, said:
Hi all. I've been searching for a php SIP protocol stack implementation for a small project, but all the ones i have found so far are only made for C/C++, and java. Does anyone knows about a SIP stack for a scripting language?(php, python, etc.) Any recommendation would be really appreciated :D bless
PHP when run via a web server isn't really stateful, there is no reason to directly write one in php.
#3
Posted 14 September 2009 - 06:59 PM
[EDIT] ignore this!!
didn't interpret original post correctly.
didn't interpret original post correctly.
This post has been edited by p0id: 14 September 2009 - 07:00 PM
#4
Posted 20 September 2009 - 10:26 AM
DrZeus, on 14 September 2009 - 12:36 AM, said:
Hi all. I've been searching for a php SIP protocol stack implementation for a small project, but all the ones i have found so far are only made for C/C++, and java. Does anyone knows about a SIP stack for a scripting language?(php, python, etc.) Any recommendation would be really appreciated :D bless
The SIP protocol is pretty straight forward. If there isn't one, you can write one. Take a look at the RFC (http://www.ietf.org/rfc/rfc3261.txt) and spend some time watching the console of a * server.
Why anyone would willingly choose to use PHP is a whole other discussion.
#5
Posted 15 October 2009 - 04:55 AM
Hi DrZeus,
I recently created SIP protocol stack in PHP. You can find code and usage examples at:
http://code.google.com/p/php-sip/
Regards,
Chris
I recently created SIP protocol stack in PHP. You can find code and usage examples at:
http://code.google.com/p/php-sip/
Regards,
Chris
Share this topic:
Page 1 of 1

Sign In »
Register Now!
Help
















