Extension vom Anlagenanschluss werden nicht übertragen

tgomell

Neuer User
Mitglied seit
1 Mai 2008
Beiträge
1
Punkte für Reaktionen
0
Punkte
0
Hallo,

ich habe einen Smartnode 4638 mit 3 angeschlossenen Anlagenanschlüssen. Als PBX setze ich eine Trixbox ein, die ich über Freepbx konfiguriere. Mein Problem ist, dass die Durchwahlen der User nicht beim Empfänger ankommen. Sie werden auf der Smartnode korrekt in den aktiven Calls angezeigt. Werden dann aber scheinbar irgenwo auf den Anlagenanschluss abgeschnitten. Es geht mir tatsächlich nur um ausgehende Calls von der Trixbox über den Smartnode auf ISDN.

Anbei die Config vom Smartnode. Vielleicht hat ja jemand eine Idee.
Code:
#----------------------------------------------------------------#
#                                                                #
# SN4638/5BIS/UI                                                 #
# R4.2 2008-03-11 H323 SIP BRI                                   #
# 1970-01-01T01:36:09                                            #
# SN/00A0BA0385A9                                                #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#

cli version 3.20
webserver port 80 language en

system

  ic voice 0
    low-bitrate-codec g729

system
  clock-source 1 bri 0 0

profile ppp default

profile call-progress-tone defaultDialtone
  play 1 1000 425 0

profile call-progress-tone defaultBusytone
  play 1 480 425 -7
  pause 2 480

profile call-progress-tone defaultReleasetone
  play 1 240 425 -7
  pause 2 240

profile call-progress-tone defaultCongestiontone
  play 1 240 425 -7
  pause 2 240

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

profile pstn default

profile sip default
  no autonomous-transitioning

profile aaa default
  method 1 local
  method 2 none

context ip router

  interface IF_IP_WAN
    ipaddress dhcp
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu

  interface IF_IP_LAN
    ipaddress 10.10.10.236 255.255.255.0
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu

context cs switch
  national-prefix 0
  international-prefix 00

  routing-table called-e164 RT_ISDN_TO_SIP_0
    route T2 dest-interface IF_SIP_0 MP_REM_CLIR

  routing-table called-e164 RT_ISDN_TO_SIP_1
    route T2 dest-interface IF_SIP_1 MP_REM_CLIR

  routing-table called-e164 RT_ISDN_TO_SIP_2
    route T2 dest-interface IF_SIP_2 MP_REM_CLIR

  mapping-table calling-pi to calling-e164 MP_REM_CLIR
    map restricted to ""

  interface isdn IF_ISDN_0
    route call dest-table RT_ISDN_TO_SIP_0

  interface isdn IF_ISDN_1
    route call dest-table RT_ISDN_TO_SIP_1

  interface isdn IF_ISDN_2
    route call dest-table RT_ISDN_TO_SIP_2

  interface sip IF_SIP_0
    bind gateway GW_SIP_0
    service default
    route call dest-interface IF_ISDN_0
    
    

  interface sip IF_SIP_1
    bind gateway GW_SIP_1
    service default
    route call dest-interface IF_ISDN_1
    
    

  interface sip IF_SIP_2
    bind gateway GW_SIP_2
    service default
    route call dest-interface IF_ISDN_2
    
    

context cs switch
  no shutdown

gateway sip GW_SIP_0
  bind interface IF_IP_LAN router

  service default
    domain 10.10.10.232
    defaultserver manual 10.10.10.232 loose-router
    registration-lifetime 300
    registration manual 10.10.10.232
    user patton authenticate password A/0WjgD0UNk= encrypted default register

gateway sip GW_SIP_0
  no shutdown

gateway sip GW_SIP_1
  call-signaling-port 5062
  bind interface IF_IP_LAN router

  service default
    domain 10.10.10.232
    defaultserver manual 10.10.10.232 loose-router
    registration-lifetime 300
    registration manual 10.10.10.232
    user patton authenticate password A/0WjgD0UNk= encrypted default register

gateway sip GW_SIP_1
  no shutdown

gateway sip GW_SIP_2
  call-signaling-port 5064
  bind interface IF_IP_LAN router

  service default
    domain 10.10.10.232
    defaultserver manual 10.10.10.232 loose-router
    registration-lifetime 300
    registration manual 10.10.10.232
    user patton authenticate password A/0WjgD0UNk= encrypted default register

gateway sip GW_SIP_2
  no shutdown

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

port ethernet 0 1
  medium auto
  encapsulation ip
  bind interface IF_IP_LAN router
  no 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_ISDN_0 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_ISDN_1 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_ISDN_2 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

port bri 0 3
  no shutdown

port bri 0 4
  clock auto
  encapsulation q921

  q921
    protocol pp
    uni-side auto
    encapsulation q931

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

port bri 0 4
  shutdown
 

Zurzeit aktive Besucher

Statistik des Forums

Themen
244,832
Beiträge
2,219,108
Mitglieder
371,534
Neuestes Mitglied
vignajeanniegolabek
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.