sipsorcery-org / sipsorcery

A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
https://sipsorcery-org.github.io/sipsorcery
Other
1.38k stars 423 forks source link

How to realize the ip phone proxy server function similar to opensips #847

Open atorzhang opened 1 year ago

atorzhang commented 1 year ago

Hello, I want to realize the intranet IP phone inter-dial function, similar to opensips, I saw that the REGISTER function is implemented in the projects UserAgentServer and SIPProxy in SIPExamples, but the INVITE function dial-up receiver does not ring, how to enable the receiver to receive to the caller's request? I'm not very skilled, thanks for the answer

atorzhang commented 1 year ago

Similar to implement pbx system