Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SIP > PRI gateway configuration assistance 1

TIgerV

Instructor
Mar 19, 2006
195
US
I have both an Audiocodes M800b and Adtran 908e gateway, I'm trying to connect to PRI on my end (9 channel), and Frontier SIP on the other end.
Would appreciate (and compensate) anyone who could help with the configuration of either of these 2 devices, preferably the Audiocodes.

Thanks
 
Not the same. Won't work without a system that does both...
Sip uses ip....... adtran is pri.... primary rate interface.
Not the same at all..
Similar yes but two different protocols.
 
Who is your provider and what type of service are they providing talking about your phone company? Are they providing you with an Ip, or are they providing you with a physical connection to? A t-1 interface
 
You need to know what the protocols are that frontier expects to see You will also need to know what kind of protocols your Can or will support. On the older phone systems , we would select protocols d4 ami or b8zs esf wink wink.
.
 
I have that, and even have the Adtran talking on the PRI side.
What I'm having difficulty with is the SIP side.
 
Ah ha moment.... what does the sip provider expect?

You need an IP address and a gateway.And probably some nat rules and you'll probably have to make sure those ports are available on your firewall
 
Ports are open, etc. Right now, the Adtran is not sending anything to the SIP server for registration. Literally debug sip stacks shows NOTHING.

If I could get a good config for either of these units, I'll take care of the rest. I need assistance configuring the Adtran or M800 to at least provide service I need.
 
Have you successfully been able to connect either of these to Frontier SIP OTT?
 
My mind is telling me that you have an ip address Is conflict. Can you ping both devices the gateway and adtran on the network?
 
Networking is done.
Adtran- I see NO sip traffic from the unit. It's not talking SIP. I can ping it, log into it via console, log in via port 80, it works otherwise.
Audiocodes- I can see it's sip traffic but it's not passing the user name/password.
This is not a networking problem, it's a configuration internal to either unit.
 
You are close to an answer.. I've worked on PBX for 24 years.Not new to the game.
I could probably get it working if I was there with you. Might be biting More than I can chew from here but other people will help Now that the bigger picture is more complete
 
 
Yes, according to the use of the 908e, that's what I'm trying to do. Even Adtran tells you how to do it, but they can't figure out why I'm not getting any SIP traffic from the ethernet port.
 
I just went and dug out my Adtran Netvanta 6240. At one time it was connected by PRI to a SV8300 and by SIP to a Asterisk PBX. Here is my config.

My PBX IP address was 10.70.104.60.

Without looking at your config check for this setting on the Ethernet port that will connect to SIP.
media-gateway ip primary

If that is missing then you will not get the SIP connection. If you make changes to that port that setting will get erased.

Code:
!
!
! ADTRAN, Inc. OS version R11.4.1.E
! Boot ROM version A5.01.00
! Platform: NetVanta 6242, part number 4740202G11
! Serial number CFG1277894
!
!
hostname "BFDSipGateway"
enable password anydampass
!
!
clock timezone -5-Eastern-Time
clock no-auto-correct-DST
!
ip subnet-zero
ip classless
ip routing
ipv6 unicast-routing
!
!
!
!
no auto-config
!
event-history on
no logging forwarding
no logging email
!
no service password-encryption
!
username "admin" password "anydampass"
!
!
no ip firewall alg msn
no ip firewall alg mszone
no ip firewall alg h323
!
!
!
!
aaa on
ftp authentication LoginUseLocalUsers
!
!
aaa authentication login LoginUseTacacs group tacacs+
aaa authentication login LoginUseRadius group radius
aaa authentication login LoginUseLocalUsers local
aaa authentication login LoginUseLinePass line
!
aaa authentication enable default enable
!
!
no dot11ap access-point-control
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface eth 0/1
  ip address dhcp
  media-gateway ip primary
  no shutdown
!
!
interface eth 0/2
  no ip address
  shutdown
!
!
!
!
interface t1 0/1
  tdm-group 1 timeslots 1-24 speed 64
  no shutdown
!
interface t1 0/2
  shutdown
!
interface t1 0/3
  shutdown
!
interface t1 0/4
  shutdown
!
!
interface pri 1
  connect t1 0/1 tdm-group 1
  no shutdown
!
!
interface fxs 0/1
  no shutdown
!
interface fxs 0/2
  no shutdown
!
interface fxs 0/3
  no shutdown
!
interface fxs 0/4
  no shutdown
!
interface fxs 0/5
  no shutdown
!
interface fxs 0/6
  no shutdown
!
interface fxs 0/7
  no shutdown
!
interface fxs 0/8
  no shutdown
!
!
interface fxo 0/1
  no shutdown
!
interface fxo 0/2
  no shutdown
!
!
isdn-group 1
  connect pri 1
!
!
!
!
!
!
!
!
!
!
!
no tftp server
no tftp server overwrite
http authentication LoginUseLocalUsers
http server
no http secure-server
no snmp agent
no ip ftp server
no ip scp server
no ip sntp server
!
!
!
!
!
!
!
!
sip
sip udp 5060
no sip tcp
!
!
!
voice feature-mode network
voice forward-mode network
!
!
!
!
!
!
!
!
!
!
!
!
voice codec-list G.711
  codec g711ulaw
!
!
!
voice trunk T01 type sip
  description "T01"
  sip-server primary 10.70.104.60 udp 5160
  registrar primary 10.70.104.60 udp 5160
  register T01 auth-name "T01" password "anydampass34"
  codec-list G.711 both
  authentication username "T01" password "anydampass34"
!
voice trunk T02 type isdn
  resource-selection circular descending
  connect isdn-group 1
  no early-cut-through
  rtp delay-mode adaptive
!
!
voice grouped-trunk SIP
  trunk T01
  accept $ cost 0
!
!
voice grouped-trunk ISDN
  trunk T02
  accept $ cost 0
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
line con 0
  login authentication LoginUseLinePass
!
line telnet 0 4
  login authentication LoginUseLinePass
  shutdown
line ssh 0 4
  login authentication LoginUseLocalUsers
  no shutdown
!
sntp server 10.70.104.1
!
!
!
!
end
 

Part and Inventory Search

Sponsor

Back
Top