Echoproblem bei Telefonaten von IP ins ISDN mit Patton smartnode

Tscheftschenko

Neuer User
Mitglied seit
29 Mai 2007
Beiträge
25
Punkte für Reaktionen
0
Punkte
0
Hallo,

ich habe hier eine Asterisk-Anlage mit Linksys (SPA942) IP-Telefonen und einigen Patton-SmartNode-Boxen zum Anschluss des Systems ans ISDN.

Intern wird mit VoIP (SIP) telefoniert, ins Festnetz über die ISDN-Anschlüsse der Patton-Boxen.

Soweit funktioniert das auch erstmal. Nur gibt es bei Gesprächen über das ISDN, also wenn eine Patton-Box in Aktion tritt, ein Echo. Dummerweise nicht an der Box, an der mein Telefon hängt :noidea: Daher kann ich keine Beschreibung der Art des Echos geben.

Im PSTN-Profil habe ich folgende Einstellungen:

PSTN Profile: default
=====================

Used: by 0 module(s)
Echo Canceller: enabled
NLP Mode: Adaptive
Hybrid Loss: 6
Voice Volume: 15



Sonst weiß ich auch nicht, wo ich noch großartig nachsehen soll. Habe keine weiteren Einstellungsmöglichkeiten gefunden, die direkt die Echoeinstellungen betreffen. Menus gibts ja aber genug...

Weiß da jemand weiter?


Nur am Rande:
Voice Volume runtersetzen ist nicht, weil die Gespräche sonst halt zu leise rausgehen.
 
Da gibt es mehrere Möglichkeiten.

Ich tippe mal auf ein Netzwerkproblem, zuviele Kollisionen der SmartNode Netzwerkschnittstelle (full duplex?) o.ä.

Oder vielleicht ISDN Takt Problem? Der Takt muss von einem Amtsport übernommen werden (clock source usw.)

Bitte die Config hier mal als Code einfügen. Um welche Geräte handelt es sich. Welche Firmwarestände, aktuell?

mfg Guard-X
 
Ich habe hier mal 2 Versionen:

"Meine" Box, die bisher keine Probleme gemacht hat:

Code:
#----------------------------------------------------------------#
#                                                                #
# SN4634/3BIS/UI                                                 #
# R4.T 2007-04-10 H323 SIP BRI                                   #
# 2007-05-31T09:54:00                                            #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#

cli version 3.20
clock local offset +02:00
dns-relay
webserver port 80 language en
sntp-client
sntp-client server primary 130.11.1.17 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

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
  output-gain 15

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.0.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.0.10 0

context cs switch
  national-prefix 00
  international-prefix 000

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

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

  interface isdn FAX
    route call dest-interface IF-PBX

  interface sip IF-ASTERISK
    bind gateway ASTERISK
    service default
    route call dest-interface IF-PBX
    remote 130.10.10.217 5070
    early-disconnect
    call-reroute emit
    address-complete-indication accept set
    remote-party-id called-party
    remote-party-id calling-party
    use profile voip VOIP-ASTERISK
    update accept address wait-for-number proceeding-timeout 4000 early-alerting-timeout 0

context cs switch
  no shutdown

gateway sip ASTERISK
  bind interface LAN router

  service default
    defaultserver manual 130.10.10.170 loose-router
    registration-lifetime 1800
    registration manual 130.10.10.217 5060
    user sipgate authenticate password nx/MNIzoskpr9r/EvL457A== encrypted register display-name sipgate
    new-session-after-redirect
    call-transfer-version 2
    session-timer 1800
    session-timer-version 4

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
  power-feed
  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 IF-PBX switch

port bri 0 0
  no shutdown

port bri 0 1
  clock auto
  encapsulation q921

  q921
    permanent-layer2
    uni-side net
    encapsulation q931

    q931
      protocol dss1
      uni-side net
      bchan-number-order ascending
      encapsulation cc-isdn
      bind interface FAX 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

port bri 0 2
  shutdown

Eine Andere Box, bei der ich nicht weiß ob Problem oder ob nicht...:

Code:
#----------------------------------------------------------------#
#                                                                #
# SN4634/3BIS/UI                                                 #
# R3.20 2006-10-04 H323 SIP BRI                                  #
# 1970-01-30T00:01:21                                            #
# 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
  output-gain 15

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 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 5070
    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


Ich muss glaube ich erstmal nach der/den richtigen Box/en suchen
 
Versuchs mal damit:

system
clock-source 1 bri 0 0
 
Hallo,

habe erstmal ein Software-Update gemacht :rolleyes: Da war dann doch teilweise nicht die neuste Firmware drauf.

Dein Vorschlag hat sich damit ganz von alleine eingetragen. Vorher gab es im Web-Interface gar nicht die Möglichkeit diese Einstellung vorzunehmen.

Jetzt bleibt es abzuwarten...

(Vorher = Version vom 4 Okt 06, jetzt die vom 10. Apr. 07)
 
Hallo,

also das Problem hat sich nicht gelöst. Habe hier die Konfiguration von einer Box von einem Standort, an dem das Problem definitiv auftritt:

Code:
#----------------------------------------------------------------#
#                                                                #
# SN4634/3BIS/UI                                                 #
# R3.20 2006-10-04 H323 SIP BRI                                  #
# 1970-01-22T04:35:39                                            #
# 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

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

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
  output-gain 15

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.5.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.5.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 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 5070
    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

Wird da der Takt mit

Code:
...
system
  clock-source 1 bri 0 0
  clock-source 2 bri 0 1
  clock-source 3 bri 0 2
...
übernommen? Machen die Angaben clock-source 2... / 3 Sinn?
 
Hallo,

das Problem hat sich mitlerweile gelöst. Allerdings gibt es viele Sachen die wir geändert haben. U.a. die Linksys SPA942 Telefone ausgetauscht. Die haben nämlich jede Menge Ärger gemacht. Da war dann das Gespräch mit einem schnurgebundenen Telefon gut, habe ich anschließend ein Dect-Telefon angerufen, war alles voll Echos. Da werden sich auch irgendwelche Taktungen gestört haben.

Die "clock-source.."-Einträge haben übrigens nicht allzuviel geholfen.

Hier geht jetzt soweit alles, ich kann allerdings keinen "Einzelgrund" angeben.
 
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.