Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question #19

Closed
HumanG33k opened this issue Oct 19, 2022 · 1 comment
Closed

Question #19

HumanG33k opened this issue Oct 19, 2022 · 1 comment

Comments

@HumanG33k
Copy link

Hello,

I m newbie with sip and have a question.
I read the readme and think the anwser to my question is yes but i have to be sure.

  • Can i make a phone ringing and display (on the phone) a custom message.

For what i understand the documentation part for my use case is "SIP Message Rendering" and i guess "SIP Message Parsing" to be sure everything run smothly (aka : following protocol) ?

Thx for your time

@cdosoftei
Copy link
Contributor

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.

@rtckit rtckit locked and limited conversation to collaborators Oct 22, 2022
@cdosoftei cdosoftei converted this issue into discussion #20 Oct 22, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants