Is there support for SIP Outbound proxy?
# support
m
I see there is outboundProtocol enum option, but can you also support outboundProxy? SIP Outbound Proxy • Primary Purpose: Routing and facilitating SIP signaling between the client and the SIP server. • Key Features: • Acts as an intermediary for SIP requests and responses. • Helps with NAT traversal, security, and session management. • Does not handle media (voice or video) directly; its focus is on signaling. • Typically used to ensure smooth SIP communication over complex networks (e.g., firewalls or NATs). • Use Case: A SIP phone connects to a hosted PBX service via an outbound proxy for proper signaling and routing. https://cdn.discordapp.com/attachments/1323586310191054939/1323586310438387733/image.png?ex=67750d4f&is=6773bbcf&hm=01f70cb3fe95babe2a44c3f9729149c7e1f6a6e2feffeed82335bc6e5e1d907b& https://cdn.discordapp.com/attachments/1323586310191054939/1323586310719672331/image.png?ex=67750d4f&is=6773bbcf&hm=f4a5435730cfce31b32fdf863f1e3c344f062261e0a169de77332a99f2ca2f0b&
v
@Max Thank you for your inquiry about SIP Outbound Proxy support. Currently, the options you see, such as
outboundPhoneCall
,
phoneCallProvider
, and
phoneCallTransport
, are designed to specify the provider and the transport of the phone call. The support for an outbound proxy is indeed a relevant feature for SIP communications, especially for the reasons you've mentioned like NAT traversal and security. While I don't have the capability to update the API directly, I can certainly pass on your feedback to the development team. If you're looking to implement an outbound proxy in your current setup, please provide more details about your requirements, and I'll do my best to assist you further. If this is a feature request, I can guide you on how to submit it to our development team for consideration in future updates.
You can continue this conversation by mentioning me in the message.
s
@Max I will check with team about this and then let you know.
Outbound proxy support in BYO SIP Trunk needs explicit proxy fields in
SipTrunkGateway
. This feature isn't available yet. For now, you can repurpose one of the gateways as a proxy.
@Max do let me your thoughts on this.
2 Views