[gelöst] SN4638 - Anrufe aus Telekom analog Festnetz kommen nicht rein?

daniel-IP

Neuer User
Mitglied seit
16 Jul 2007
Beiträge
28
Punkte für Reaktionen
0
Punkte
0
Hallo nochmal,

der SN 4638 läuft "soweit", ausgehend alles super. Eingehend auch, allerdings bekommen Anrufer aus dem "analogen"/"alten" Telekom-Festnetz sofort ein Besetzt vom Patton zu hören.

Anrufe aus allen Mobilfunknetzen, T-Com ISDN, Arcor, und lokalen Providern kommen tadellos rein. Das ISDN-Debug auf dem Patton Adapter sagt:

Code:
1:17:03  ISDN  > # 576 p: 0 from CC key:     509 L3MoreInfoReq
21:17:03  ISDN  > # 577 cause : Transparent
21:17:03  ISDN  > # 578      ---> Layer2  tei:  0 sapi:  0 SetupAck
21:17:03  ISDN  > # 579      hex:08 02 82 0D 18 01 89 
21:17:03  ISDN  > # 580      IE: ChannelId  BCh0 excl  otherIf
21:17:03  ISDN  > # 581      new call state : L3PcSt25U
21:17:03  ISDN  > # 582 p: 0 S: sapi: 0 cr=0 ea=0 tei:  0 ea=1 INFO Nr( 49) Ns( 36) pf=0 
21:17:03  ISDN  > # 583 p: 0 R: sapi: 0 cr=0 ea=0 tei:  0 ea=1 RR   Nr( 37)         pf=0 
21:17:03  ISDN  > # 584 p: 0 from CC key:     509 L3DisconnectReq
21:17:03  ISDN  > # 585 cause : Transparent
21:17:03  ISDN  > # 586      hex:08 02 85 9C 
21:17:03  ISDN  > # 587      IE: Cause  InvalidNumberFormat
21:17:03  ISDN  > # 588      ---> Layer2  tei:  0 sapi:  0 Disconnect
21:17:03  ISDN  > # 589      hex:08 01 81 45 08 02 85 9C 
21:17:03  ISDN  > # 590      IE: Cause  InvalidNumberFormat
21:17:03  ISDN  > # 591      new call state : L3PcSt11U

Liegts am "InvalidNumberFormat"? Bin ziemlich ratlos. Hier meine Config.

Code:
#----------------------------------------------------------------#
#                                                                #
# SN4638/5BIS                                                    #
# R5.2 2009-01-14 H323 SIP BRI                                   #
# 2009-07-29T20:27:05                                            #
# SN/00A0BA048B62                                                #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#

cli version 3.20
no terminal telnet
##
##
dns-client server 192.168.16.1
webserver port 80 language en
sntp-client
sntp-client server primary de.pool.ntp.org port 123 version 4
sntp-client server secondary 192.168.16.1 port 123 version 4

system

  ic voice 0

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 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
  rtp traffic-class local-default

profile pstn default

profile sip default

profile aaa default
  method 1 local
  method 2 none

context ip router

  interface eth0
    ipaddress 192.168.16.2 255.255.255.0

context cs switch
  digit-collection timeout 2
  national-prefix 0

  interface isdn IF_TE_00
    route call dest-interface IF_SIP_ASTERISK

  interface isdn IF_TE_01
    route call dest-interface IF_SIP_ASTERISK

  interface isdn IF_TE_02
    route call dest-interface IF_SIP_ASTERISK

  interface isdn IF_TE_03
    route call dest-interface IF_SIP_ASTERISK

  interface sip IF_SIP_ASTERISK
    bind context sip-gateway GW_ASTERISK
    route call dest-service SER_HUNT_PSTN
    remote 192.168.16.1
    early-disconnect

  service hunt-group SER_HUNT_PSTN
    cyclic
    timeout 6
    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_TE_00
    route call 2 dest-interface IF_TE_01
    route call 3 dest-interface IF_TE_02

context cs switch
  no shutdown

context sip-gateway GW_ASTERISK

  interface IF_LAN
    bind interface eth0 context router port 5060

context sip-gateway GW_ASTERISK
  no shutdown

port ethernet 0 0
  medium 10 half
  encapsulation ip
  bind interface eth0 router
  no shutdown

port ethernet 0 1
  medium 10 half
  shutdown

port bri 0 0
  clock auto
  encapsulation q921

  q921
    protocol pp
    uni-side auto
    encapsulation q931

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

port bri 0 0
  no shutdown

port bri 0 1
  clock auto
  encapsulation q921

  q921
    protocol pp
    uni-side auto
    encapsulation q931

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

port bri 0 1
  no shutdown

port bri 0 2
  clock auto
  encapsulation q921

  q921
    protocol pp
    uni-side auto
    encapsulation q931

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

port bri 0 2
  no shutdown

port bri 0 3
  clock auto
  encapsulation q921

  q921
    protocol pp
    uni-side auto
    encapsulation q931

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

port bri 0 3
  no shutdown

port bri 0 4
  clock auto
  encapsulation q921

  q921
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side net
      bchan-number-order ascending

port bri 0 4
  shutdown

Danke!
 
Code:
16:13:29  ISDN  > #3649      IE: Bearer  
16:13:29  ISDN  > #3650      IE: ChannelId  BCh0 excl  otherIf
16:13:29  ISDN  > #3651      IE: CallingPartyNbr  5331924012
16:13:29  ISDN  > #3652      IE: CalledPartyNbr  9191
16:13:29  ISDN  > #3653      IE: HighLayerComp  
16:13:29  ISDN  > #3654      *newPc BR-U, tei:  0, sapi:  0
16:13:29  ISDN  > #3655       key:     110, Stack:2V01b
16:13:29  ISDN  > #3656       EuroISDN
16:13:29  ISDN  > #3657      ALLOC bchan BCh0 cref : 0x81
16:13:29  ISDN  > #3658      to  CC key:     110 L3SetupInd
16:13:29  ISDN  > #3659      new call state : L3PcSt06U
16:13:29  ISDN  > #3660 p: 1 from CC key:     110 L3MoreInfoReq
16:13:29  ISDN  > #3661 cause : Transparent
16:13:29  ISDN  > #3662      ---> Layer2  tei:  0 sapi:  0 SetupAck
16:13:29  ISDN  > #3663      hex:08 01 81 0D 18 01 89 
16:13:29  ISDN  > #3664      IE: ChannelId  BCh0 excl  otherIf
16:13:29  ISDN  > #3665      new call state : L3PcSt25U
16:13:29  ISDN  > #3666 p: 1 from CC key:     110 L3DisconnectReq
16:13:29  ISDN  > #3667 cause : Transparent
16:13:29  ISDN  > #3668      hex:08 02 85 95 
16:13:29  ISDN  > #3669      IE: Cause  CallRejected

Scheint an #3652 zu liegen. Die angerufene Nr. ist unvollständig, es fehlen mal 2 mal 1 Ziffern am Ende. Hier im Beispiel sollte die Nr. 6-stellig sein (919191 aus 9191 0-99).... Scheint wie gesagt nur bei "alten" Telefonanschlüssen aufzutreten. Was muß ich da am Patton einstellen? Wer weiß Rat?

VIELEN DANK!
 
Ist erledigt. Es fehlte eine Routing Tabelle für die lokalen Nummern, die dann mit einem Timeout behandelt werden und letzlich "vollständig" ankammen....
 

Zurzeit aktive Besucher

Statistik des Forums

Themen
244,696
Beiträge
2,216,701
Mitglieder
371,316
Neuestes Mitglied
realbluethunder
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.