SN2400 Context CS

robtor

Neuer User
Mitglied seit
18 Apr 2005
Beiträge
108
Punkte für Reaktionen
0
Punkte
0
Habe seit kurzem eine SN2400 mit einer E1 und einer 4 BRI drin.

Karten und das Gateway sin glaube ich auch soweit fertig eingerichtet?!

Nur mit dem context cs und dem call-routing komme ich nicht so ganz klar!

Es soll nachher so sein, dass das Gateway vom PSTN egal ob über einer der 4 ISDN Anlagenanschlüsse oder den E1 Anschluss der als Master an einer Telefonanlage hängt alles zum Asterisk durch lassen soll.

Wenn jetzt aber vom aserisk eine Nebenstelle mit der callerid 205X zum PSTN anrufen will, soll der Anlagenkopf davor 123 und die nebenstelle soll über 2 der 4 ISDN rauskommen können.

Genau das selbe soll passieren wenn die Nebenstelle 253X zum PSTN anrufen will.

... und alle Nebenstellen die mit 1XXX zum PSTN telefonieren sollen über die E! Karte gehen.

Wie muß das in etwa bei dem call-routing aussehen?

Hier meine config bisher und ein Bild wie es sein soll

sn2400.gif


Code:
#----------------------------------------------------------------#
#                                                                #
# SN2400                                                         #
# R3.20 2006-10-04 H323 SIP                                      #
# 2006-11-10T13:27:48                                            #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#
 
cli version 3.20
dns-client server 172.16.1.1
dns-relay
webserver port 80 language en
sntp-client
sntp-client server primary 172.16.1.232 port 123 version 4
sntp-client gmt-offset + 01:00:00
 
system
 
  ic voice 1
 
  ic voice 4
 
profile service-policy test
  no rate-limit
 
profile napt NAPT
 
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
  codec 3 transparent rx-length 10 tx-length 10
  modem transmission 1 bypass g711alaw64k
 
profile voip test
  codec 1 g711alaw64k rx-length 20 tx-length 20
  codec 2 g711ulaw64k rx-length 20 tx-length 20
 
profile pstn default
 
profile sip default
 
profile aaa default
  method 1 local
  method 2 none
 
context ip router
 
  interface eth0
    ipaddress 172.16.101.30 255.255.0.0
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu
 
  interface eth1
    ipaddress 192.168.100.11 255.255.255.0
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu
 
context ip router
  route 255.255.255.255 0.0.0.0 172.16.1.100 0
 
context cs switch
 
  interface isdn ISDN_1_0
    route call dest-interface SIP_GW
    dtmf-dialing
 
  interface isdn ISDN_1_1
    route call dest-interface SIP_GW
    dtmf-dialing
 
  interface isdn ISDN_1_2
    route call dest-interface SIP_GW
    dtmf-dialing
  interface isdn ISDN_1_3
    route call dest-interface SIP_GW
    dtmf-dialing
 
  interface isdn E1_4_0
    route call dest-interface SIP_GW
    dtmf-dialing
 
  interface sip SIP_GW
    bind gateway Asterik
    service default
    route call dest-interface SIP_GW
 
context cs switch
  no shutdown
 
gateway sip Asterik
  bind interface eth0 router
 
  service default
    domain 172.16.1.232
    realm 172.16.1.232
    default-server 172.16.1.232 loose-router
    registrar 172.16.1.232 5060
    user SN2400 display-name SN2400 password 36ocYTYpKxk= encrypted
   
 
gateway sip Asterik
  no shutdown
 
port ethernet 0 0
  medium auto
  encapsulation ip
  bind interface eth0 router
  no shutdown
 
port ethernet 0 1
  medium auto
  encapsulation ip
  bind interface eth1 router
  no shutdown
 
port bri 1 0
  clock auto
  encapsulation q921
 
  q921
    permanent-layer2
    protocol pp
    uni-side auto
    encapsulation q931
 
    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_0 switch
 
port bri 1 0
  no shutdown
 
port bri 1 1
  clock auto
  encapsulation q921
 
  q921
    permanent-layer2
    protocol pp
    uni-side auto
    encapsulation q931
 
    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_1 switch
 
port bri 1 1
  no shutdown
 
port bri 1 2
  clock auto
  encapsulation q921
 
  q921
    permanent-layer2
    protocol pp
    uni-side auto
    encapsulation q931
 
    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_2 switch
 
