Skip to content

Question #20

Answered by cdosoftei
HumanG33k asked this question in Q&A
Discussion options

You must be logged in to vote

php-sip is a SIP message parsing/rendering library, so its purpose is to decode raw SIP messages (plain text) into structured objects and vice-versa.

While parsing/rendering is definitely required in order to place and receive calls, there's more to it, at the very least handling the networking I/O and the messages within a SIP dialog; this is outside of the scope of this library and effectively describes a SIP user agent.

You might wish to check eqivo, it's an API layer wrapped around FreeSWITCH which might streamline your telephony integration.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cdosoftei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #19 on October 22, 2022 17:18.