Ich habe für folgende Konstellation nun scheinbar eine annehmbare Lösung gefunden:
Ein Voice Standort hat 2 verschiedene Teilnehmer mit zwei verschiedenen ISDN
Anschlüssen jedoch nur einen Gateway Router.
Damit jeder Tln mit der richtigen ISDN nummer aufscheint habe ich nun folgende
Konfiguration gemacht….
- Alternative Routing am CCM mit Prefix 9 (Translation)
- am Router
voice translation-rule 2
rule 1 /^$/ /100/
rule 2 /^0/ /100/
!
voice translation-rule 3
rule 1 /^.*/ /00\0/ type national national
rule 2 /^.*/ /000\0/ type international international
rule 3 /^.*/ /0\0/ type subscriber subscriber
!
voice translation-rule 4
rule 1 // // type any unknown plan any unknown
!
voice translation-rule 9
rule 1 /^9/ //
!
!
voice translation-profile ABGEHEND
translate calling 4
!
voice translation-profile ANKOMMEND
translate calling 3
translate called 2
!
voice translation-profile NULLDAZU
translate called 9
!
voice translation-profile overlap
translate called 99
!
!
interface BRI0/1/0
description ISDN 1
no ip address
no logging event link-status
isdn switch-type basic-net3
isdn overlap-receiving T302 4000
isdn point-to-point-setup
isdn incoming-voice voice
isdn send-alerting
isdn sending-complete
isdn static-tei 0
!
interface BRI0/1/1
description ISDN 2
no ip address
no logging event link-status
shutdown
isdn switch-type basic-net3
isdn overlap-receiving T302 4000
isdn point-to-point-setup
isdn incoming-voice voice
isdn send-alerting
isdn sending-complete
isdn static-tei 0
!
!
dial-peer voice 2 pots
translation-profile incoming ANKOMMEND
translation-profile outgoing NULLDAZU
destination-pattern 9T
progress_ind setup enable 3
progress_ind alert enable 8
progress_ind progress enable 8
direct-inward-dial
port 0/1/0
!
dial-peer voice 10 pots
translation-profile incoming ANKOMMEND
translation-profile outgoing ABGEHEND
destination-pattern 0T
progress_ind setup enable 3
progress_ind alert enable 8
progress_ind progress enable 8
direct-inward-dial
port 0/1/1