Displaying 1 result from an estimated 1 matches for "vpsserver".
Did you mean:
vpnserver
2014 Apr 16
1
Connecting 2 asterisks, one with PJSIP and other SIP returning 401
...ealm = myrealm.com
udpbindaddr = 0.0.0.0
qualify = yes
subscribecontext = default
localnet=192.168.1.0/255.255.255.0
externhost=myhost.com
externrefresh=30
dtmfmode = auto
canreinvite = no
jbenable = no
sendrpid = yes
trustrpid = no
disallow=all
allow=ulaw
allow=alaw
register => myuser:mypass at vpsserver
[vpsserver]
type=friend
secret=myuser
defaultuser=mypass
host=vpsserver.domain.com
context=inbound
canreinvite=no
insecure=port,invite
And this is the server's pjsip.conf
[transport-udp]
type=transport
protocol=udp
bind=0.0.0.0
[home]
type=endpoint
context=trusted
disallow=all
allow=ulaw
al...