Displaying 2 results from an estimated 2 matches for "udp_b".
2015 Apr 20
3
Issues with call dropping
...192.168.1.4 - local network
192.168.53.9 - VOIP Provider network
Im using PJSIP, here is config:
[udp]
type=transport
protocol=udp
bind=192.168.1.4
local_net=10.0.0.0/24
local_net=10.0.1.0/24
local_net=192.168.1.0/24
external_media_address=195.239.8.122
external_signaling_address=195.239.8.122
[udp_B]
type=transport
protocol=udp
bind=192.168.53.9
[10000]
type=endpoint
aors=10000
context=dialmap
disallow=all
allow=alaw,ulaw
transport=udp_B
[10000]
type=aor
contact=sip:192.168.53.1:5060
max_contacts=4
2015 Jun 30
0
Issues with call dropping
...Im using PJSIP, here is config:
>
> [udp]
> type=transport
> protocol=udp
> bind=192.168.1.4
> local_net=10.0.0.0/24
> local_net=10.0.1.0/24
> local_net=192.168.1.0/24
>
> external_media_address=195.239.8.122
> external_signaling_address=195.239.8.122
>
> [udp_B]
> type=transport
> protocol=udp
> bind=192.168.53.9
>
> [10000]
> type=endpoint
> aors=10000
> context=dialmap
> disallow=all
> allow=alaw,ulaw
> transport=udp_B
>
> [10000]
> type=aor
> contact=sip:192.168.53.1:5060
> max_contacts=4
>