patton 4638 nummer/fax weiterleitung -> an Fritzbox 7270

achmed

Neuer User
Mitglied seit
30 Jan 2012
Beiträge
1
Punkte für Reaktionen
0
Punkte
0
Hi leute,

ich verzweifel hier gearde son bischen und hab auch ehrlichgesagt keine ahnung wo ich hier noch ansetzen muss.

Kurze beschreibung unseres konstruktes hier.
altes konstrukt: ein anlagenanschluss der auf der Fritzbox 7270 auflief, die wiederums telle SIP konten bereits die mit gemeisnchaft/astersik verbunden sind. Durchwal 9 wurde von der fritzbox direkt ans ANALOGE fax weitergeleitet.

neues konstrukt: jetzt 2 ISDN anlagenschlüsse die auf dem 4638 auflaufen. die wiederum leiten alle anrufe weiter an gemeinschaft/asterisk. rein/raus telefonieren klappt soweit wunderbar.

problem: da das fax analog ist, müsst ich die durchwahl 9 irgendwie auf die fritzbox umleiten. theorethisch hab ich das im patton auch eingerichtet, allerdings juckt die fritzbox das wenig. ne aktive verbindung des ports (BRI4) wird auch nicht angezeigt.

frage: wie leite ich durchwahl 9 (fiktive nummer 123456-9) direkt an die fritzbox weiter?

hier mal meine jetzige config.
Code:
#----------------------------------------------------------------#
#                                                                #
# SN4638/5BIS                                                    #
# R5.7 2011-01-17 H323 SIP BRI                                   #
# 1970-01-16T03:32:20                                            #
# SN/00A0BA064304                                                #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#

cli version 3.20
clock local default-offset +00:00
dns-client server 208.67.222.222
dns-relay
webserver port 80 language en

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
  codec 2 g711ulaw64k rx-length 20 tx-length 20

profile pstn default

profile sip default
  no autonomous-transitioning

profile dhcp-server DHCPS_LAN
  network 192.168.1.0 255.255.255.0
  include 1 192.168.1.10 192.168.1.99
  lease 2 hours
  default-router 1 192.168.1.1
  domain-name-server 1 192.168.1.1

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 192.168.0.246 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_FROM_PSTN
    route 1234569 dest-interface IF-BRI-4
    route 123456.% dest-interface IF-SIP-1

  interface isdn IF-BRI-1
    route call dest-interface IF-SIP-1

  interface isdn IF-BRI-2
    route call dest-interface IF-SIP-1

  interface isdn IF-BRI-3
    route call dest-interface IF-SIP-1

  interface isdn IF-BRI-4
    route call dest-interface IF-SIP-1

  interface sip IF-SIP-1
    bind context sip-gateway GW_ASTERISK_1
    route call dest-service HG-ISDN
    remote 192.168.0.245 5060
    early-disconnect
    privacy

  service hunt-group HG-ISDN
    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-BRI-1
    route call 2 dest-interface IF-BRI-2
    route call 3 dest-interface IF-BRI-3
    route call 4 dest-interface IF-BRI-4

context cs switch
  no shutdown

authentication-service AUTH_ASTERISK
  username isdn password qHDk6Ej6cAk= encrypted

location-service LOC_SERV_ASTERISK_1
  domain 1 192.168.0.245
  match-any-domain

  identity isdn

    authentication outbound
      authenticate 1 authentication-service AUTH_ASTERISK username isdn

    authentication inbound
      authenticate 1 authentication-service AUTH_ASTERISK username isdn

    registration outbound
      registrar 192.168.0.245 5060
      lifetime 60
      register auto
      retry-timeout on-system-error 10
      retry-timeout on-client-error 10
      retry-timeout on-server-error 10

    registration inbound
      contact 192.168.0.245 5060 switch IF-SIP-1 priority 1000

context sip-gateway GW_ASTERISK_1

  interface IF_GW_SIP_ASTERISK_1
    bind interface LAN context router port 5060

context sip-gateway GW_ASTERISK_1
  bind location-service LOC_SERV_ASTERISK_1
  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

  q921
    protocol pp
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side user
      bchan-number-order ascending
      encapsulation cc-isdn
      bind interface IF-BRI-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-BRI-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-BRI-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
      bind interface IF-BRI-3 switch

port bri 0 3
  no shutdown

port bri 0 4
  clock auto
  encapsulation q921

  q921
    protocol pmp
    uni-side auto
    encapsulation q931

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


port bri 0 4
  no shutdown
 
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.