[Gelöst] MSN und Patton

cstux

Neuer User
Mitglied seit
21 Apr 2007
Beiträge
42
Punkte für Reaktionen
0
Punkte
0
Hi,

ich hab folgendes Problem.

Ich hab einen ISDN Nummernblock von 0-9.
Bisher nimmt die Patton nur die 0 entgegen
Die Nummern 1-9 werden ignoriert.

beim DEBUG auf CCISDN seh ich auch nur Aktivität bei der Nummer 0.
 
Code:
#----------------------------------------------------------------#
#                                                                #
# SN4634/3BIS/UI                                                 #
# R3.20 2006-10-04 H323 SIP BRI                                  #
# 1970-01-01T04:56:37                                            #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#

cli version 3.20
dns-relay
webserver port 80 language en
sntp-client
sntp-client server primary 129.132.2.21 port 123 version 4

system

  ic voice 0
    low-bitrate-codec g729

profile napt NAPT_WAN

profile ppp 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

profile voip VOIP-ASTERISK
  codec 1 g729 rx-length 20 tx-length 20
  codec 2 g711ulaw64k rx-length 20 tx-length 20
  codec 3 g711alaw64k rx-length 20 tx-length 20
  codec 4 g723-6k3 rx-length 30 tx-length 30
  dejitter-max-delay 200

profile pstn default

profile sip default

profile aaa default
  method 1 local
  method 2 none

context ip router

  interface WAN
    ipaddress dhcp
    use profile napt NAPT_WAN
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu

  interface LAN
    ipaddress 10.0.1.1 255.255.255.0
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu

context ip router
  route 0.0.0.0 0.0.0.0 10.0.1.10 0

context cs switch

  interface isdn IF-PBX
    route call dest-interface IF-ASTERISK

  interface sip IF-ASTERISK
    bind gateway ASTERISK
    service default
    route call dest-interface IF-PBX
    address-translation outgoing-call from-header user-part fix sipgate host-part call
    use profile voip VOIP-ASTERISK

context cs switch
  no shutdown

gateway sip ASTERISK
  call-signaling-port 5070
  bind interface LAN router

  service default
    authentication sipgate password nx/MNIzoskpr9r/EvL457A== encrypted
    default-server 130.10.10.217 loose-router
    registrar 130.10.10.217
    user sipgate display-name sipgate

gateway sip ASTERISK
  no shutdown

port ethernet 0 0
  medium auto
  encapsulation ip
  bind interface WAN router
  no shutdown

port ethernet 0 1
  medium auto
  encapsulation ip
  bind interface LAN router
  no shutdown

port bri 0 0
  clock auto
  encapsulation q921
  power-feed

  q921
    permanent-layer2
    protocol pp
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface IF-PBX switch

port bri 0 0
  no shutdown

port bri 0 1
  clock auto
  encapsulation q921

  q921
    protocol pmp
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side net

port bri 0 1
  shutdown

port bri 0 2
  clock auto
  encapsulation q921

  q921
    protocol pmp
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side net

port bri 0 2
  shutdown
 
Versuchs mal damit, die Nebenstellen bitte auch im Asterisk definieren.

Debuggen mit "debug call control" und "debug call router"

Code:
context cs switch

  interface isdn IF-PBX
    route .T dest-interface IF-ASTERISK

mfg Guard-X
 
Bei der Nebenstelle 0 wird was angezeigt. Bei 1-9 kommt keine Ausgabe

In der Config und im Asterisk habe ich die Nebenstelle konfiguriert
Code:
#----------------------------------------------------------------#
#                                                                #
# SN4634/3BIS/UI                                                 #
# R3.20 2006-10-04 H323 SIP BRI                                  #
# 1970-01-03T09:03:01                                            #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#

cli version 3.20
dns-relay
webserver port 80 language en
sntp-client
sntp-client server primary 129.132.2.21 port 123 version 4

system

  ic voice 0
    low-bitrate-codec g729

profile napt NAPT_WAN

profile ppp 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

profile voip VOIP-ASTERISK
  codec 1 g729 rx-length 20 tx-length 20
  codec 2 g711ulaw64k rx-length 20 tx-length 20
  codec 3 g711alaw64k rx-length 20 tx-length 20
  codec 4 g723-6k3 rx-length 30 tx-length 30
  dejitter-max-delay 200

profile pstn default

profile sip default

profile aaa default
  method 1 local
  method 2 none

context ip router

  interface WAN
    ipaddress dhcp
    use profile napt NAPT_WAN
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu

  interface LAN
    ipaddress 10.0.1.1 255.255.255.0
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu

context ip router
  route 0.0.0.0 0.0.0.0 10.0.1.10 0

context cs switch
  national-prefix 00
  international-prefix 000

  routing-table called-e164 ISDN_2_SIP
    route "" dest-interface IF-ASTERISK

  interface isdn IF-PBX
    route call dest-table ISDN_2_SIP
    caller-name

  interface isdn IF-PBX
    route .T dest-interface IF-ASTERISK

  interface sip IF-ASTERISK
    bind gateway ASTERISK
    service default
    route call dest-interface IF-PBX
    use profile voip VOIP-ASTERISK

context cs switch
  no shutdown

gateway sip ASTERISK
  call-signaling-port 5070
  bind interface LAN router

  service default
    authentication sipgate password nx/MNIzoskpr9r/EvL457A== encrypted
    default-server 130.10.10.217 loose-router
    registrar 130.10.10.217
    user sipgate display-name sipgate

gateway sip ASTERISK
  no shutdown

port ethernet 0 0
  medium auto
  encapsulation ip
  bind interface WAN router
  no shutdown

port ethernet 0 1
  medium auto
  encapsulation ip
  bind interface LAN router
  no shutdown

port bri 0 0
  clock auto
  encapsulation q921
  power-feed

  q921
    permanent-layer2
    protocol pp
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface IF-PBX switch

port bri 0 0
  no shutdown

port bri 0 1
  clock auto
  encapsulation q921

  q921
    protocol pmp
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side net

port bri 0 1
  shutdown

port bri 0 2
  clock auto
  encapsulation q921

  q921
    protocol pmp
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side net

port bri 0 2
  shutdown
 
Konfiguration ist korrekt!

Fehler liegt bei der Deutschen Telekom!

Danke nochmal für die Hilfe!
 
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.