Inquiry Regarding Parallel Call Functionality with SIPSorcery #1406
Replies: 1 comment
-
The It's recommended to use a single The |
Beta Was this translation helpful? Give feedback.
-
The It's recommended to use a single The |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently working on developing a dialer application using SIPSorcery. The goal is to run the dialer on a Windows PC and have it initiate multiple simultaneous outbound calls. For this purpose, several SIP user accounts are available in our PBX system. When a call is successfully answered by the remote party, it should then be forwarded to an internal extension.
At this point, I am able to establish individual calls successfully. However, I am encountering difficulties when trying to initiate multiple calls in parallel. The call initiation method simply returns false without any error message, which makes debugging challenging. I suspect the issue may be related to the use of VoIPMediaSession.
I am currently creating separate SIPTransport instances for each user, each bound to a different local port.
Could you please advise if there is a supported way to initiate multiple simultaneous calls using SIPSorcery? Any guidance or best practices you could share would be greatly appreciated.
Best regards,
Gerhard
Beta Was this translation helpful? Give feedback.
All reactions