BelledonneCommunications / flexisip

Linphone.org mirror for flexisip (git://git.linphone.org/flexisip.git)
http://flexisip.org
GNU Affero General Public License v3.0
147 stars 71 forks source link

SIP TRUNK -- INVITE request #175

Open InnovMuch opened 11 months ago

InnovMuch commented 11 months ago

Hello, I am currently focused on implementing the SIP trunk. My goal is to redirect calls to a provider gateway, such as Vonage or SignalWire, in instances where the user doesn't answer a SIP call. For such scenarios, we're looking at having the call fall back to a PSTN provider and then rerouting it. Although I've set up the B2BUA module, the call isn't being forwarded to the provider when I use the sngrep command. Notably, I've observed that the proxy isn't sending any INVITE to the beb2ua gateway. Could you possibly assist with a suitable test configuration?

Best regards