VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
kilburna at gmail.com Guest
|
Posted: Mon Dec 30, 2013 7:36 am Post subject: [asterisk-users] Asterisk 12 trunk setup |
|
|
Hi All
I am testing Asterisk 12 and got most things working, but cannot 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 config correct?
Thank you for your time.
/K
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
jcolp at digium.com Guest
|
Posted: Thu Jan 02, 2014 10:52 am Post subject: [asterisk-users] Asterisk 12 trunk setup |
|
|
Kilburn Abrahams wrote:
Hola,
Quote: | I am testing Asterisk 12 and got most things working, but cannot 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.
|
<snip>
Quote: | 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 config correct?
|
Your config itself looks fine, what actually shows up on the console?
Cheers,
--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: www.digium.com & www.asterisk.org
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|