port bri 1 2
  no shutdown
 
port bri 1 3
  clock auto
  encapsulation q921
 
  q921
    permanent-layer2
    protocol pp
    uni-side auto
    encapsulation q931
 
    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_3 switch
 
port bri 1 3
  no shutdown
 
port e1 4 0
  clock master
  encapsulation q921
 
  q921
    protocol pp
    uni-side auto
    encapsulation q931
 
    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
 
port e1 4 0
  no shutdown
 
Zuletzt bearbeitet:
Hallo robtor,

ich gucke mir das Montag mal genauer an...

Auf jeden Fall kannst du das schon mal anpassen:

Code:
  service default
    domain asterisk.server.de
    realm asterisk.server.de
    authentication sn4368 password xxx ; Benutzerkennung des Gateways im Asterisk
    default-server asterisk.server.de 5060 loose-router
    registrar asterisk.server.de 5060
    user sn4368

Wenn du das hier benutzt
Code:
user SN2400 display-name SN2400 password xxx
werden die Rufnamen/-nummern nicht richtig eingezeigt, sondern immer nur "SN2400".

mfg Guard-X
 
DANKE Guard-X!!!

Habe jetzt schon mal ein bischen an der config verändert!

Ich verstehe von der config nicht alles und das nervt!

hier meine config, habe mir ein bischen hier SmartWare Configuration Examples rausgeholt, aber eben nur die hälfte vom routing und switch verstanden.

Code:
#----------------------------------------------------------------#
#                                                                #
# SN2400                                                         #
# R3.20 2006-10-04 H323 SIP                                      #
# 2006-11-10T13:27:48                                            #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#
 
cli version 3.20
dns-client server 172.16.1.1
dns-relay
webserver port 80 language en
sntp-client
sntp-client server primary 172.16.1.232 port 123 version 4
sntp-client gmt-offset + 01:00:00
 
system
 
  ic voice 1
 
  ic voice 4
 
profile service-policy test
  no rate-limit
 
profile napt NAPT
 
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
  codec 3 transparent rx-length 10 tx-length 10
  modem transmission 1 bypass g711alaw64k
 
profile voip test
  codec 1 g711alaw64k rx-length 20 tx-length 20
  codec 2 g711ulaw64k rx-length 20 tx-length 20
 
profile pstn default
 
profile sip default
 
profile aaa default
  method 1 local
  method 2 none
 
context ip router
 
  interface eth0
    ipaddress 172.16.101.30 255.255.0.0
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu
 
  interface eth1
    ipaddress 192.168.100.11 255.255.255.0
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu
 

  route 0.0.0.0 0.0.0.0 172.16.1.100 0
 
context cs switch

  digit-collection timeout 3

  routing-table called-e164 RT_CDPN_ISDN_2_SIP_1000
    route .T dest-interface SIP_GW

  routing-table calling-e164 RT_CDPN_SIP_2_ISDN
    route .T dest-service HUNT-PUBLIC-PSTN

  interface isdn ISDN_1_0
    route call dest-interface RT_CDPN_ISDN_2_SIP_2530
    dtmf-dialing
 
  interface isdn ISDN_1_1
    route call dest-interface RT_CDPN_ISDN_2_SIP_2530
    dtmf-dialing
 
  interface isdn ISDN_1_2
    route call dest-interface RT_CDPN_ISDN_2_SIP_2050
    dtmf-dialing
  interface isdn ISDN_1_3
    route call dest-interface RT_CDPN_ISDN_2_SIP_2050
    dtmf-dialing
 
  interface isdn E1_4_0
    route call dest-interface RT_CDPN_ISDN_2_SIP_1000
    dtmf-dialing
 
  interface sip SIP_GW
    bind gateway Asterik
    service default
    route call dest-interface RT_CDPN_SIP_2_ISDN
    early-connect
    early-disconnect

  service hunt-group HUNT-PUBLIC-PSTN
    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 E1_4_0_1000
    route call 2 dest-interface ISDN_1_0_2530
    route call 3 dest-interface ISDN_1_1_2530
    route call 4 dest-interface ISDN_1_2_2050
    route call 5 dest-interface ISDN_1_3_2050
    
 
context cs switch
  no shutdown
 
