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:
Liegts am "InvalidNumberFormat"? Bin ziemlich ratlos. Hier meine Config.
Danke!
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!