Protokoll X.25 - Datenverbindung über internen S0 schlägt fehl

Naja, hab schon gemerkt, dass der Trick mit Stecker rein nicht der beste ist. Beim Verbinden werden laufende Telefonate (die auf dem gleichen NTBA) abgebrochen. Ist ja nicht dafür gedacht.

Verstehe ich das richtig, dass der Bankrechner dann über ISDN-Kabel direkt an dem Gateway hängt und rauswählt. Und das Gateway würde alle Anrufe an Asterisk weitergeben können und auch von dem * ans öffentliche Netz geben können?

In welchem Preislevel bewegen sich den solche Gateways? Hab nichts gefunden über google. Gibt es die hier auch zu kaufen?
 
Zuletzt bearbeitet:
==== EDIT: Gelöst =======

bei uns war es schlicht eine Defekte Fritz Karte. Warum ausgehend dann geht und eingehend nicht, ist mir allerdings immernoch schleierhaft.

Danke

Bye
eazy

=====================

Hi Guard-x,

ich habe einen Gateway und genau das beschriebene Problem. Anruf kommt rein wird als Datenverbindung erkannt, und wird angenommen. Aber Daten fleissen keine.

Was hierbei evtl. noch interessant ist, ausgehend funktioniert das ganze, also ich kann Daten von dem Rechner über ISDN verschicken.

Hier die Config, evtl. hast du mir ja einen Tipp:

Code:
#----------------------------------------------------------------#
#                                                                #
# SN4638/5BIS                                                    #
# R4.2 2008-09-11 H323 SIP BRI                                   #
# 2009-03-02T13:11:22                                            #
# SN/00A0BA04485F                                                #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#

cli version 3.20
clock local offset +01:00
dns-client server 194.25.2.129
dns-relay
webserver port 80 language en
sntp-client
sntp-client server primary 192.168.22.9 port 123 version 4

system

  ic voice 0
    low-bitrate-codec g729

system
  clock-source 1 bri 0 0
  clock-source 2 bri 0 1
  clock-source 3 bri 0 2
  clock-source 4 bri 0 3
  clock-source 5 bri 0 4

profile napt NAPT_WAN

profile ppp default

profile tone-set default

profile voip default
  codec 1 g711alaw64k rx-length 20 tx-length 20 no-silence-suppression
  codec 2 g711ulaw64k rx-length 20 tx-length 20 no-silence-suppression

profile pstn default
  no echo-canceler

profile sip default

profile aaa default
  method 1 local
  method 2 none

context ip router
  rtp-port-range 10000 20000

  interface LAN
    ipaddress 192.168.10.11 255.255.0.0
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu

context ip router
  route 0.0.0.0 0.0.0.0 192.168.99.1 0

context cs switch

  routing-table called-e164 IntS0
    route default dest-service ISDN-OUT
    route 95 dest-interface BRI04

  routing-table called-e164 IntS0-old
    route default dest-interface SIP-IF
    route 55 dest-interface BRI04

  routing-table called-e164 ISDN-IN
    route 64337[2-9][0-9]$ dest-interface SIP-IF
    route default dest-interface SIP-IF
    route 6433795 dest-interface BRI04

  interface isdn BRI00
    route call dest-table ISDN-IN
    caller-name

  interface isdn BRI01
    route call dest-table ISDN-IN
    caller-name

  interface isdn BRI02
    route call dest-table ISDN-IN
    caller-name

  interface isdn BRI03
    route call dest-table ISDN-IN
    caller-name

  interface isdn BRI04
    route call dest-service ISDN-OUT
    caller-name

  interface sip SIP-IF
    bind gateway SIP-Aster
    service default
    route call dest-table IntS0
    early-connect
    early-disconnect

  service hunt-group ISDN-OUT
    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 BRI01
    route call 2 dest-interface BRI02
    route call 3 dest-interface BRI00

  service hunt-group SIP-OUT
    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 SIP-IF

context cs switch
  no shutdown

gateway sip SIP-Aster
  bind interface LAN router

  service default
    domain 192.168.10.1
    defaultserver manual 192.168.10.1 5060 loose-router
    registration manual 192.168.10.1 5060 use-default-server
    user topo-bri authenticate password A26fWzkLfQ4= encrypted default register display-name topo-bri phone-context topo

gateway sip SIP-Aster
  no shutdown

port ethernet 0 0
  medium auto
  encapsulation ip
  no shutdown

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

port bri 0 0
  clock auto
  encapsulation q921

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

    q931
      protocol dss1
      uni-side user
      bchan-number-order ascending
      encapsulation cc-isdn
      bind interface BRI00 switch

port bri 0 0
  no shutdown

port bri 0 1
  clock auto
  encapsulation q921

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

    q931
      protocol dss1
      uni-side user
      bchan-number-order ascending
      encapsulation cc-isdn
      bind interface BRI01 switch

port bri 0 1
  no shutdown

port bri 0 2
  clock auto
  encapsulation q921

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

    q931
      protocol dss1
      uni-side user
      bchan-number-order ascending
      encapsulation cc-isdn
      bind interface BRI02 switch

port bri 0 2
  no shutdown

port bri 0 3
  clock auto
  encapsulation q921

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

    q931
      protocol dss1
      uni-side user
      bchan-number-order ascending
      encapsulation cc-isdn
      bind interface BRI03 switch

port bri 0 3
  no shutdown

port bri 0 4
  clock auto
  power-feed
  encapsulation q921

  q921
    permanent-layer2
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side net
      bchan-number-order ascending
      encapsulation cc-isdn
      bind interface BRI04 switch

port bri 0 4
  no shutdown

Vielen Dank

bye
eazy
 
Zuletzt bearbeitet:
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.