Displaying 1 result from an estimated 1 matches for "version12".
Did you mean:
version1
2013 Dec 30
1
Asterisk 12 trunk setup
...annot get a
trunk setup working. I am using the new pjsip channel driver. The
provider provides IP security so no registering or credentials are
required.
This is version 1.8 that works
[maintrunk]
type=peer
host=1.2.3.4
disallow=all
allow=g729,alaw,ulaw
and use Dial(SIP/maintrunk/${ARG1})
My version12
[udpnonat]
type=transport
protocol=udp
bind=0.0.0.0:5060
[maintrunk]
type=endpoint
transport=udpnonat
disallow=all
allow=g729,alaw,ulaw
aors=maintrunk
[maintrunk]
type=aor
contact=sip:1.2.3.4:5060
and use Dial(PJSIP/${ARG1}@maintrunk)
It dials but does not connect to the provider. Is the confi...