[Frage] Patton 4980A Konfiguration für klassische PBX

lars.weimar

Neuer User
Mitglied seit
18 Nov 2019
Beiträge
4
Punkte für Reaktionen
0
Punkte
1
Hallo zusammen
Mein erster Post ist irgend wie verschwunden.
Ich wollte fragen, ob sich jemand erfahrenes mal meine Konfiguration eines 4980 anschauen kann?
Ich möchte eine Patton zwischen eine klassische PBX und dem PMX hängen, um einen weichen Übergang zur VoIP Welt zu schaffen.
An den E1 0/0 soll der PMX (AMT) und an den E 0/1 die PBX. Sip-Trunk dann vom Asterisk auf den Smartnode.
Klappt das so oder habe ich da noch grobe Schnitzer drin?

Danke schon mal und Grüße Lars

Code:
#----------------------------------------------------------------#
#                                                                #
# Patton Electronics Company                                     #
# SN4980A/4E30V120RHP v3.1 (SmartNode 4980A VoIP Gateway Router) #
# Release: 3.16.1-19101 2019/09/19                               #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#

cli version 4.00
clock local default-offset +01:00

profile aaa DEFAULT
  method 1 local
  method 2 none

console
  use profile aaa DEFAULT

telnet-server
  use profile aaa DEFAULT
  no shutdown

ssh-server
  use profile aaa DEFAULT
  no shutdown

snmp-server
  shutdown

web-server
  protocol http port 80
  protocol https port 443
  use profile aaa DEFAULT
  no shutdown

ntp
  server 0.patton.pool.ntp.org
  server 1.patton.pool.ntp.org
  server 2.patton.pool.ntp.org
  server 3.patton.pool.ntp.org
  no shutdown

system
  clock-source 1 e1t1 0 0

dns-server
  relay dns-client
  shutdown

profile tls DEFAULT
  no authentication incoming
  no authentication outgoing
  private-key pki:private-key/DEFAULT
  own-certificate 1 pki:certificate/DEFAULT

profile tone-set DEFAULT

profile voip DEFAULT
  codec 1 g711alaw64k rx-length 20 tx-length 20
  codec 2 g711ulaw64k rx-length 20 tx-length 20
  fax transmission 1 relay t38-udp
  fax transmission 2 bypass g711alaw64k rx-length 20 tx-length 20
  fax transmission 3 bypass g711ulaw64k rx-length 20 tx-length 20
  fax bypass-method signaling
  modem transmission 1 bypass g711alaw64k rx-length 20 tx-length 20
  modem transmission 2 bypass g711ulaw64k rx-length 20 tx-length 20
  modem bypass-method signaling

profile pstn DEFAULT

profile rip DEFAULT

profile sip DEFAULT

context ip ROUTER

  interface IF_IP_WAN
    ipaddress DHCP dhcp

  interface IF_IP_LAN
    ipaddress DHCP dhcp

  routing-table DEFAULT

  bgp
    shutdown

  rip
    shutdown

nodems-client
  resource any
  shutdown

profile packetsmart DEFAULT

profile ppp DEFAULT

profile r2 DEFAULT

cwmp-client
  shutdown

  stun
    shutdown

context cs SWITCH
  no shutdown

  routing-table called-e164 RT_CDPN_DIGCOL
    route .T dest-interface IF_SIP_PBX

  routing-table calling-e164 RT_CNPN_TO_ISDN
    route default dest-interface IF_ISDN_00

  interface isdn IF_ISDN_00
    route call dest-table RT_CDPN_DIGCOL
    isdn-date-time

  interface isdn IF_ISDN_01
    route call dest-table RT_CDPN_DIGCOL
    isdn-date-time

  interface isdn IF_ISDN_02
    route call dest-table RT_CDPN_DIGCOL
    isdn-date-time

  interface isdn IF_ISDN_03
    route call dest-table RT_CDPN_DIGCOL
    isdn-date-time

  interface sip IF_SIP_PBX
    bind context sip-gateway GW_SIP_PBX
    route call dest-table RT_CNPN_TO_ISDN
    remote 10.168.10.20 5061
    privacy

  interface sip IF_ISDN_PBX
    bind context sip-gateway GW_SIP_PBX
    route call dest-interface IF_ISDN_01
    remote 10.168.10.20 5061
    privacy

  interface sip IF_ISDN_AMT
    bind context sip-gateway GW_SIP_PBX
    route call dest-interface IF_ISDN_00
    remote 10.168.10.20 5060
    privacy

  service hunt-group SER_HG_SIP_PBX
    drop-cause normal-unspecified
    drop-cause no-circuit-channel-available
    drop-cause network-out-of-order
    drop-cause temporary-failure
    drop-cause switching-equipment-congestion
    drop-cause access-info-discarded
    drop-cause circuit-channel-not-available
    drop-cause resources-unavailable
    route call 1 dest-interface IF_SIP_PBX
    route call 2 dest-interface IF_ISDN_00

  service hunt-group SER_HG_ISDN_AMT
    drop-cause normal-unspecified
    drop-cause no-circuit-channel-available
    drop-cause network-out-of-order
    drop-cause temporary-failure
    drop-cause switching-equipment-congestion
    drop-cause access-info-discarded
    drop-cause circuit-channel-not-available
    drop-cause resources-unavailable
    route call 1 dest-interface IF_ISDN_AMT
    route call 2 dest-interface IF_ISDN_00

  service hunt-group SER_HG_ISDN_PBX
    drop-cause normal-unspecified
    drop-cause no-circuit-channel-available
    drop-cause network-out-of-order
    drop-cause temporary-failure
    drop-cause switching-equipment-congestion
    drop-cause access-info-discarded
    drop-cause circuit-channel-not-available
    drop-cause resources-unavailable
    route call 1 dest-interface IF_ISDN_PBX
    route call 2 dest-interface IF_ISDN_01

