Hallo,
wir haben in unser Firma die alte Octopus gegen eine Cisco 2811 mit 2x VIC2-2BRI-NT/TE ausgetauscht. Die Verbindung in die (Telefon-)Welt erfolgt über die BRIs direct an 4 NTBA (Anlagenanschluss).
Nun haben wir aber gemerkt, das manchmal die die dirkte Durchwahl nicht klappt weil die Called Number gestückel ankommt d.h. ich wähle von extern die Nummer 868624 die Cisco erkennt 86862.
Manchmal wird fehlende Nummer hier die 4 als separate Nummer gewertet manchmal ganz unterschlagen.
Nach unseren Recherchen sollte die Telekom schuld sein. Auch unser Telekom Ansprechpartner sagte ja Problem bekannt die Tel Nummer wird in 5er Blöcken übertragen und muss nur auf 6er Blöcke umgestellt werden. Also hat sich mein Kollege ans Telefon gehängt und hat sich bis zu einem ECHTEN Techniker durchgekämft :groesste:. Der hat seine Anlage geprüft und alles freigschaltet bzw. gesagt es sind keine Blöcke sondern die Nummer wird komplett Übertragen.
Aber das Problem besteht weiterhin.
Ich hoffe, von euch hat jeman eine Idee. Vieleicht irgend ein Timing das die Anlage länger auf die komplette Nummer wartet.
Danke schon mal
Jan
wir haben in unser Firma die alte Octopus gegen eine Cisco 2811 mit 2x VIC2-2BRI-NT/TE ausgetauscht. Die Verbindung in die (Telefon-)Welt erfolgt über die BRIs direct an 4 NTBA (Anlagenanschluss).
Nun haben wir aber gemerkt, das manchmal die die dirkte Durchwahl nicht klappt weil die Called Number gestückel ankommt d.h. ich wähle von extern die Nummer 868624 die Cisco erkennt 86862.
Manchmal wird fehlende Nummer hier die 4 als separate Nummer gewertet manchmal ganz unterschlagen.
Code:
Apr 25 08:06:37.367: ISDN BR0/0/1 Q931: RX <- SETUP pd = 8 callref = 0x01
Bearer Capability i = 0x9090A3
Standard = CCITT
Transfer Capability = 3.1kHz Audio
Transfer Mode = Circuit
Transfer Rate = 64 kbit/s
Channel ID i = 0x89
Exclusive, B1
Progress Ind i = 0x8283 - Origination address is non-ISDN
Calling Party Number i = 0x2183, 'xxxxxxxxx'
Plan:ISDN, Type:National
Called Party Number i = 0xC1, '[COLOR="Blue"]86862[/COLOR]'
Plan:ISDN, Type:Subscriber(local)
Apr 25 08:06:37.375: ISDN BR0/0/1 Q931: TX -> SETUP_ACK pd = 8 callref = 0x81
Channel ID i = 0x89
Exclusive, B1
Apr 25 08:06:37.403: ISDN BR0/0/1 Q931: TX -> CALL_PROC pd = 8 callref = 0x81
Apr 25 08:06:37.419: ISDN BR0/0/1 Q931: TX -> ALERTING pd = 8 callref = 0x81
Progress Ind i = 0x8188 - In-band info or appropriate now available
Apr 25 08:06:37.471: ISDN BR0/0/1 Q931: RX <- INFORMATION pd = 8 callref = 0x01
Called Party Number i = 0xC1, '[COLOR="Blue"]4[/COLOR]'
Plan:ISDN, Type:Subscriber(local)
Apr 25 08:06:40.903: ISDN BR0/0/1 Q931: RX <- DISCONNECT pd = 8 callref = 0x01
Cause i = 0x8090 - Normal call clearing
Progress Ind i = 0x8283 - Origination address is non-ISDN
Apr 25 08:06:40.907: ISDN BR0/0/1 Q931: TX -> RELEASE pd = 8 callref = 0x81
Cause i = 0x8090 - Normal call clearing
Apr 25 08:06:41.015: ISDN BR0/0/1 Q931: RX <- RELEASE_COMP pd = 8 callref = 0x01
Aber das Problem besteht weiterhin.
Ich hoffe, von euch hat jeman eine Idee. Vieleicht irgend ein Timing das die Anlage länger auf die komplette Nummer wartet.
Danke schon mal
Jan
Code:
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname cme
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
no logging buffered
enable password xxxxxx
!
no aaa new-model
clock timezone GMT 1
clock summer-time Berlin date Mar 28 2010 2:00 Oct 31 2010 3:00
network-clock-participate wic 0
network-clock-participate wic 1
!
dot11 syslog
ip source-route
!
!
multilink bundle-name authenticated
!
!
isdn switch-type basic-net3
!
!
!
!
!
voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
supplementary-service h450.12
!
!
!
!
!
!
!
!
!
!
!
!
!
voice register global
mode cme
max-dn 144
max-pool 42
!
!
voice translation-rule 10
rule 1 /^86860.*/ /14/
rule 2 /^8686\([1-9].\)$/ /\1/
rule 3 /^8686\([1-9]\)$/ /14/
!
voice translation-rule 15
rule 1 /^0/ //
!
voice translation-rule 16
rule 1 /^\([1-9].\)$/ /012348686\1/
!
!
!
!
voice translation-profile IN
translate called 10
!
voice translation-profile OUT
translate calling 16
translate called 15
!
!
voice-card 0
no dspfarm
!
!
archive
log config
hidekeys
!
!
no ip ftp passive
!
translation-rule 20
Rule 1 ^.% 00 national national
Rule 2 ^.% 000 international international
Rule 3 ^.% 0 subscriber subscriber
!
!
!
!
translation-rule 5
Rule 1 8686.% 012348686 subscriber subscriber
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.68.40 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface BRI0/0/0
description TCom1
no ip address
isdn switch-type basic-net3
isdn overlap-receiving T302 5000
isdn point-to-point-setup
isdn incoming-voice voice
isdn static-tei 0
!
interface BRI0/0/1
description TCom2
no ip address
isdn switch-type basic-net3
isdn overlap-receiving T302 5000
isdn point-to-point-setup
isdn incoming-voice voice
isdn static-tei 0
!
interface BRI0/1/0
description TCom3
no ip address
isdn switch-type basic-net3
isdn overlap-receiving T302 5000
isdn point-to-point-setup
isdn static-tei 0
!
interface BRI0/1/1
description TCom4
no ip address
isdn switch-type basic-net3
isdn overlap-receiving T302 5000
isdn point-to-point-setup
isdn static-tei 0
!
!
control-plane
!
!
!
voice-port 0/0/0
translate calling 20
echo-cancel coverage 32
compand-type a-law
cptone DE
description TCom1
bearer-cap Speech
!
voice-port 0/0/1
translate calling 20
echo-cancel coverage 32
compand-type a-law
cptone DE
description TCom2
bearer-cap Speech
!
voice-port 0/1/0
translate calling 20
echo-cancel coverage 32
compand-type a-law
cptone DE
description TCom3
bearer-cap Speech
!
voice-port 0/1/1
translate calling 20
echo-cancel coverage 32
compand-type a-law
cptone DE
description TCom4
bearer-cap Speech
!
!
!
!
!
dial-peer voice 1 pots
description IN
translation-profile incoming IN
destination-pattern .T
incoming called-number 8686[1-9].
direct-inward-dial
port 0/0/0
!
dial-peer voice 2 pots
description IN
translation-profile incoming IN
destination-pattern .T
incoming called-number 8686[1-9].
direct-inward-dial
port 0/0/1
!
dial-peer voice 3 pots
description IN
translation-profile incoming IN
destination-pattern .T
incoming called-number 8686[1-9].
direct-inward-dial
port 0/1/0
!
dial-peer voice 4 pots
description IN
translation-profile incoming IN
destination-pattern .T
incoming called-number 8686[1-9].
direct-inward-dial
port 0/1/1
!
dial-peer voice 5 pots
description OUT
translation-profile outgoing OUT
destination-pattern 0T
port 0/0/0
forward-digits all
!
dial-peer voice 6 pots
description OUT
translation-profile outgoing OUT
destination-pattern 0T
port 0/0/1
forward-digits all
!
dial-peer voice 7 pots
description OUT
translation-profile outgoing OUT
destination-pattern 0T
port 0/1/0
forward-digits all
!
dial-peer voice 8 pots
description OUT
translation-profile outgoing OUT
destination-pattern 0T
port 0/1/1
forward-digits all
!
!
no dial-peer outbound status-check pots
num-exp 86860 14
num-exp 86861 14
num-exp 86862 14
num-exp 86863 14
num-exp 86864 14
num-exp 86865 14
num-exp 86866 14
num-exp 86867 14
num-exp 86868 14
num-exp 86869 14
gateway
timer receive-rtp 1200
!
!
telephony-service
no auto-reg-ephone
load 7914 S00105000300
load 7960-7940 P00308000600
load ata ata030203sccp051201a
max-ephones 42
max-dn 144
ip source-address 192.168.68.40 port 2000
timeouts interdigit 3
cnf-file perphone
user-locale DE
network-locale DE
time-zone 23
time-format 24
date-format dd-mm-yy
max-conferences 8 gain -6
moh flash:music-on-hold.au
multicast moh 239.10.16.4 port 2000
transfer-system full-consult
secondary-dialtone 0
after-hours pstn-prefix 4 4
night-service code *1234
night-service day Sun 00:00 23:59
night-service day Mon 17:00 08:00
night-service day Tue 17:00 08:00
night-service day Wed 17:00 08:00
night-service day Thu 17:00 08:00
night-service day Fri 17:00 07:00
night-service day Sat 00:00 23:59
create cnf-files version-stamp 7960 Apr 23 2010 15:28:23
!
!
ephone-template 1
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
login local
!
scheduler allocate 20000 1000
ntp update-calendar
ntp server 192.168.68.1 maxpoll 12 minpoll 8 source FastEthernet0/0
end