gateway sip Asterik
  bind interface eth0 router
  service default
  domain 172.16.1.232
  realm 172.16.1.232
  authentication 870 password 36ocYTYpKxk= encrypted
  default-server 172.16.1.232 5060 loose-router
  registrar 172.16.1.232 5060
  user 870

 
gateway sip Asterik
  no shutdown
 
port ethernet 0 0
  medium auto
  encapsulation ip
  bind interface eth0 router
  no shutdown
 
port ethernet 0 1
  medium auto
  encapsulation ip
  bind interface eth1 router
  no shutdown
 
port bri 1 0
  clock auto
  encapsulation q921
 
  q921
    permanent-layer2
    protocol pp
    uni-side auto
    encapsulation q931
 
    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_0 switch
 
port bri 1 0
  no shutdown
 
port bri 1 1
  clock auto
  encapsulation q921
 
  q921
    permanent-layer2
    protocol pp
    uni-side auto
    encapsulation q931
 
    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_1 switch
 
port bri 1 1
  no shutdown
 
port bri 1 2
  clock auto
  encapsulation q921
 
  q921
    permanent-layer2
    protocol pp
    uni-side auto
    encapsulation q931
 
    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_2 switch
 
port bri 1 2
  no shutdown
 
port bri 1 3
  clock auto
  encapsulation q921
 
  q921
    permanent-layer2
    protocol pp
    uni-side auto
    encapsulation q931
 
    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_3 switch
 
port bri 1 3
  no shutdown
 
port e1 4 0
  clock auto
  encapsulation q921

  q921
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side net
      encapsulation cc-isdn
      bind interface E1_4_0 switch
 
port e1 4 0
  no shutdown
 
Zuletzt bearbeitet:
Stimmt, die Konfiguration ist für SN-Anfänger nicht einfach zu verstehen. Eigentlich fehlt da noch fast das gesamte Routing.

Das kriegen wir schon hin, kann jetzt leider nicht mehr viel tun. Sitze auf einem Geburtstag und gleich gibt es Schnitzel...
 
Na denn mal guten Hunger!

Ich ändere die config von oben schon die ganze Zeit, weil ich immer wieder ein Schnipsel sehe, mit dem ich mehr verstehe??!!

Ich danke dir schon mal und feiert noch gut!


Robtor
 
Ich glaube es schon etwas besser verstanden zu haben, habe hierfür meine config mal etwas mit Kommentaren versehen!

Kann vielleicht mal jemand gucken ob das stimmt was ich mir denke?

Code:
#----------------------------------------------------------------#
#                                                                #
# SN2400                                                         #
# R3.20 2006-10-04 H323 SIP                                      #
# 2006-11-10T13:27:48                                            #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#
 
cli version 3.20
dns-client server 172.16.1.1
dns-relay
webserver port 80 language en
sntp-client
sntp-client server primary 172.16.1.232 port 123 version 4
sntp-client gmt-offset + 01:00:00
 
system
 
  ic voice 1
 
  ic voice 4
 
profile service-policy test
  no rate-limit
 
profile napt NAPT
 
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
  codec 3 transparent rx-length 10 tx-length 10
  modem transmission 1 bypass g711alaw64k
 
profile voip test
  codec 1 g711alaw64k rx-length 20 tx-length 20
  codec 2 g711ulaw64k rx-length 20 tx-length 20
 
profile pstn default
 
profile sip default
 
profile aaa default
  method 1 local
  method 2 none
 
context ip router
 
  interface eth0
    ipaddress 172.16.101.30 255.255.0.0
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu
 
  interface eth1
    ipaddress 192.168.100.11 255.255.255.0
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu
 

  route 0.0.0.0 0.0.0.0 172.16.1.100 0
 
