@avayax wrote:
I would like to create a pjsip trunk, to which I want to assign a different external_signaling_address and a different bind port, different from the default 5060 and from default external IP address.
Reason is that I want to have two trunks, each going out a different WAN interface, therefore requiring different external addresses in the SIP headers.This is possible in pjsip using different transports, but it doesn't look like those can be configured from the GUI, can they?
The second transport should look something like this:
[transport-udp-provider2]
type=transport
protocol=udp
bind=0.0.0.0:5162
local_net=192.0.2.0/24
external_media_address=xxx.xxx.xxx.xxx
external_signaling_address=xxx.xxx.xxx.xxx
Posts: 1
Participants: 1