context sip-gateway GW_SIP_PBX

  interface IF_GW_SIP_PBX
    transport-protocol udp+tcp 5060
    no transport-protocol tls
    bind ipaddress ROUTER IF_IP_LAN DHCP

context sip-gateway GW_SIP_PBX
  no shutdown

sip-survivability
  shutdown

port ethernet 0 0
  bind interface ROUTER IF_IP_WAN
  no shutdown

port ethernet 0 1
  bind interface ROUTER IF_IP_LAN
  no shutdown

port e1t1 0 0
  port-type e1
  clock auto
  framing crc4
  encapsulation q921

  q921
    permanent-layer2
    protocol pp
    uni-side auto

    q931
      protocol dss1
      uni-side user
      max-calls 30
      channel-range 0 31
      bind interface SWITCH IF_ISDN_00

port e1t1 0 0
  no shutdown

port e1t1 0 1
  port-type e1
  clock auto
  framing crc4
  encapsulation q921

  q921
    permanent-layer2
    protocol pp
    uni-side auto

    q931
      protocol dss1
      uni-side user
      max-calls 30
      channel-range 0 31
      bind interface SWITCH IF_ISDN_01

port e1t1 0 1
  no shutdown

port e1t1 0 2
  port-type e1
  clock master
  framing crc4
  encapsulation q921

  q921
    permanent-layer2
    protocol pp
    uni-side auto

    q931
      protocol dss1
      uni-side net
      max-calls 30
      channel-range 0 31
      bind interface SWITCH IF_ISDN_02

port e1t1 0 2
  no shutdown

port e1t1 0 3
  port-type e1
  clock auto
  framing crc4
  encapsulation q921

  q921
    permanent-layer2
    protocol pp
    uni-side auto

    q931
      protocol dss1
      uni-side user
      max-calls 30
      channel-range 0 31
      bind interface SWITCH IF_ISDN_03

port e1t1 0 3
  no shutdown
 
Dein erster Post ist nicht verschwunden, sondert wartet auf Freigabe. (Diese habe ich nun "abgewiesen", da Du diesen Thread ja erfolgreich platzieren konntest).


//edit nach #3: Woran die Foren-SW da entschied, weiß ich leider auch nicht, aber nun kann Dir ja ja geantwortet werden :)
 
Zuletzt bearbeitet:
Hallo zusammen
Ich glaube mir fehlt noch der Durchblick, wie der Smartnode im context switch funktioniert. Leider finden sich auch keine Beispielkonfigs, bei denen ich abschauen könnte.
Ich hab jetzt nochmal ein Bild erstellt, das aufzeigt, was ich vorhabe.
103215
Über Tips bin ich dankbar.
Grüße Lars

// EDIT:
Und genau das will ich umsetzen ;-)
1. Connect the SmartNode to the PSTN and legacy PBX, and configure the call router to pass all calls from the PBX to the PSTN and vice versa. This first step will not affect any uses in the enterprise
 
Zuletzt bearbeitet:
Uuups, ich glaube das damals (vor 10 Jahren) so gute Forum ist tot. Schade eigentlich.
 

Zurzeit aktive Besucher

Statistik des Forums

Themen
244,868
Beiträge
2,219,771
Mitglieder
371,585
Neuestes Mitglied
PauSchmitz
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.