context cs switch

  digit-collection timeout 3

  routing-table called-e164 RT_CDPN_ISDN_2_SIP_1000 ; RT für Anrufe von ISDN nach SIP von context=RT_CDPN_ISDN_2_SIP_1000
    route .T dest-interface SIP_GW                  ; alles von ISDN nach SIP_GW routen

  routing-table calling-e164 RT_CDPN_SIP_2_ISDN     ; RT für Anrufe von ASTERISK nach ISDN von context=RT_CDPN_SIP_2_ISDN
    route .T dest-service HUNT-PUBLIC-PSTN          ; alles von Asterisk nach context=HUNT-PUBLIC-PSTN 

  interface isdn ISDN_1_0
    route call dest-interface RT_CDPN_ISDN_2_SIP_2530 ;IF ISDN mit context=RT_CDPN_ISDN_2_SIP_2530
    dtmf-dialing
 
  interface isdn ISDN_1_1
    route call dest-interface RT_CDPN_ISDN_2_SIP_2530 ;IF ISDN mit context=RT_CDPN_ISDN_2_SIP_2530
    dtmf-dialing
 
  interface isdn ISDN_1_2
    route call dest-interface RT_CDPN_ISDN_2_SIP_2050 ;IF ISDN mit context=RT_CDPN_ISDN_2_SIP_2050
    dtmf-dialing
  interface isdn ISDN_1_3
    route call dest-interface RT_CDPN_ISDN_2_SIP_2050 ;IF ISDN mit context=RT_CDPN_ISDN_2_SIP_2050
    dtmf-dialing
 
  interface isdn E1_4_0
    route call dest-interface RT_CDPN_ISDN_2_SIP_1000 ;IF ISDN mit context=RT_CDPN_ISDN_2_SIP_1000
    dtmf-dialing
 
  interface sip SIP_GW                                
    bind gateway Asterik
    service default
    route call dest-interface RT_CDPN_SIP_2_ISDN      ;IF SIP mit RT nach RT_CDPN_SIP_2_ISDN
    early-connect
    early-disconnect

  service hunt-group HUNT-PUBLIC-PSTN                 ; Hiermit kann ich noch nicht so viel anfangen
    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 E1_4_0_1000
    route call 2 dest-interface ISDN_1_0_2530
    route call 3 dest-interface ISDN_1_1_2530
    route call 4 dest-interface ISDN_1_2_2050
    route call 5 dest-interface ISDN_1_3_2050
    
 
context cs switch
  no shutdown
 
gateway sip Asterik
  bind interface eth0 router
  service default
  domain 172.16.1.232
  realm 172.16.1.232
  authentication 870 password 36ocYTYpKxk= encrypted
  default-server 172.16.1.232 5060 loose-router
  registrar 172.16.1.232 5060
  user 870

 
gateway sip Asterik
  no shutdown
 
port ethernet 0 0
  medium auto
  encapsulation ip
  bind interface eth0 router
  no shutdown
 
port ethernet 0 1
  medium auto
  encapsulation ip
  bind interface eth1 router
  no shutdown
 
port bri 1 0
  clock auto
  encapsulation q921
 
  q921
    permanent-layer2
    protocol pp
    uni-side auto
    encapsulation q931
 
    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_0 switch
 
port bri 1 0
  no shutdown
 
port bri 1 1
  clock auto
  encapsulation q921
 
  q921
    permanent-layer2
    protocol pp
    uni-side auto
    encapsulation q931
 
    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_1 switch
 
port bri 1 1
  no shutdown
 
port bri 1 2
  clock auto
  encapsulation q921
 
  q921
    permanent-layer2
    protocol pp
    uni-side auto
    encapsulation q931
 
    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_2 switch
 
port bri 1 2
  no shutdown
 
port bri 1 3
  clock auto
  encapsulation q921
 
  q921
    permanent-layer2
    protocol pp
    uni-side auto
    encapsulation q931
 
    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_3 switch
 
port bri 1 3
  no shutdown
 
port e1 4 0
  clock auto
  encapsulation q921

  q921
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side net
      encapsulation cc-isdn
      bind interface E1_4_0 switch
 
port e1 4 0
  no shutdown
 
Habe die Config jetzt wieder etwas verändert!

Code:
#----------------------------------------------------------------#
#                                                                #
# SN2400                                                         #
# R3.20 2006-10-04 H323 SIP                                      #
# 2006-11-13T11:18:53                                            #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#

cli version 3.20
dns-client server 172.16.1.1
dns-relay
webserver port 80 language en
sntp-client
sntp-client server primary 172.16.1.232 port 123 version 4
sntp-client gmt-offset + 01:00:00

system

  ic voice 1

  ic voice 4

profile service-policy test
  no rate-limit

profile napt NAPT

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
  codec 3 transparent rx-length 10 tx-length 10
  modem transmission 1 bypass g711alaw64k

profile voip test
  codec 1 g711alaw64k rx-length 20 tx-length 20
  codec 2 g711ulaw64k rx-length 20 tx-length 20

profile pstn default

profile sip default

profile aaa default
  method 1 local
  method 2 none

context ip router

  interface eth0
    ipaddress 172.16.101.30 255.255.0.0
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu

  interface eth1
    ipaddress 192.168.100.11 255.255.255.0
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu

context cs switch
  digit-collection timeout 3

  routing-table calling-e164 RT_CDPN_SIP_2_ISDN
    route .T dest-service HUNT-PUBLIC-PSTN

  routing-table called-e164 RT_CDPN_SIP_2_ISDN_2050
    route .T dest-service HUNT-PUBLIC-PSTN-2050

  routing-table called-e164 RT_CDPN_SIP_2_ISDN_2530
    route .T dest-service HUNT-PUBLIC-PSTN-2530

  routing-table called-e164 RT_CDPN_ISDN_2_SIP
    route .T dest-interface SIP_GW

  interface isdn ISDN_1_0
    route call dest-interface SIP_GW_2050
    dtmf-dialing

  interface isdn ISDN_1_1
    route call dest-interface SIP_GW_2050
    dtmf-dialing

  interface isdn ISDN_1_2
    route call dest-interface SIP_GW_2530
    dtmf-dialing

  interface isdn ISDN_1_3
    route call dest-interface SIP_GW_2530
    dtmf-dialing

  interface isdn E1_4_0
    route call dest-interface SIP_GW
    dtmf-dialing

  interface sip SIP_GW
    bind gateway Asterik
    service default
    route call dest-service HUNT-PUBLIC-PSTN
    early-disconnect

  interface sip SIP_GW_2050
    bind gateway Asterik
    service default
    route call dest-service HUNT-PUBLIC-PSTN-2050

  interface sip SIP_GW_2530
    bind gateway Asterik
    service default
    route call dest-service HUNT-PUBLIC-PSTN-2530

  service hunt-group HUNT-PUBLIC-PSTN
    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 E1_4_0

  service hunt-group HUNT-PUBLIC-PSTN-2050
    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 ISDN_1_0
    route call 2 dest-interface ISDN_1_1

  service hunt-group HUNT-PUBLIC-PSTN-2530
    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 ISDN_1_2
    route call 2 dest-interface ISDN_1_3

context cs switch
  no shutdown

gateway sip Asterik
  bind interface eth0 router

  service default
    domain 172.16.1.232
    realm 172.16.1.232
    authentication 870 password 36ocYTYpKxk= encrypted
    default-server 172.16.1.232 5060 loose-router
    registrar 172.16.1.232 5060
    user 870

gateway sip Asterik
  no shutdown

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

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

port bri 1 0
  clock auto
  encapsulation q921

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

    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_0 switch

port bri 1 0
  no shutdown

port bri 1 1
  clock auto
  encapsulation q921

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

    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_1 switch

port bri 1 1
  no shutdown

port bri 1 2
  clock auto
  encapsulation q921

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

    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_2 switch

port bri 1 2
  no shutdown

port bri 1 3
  clock auto
  encapsulation q921

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

    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_3 switch

port bri 1 3
  no shutdown

port e1 4 0
  clock auto
  encapsulation q921

  q921
    protocol pp
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side net
      encapsulation cc-isdn
      bind interface E1_4_0 switch

port e1 4 0
  no shutdown
 
Code:
service hunt-group HUNT-PUBLIC-PSTN                 ; Hiermit kann ich noch nicht so viel anfangen
Das ist sozusagen der "Pool" an möglichen Ports für die augehenden Gespräche.

Ach übrigens, bei dieser Konstellation BRI / BRI / PRI musst du unbedingt mit dem Takt aufpassen. Am besten die Clock-Sourcen manuell festlegen. Sonst gibt es später Probleme bei der Sprachqualität und hauptsächlich beim Faxen.

mfg Guard-X
 
Es ist vollbracht die config ist fertig und ich habe das CLI so ein wenig verstanden.
Ganz kann man das alles nie verstehen was das Ding kann.

Hier also die fertige config!
... wenn jemande eine Verbesserung einfällt imer zu, man ist für alles offen.

Code:
#----------------------------------------------------------------#
#                                                                #
# SN2400                                                         #
# R3.20 2006-10-04 H323 SIP                                      #
# 2006-11-15T21:17:09                                            #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#

cli version 3.20
dns-client server 172.16.1.1
dns-relay
webserver port 80 language en
sntp-client
sntp-client server primary 172.16.1.232 port 123 version 4
sntp-client gmt-offset + 01:00:00

system

  ic voice 1

  ic voice 4

profile service-policy test
  no rate-limit

profile napt NAPT

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
  codec 3 transparent rx-length 10 tx-length 10
  modem transmission 1 bypass g711alaw64k

profile voip test
  codec 1 g711alaw64k rx-length 20 tx-length 20
  codec 2 g711ulaw64k rx-length 20 tx-length 20

profile pstn default

profile sip default

profile aaa default
  method 1 local
  method 2 none

context ip router

  interface eth0
    ipaddress 172.16.101.30 255.255.0.0
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu

  interface eth1
    ipaddress 192.168.100.11 255.255.255.0
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu

context cs switch
  digit-collection timeout 3
  national-prefix 0
  international-prefix 00

  routing-table calling-e164 RT_CDPN_SIP_2_ISDN
    route 1... dest-service HUNT-PUBLIC-PSTN-1230
    route 20[5-9]. dest-service HUNT-PUBLIC-PSTN-2050 2050
    route 25[3-4]. dest-service HUNT-PUBLIC-PSTN-2530 2530

  mapping-table calling-e164 to calling-e164 MT_KN_2050
    map (.%) to 123\1

  mapping-table calling-e164 to calling-e164 MT_KN_2530
    map (.%) to 123\1

  mapping-table called-e164 to called-e164 MT_remove_0
    map 0(.%) to \1

  mapping-table called-e164 to called-e164 MT_add_123_local
    map 4... to 123\0
    map 20[0-4]. to 123\0
    map 2[1-5].. to 123\0
    map 5[0-1].. to 123\0
    map 6[0-1].. to 123\0

  complex-function 2050
    execute 1 MT_remove_0
    execute 2 MT_KN_2050
    execute 3 MT_add_123_local

  complex-function 2530
    execute 1 MT_remove_0
    execute 2 MT_KN_2530
    execute 3 MT_add_123_local

  interface isdn ISDN_1_0
    route call dest-interface SIP_GW_1230
    dtmf-dialing

  interface isdn ISDN_1_1
    route call dest-interface SIP_GW_1230
    dtmf-dialing

  interface isdn ISDN_1_2
    route call dest-interface SIP_GW_1230
    dtmf-dialing

  interface isdn ISDN_1_3
    route call dest-interface SIP_GW_1230
    dtmf-dialing

  interface isdn E1_4_0
    route call dest-interface SIP_GW_1230
    dtmf-dialing

  interface sip SIP_GW_1230
    bind gateway Hauptanlage
    service default
    route call dest-table RT_CDPN_SIP_2_ISDN

  service hunt-group HUNT-PUBLIC-PSTN-1230
    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 E1_4_0

  service hunt-group HUNT-PUBLIC-PSTN-2050
    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 ISDN_1_0
    route call 2 dest-interface ISDN_1_1

  service hunt-group HUNT-PUBLIC-PSTN-2530
    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 ISDN_1_2
    route call 2 dest-interface ISDN_1_3

context cs switch
  no shutdown

gateway sip Hauptanlage
  bind interface eth0 router

  service default
    domain 172.16.1.232
    realm 172.16.1.232
    authentication 1230 password 36ocYTYpKxk= encrypted
    default-server 172.16.1.232 loose-router
    registrar 172.16.1.232
    user 1230

gateway sip Hauptanlage
  no shutdown

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

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

port bri 1 0
  clock slave
  encapsulation q921

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

    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_0 switch

port bri 1 0
  no shutdown

port bri 1 1
  clock slave
  encapsulation q921

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

    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_1 switch

port bri 1 1
  no shutdown

port bri 1 2
  clock slave
  encapsulation q921

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

    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_2 switch

port bri 1 2
  no shutdown

port bri 1 3
  clock slave
  encapsulation q921

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

    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface ISDN_1_3 switch

port bri 1 3
  no shutdown

port e1 4 0
  clock master
  encapsulation q921

  q921
    protocol pp
    uni-side net
    encapsulation q931

    q931
      protocol dss1
      uni-side net
      encapsulation cc-isdn
      bind interface E1_4_0 switch

port e1 4 0
  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.