Hallo Community,
Ich hab in Österreich einen CCME mit 4x BRI Interfaces an ISDN am laufen.
In Österreich ist aber das Problem, dass über ISDN nur die Durchwahlen mitgesendet werden. Also keine Nummer (wie in Deutschland üblich).
Wie muss ich hier die Dial-Peers aufbauen?
Ich hab jetzt als Amtsvorwahl eine "9" deklariert, was aber störend ist.
Hier meine Config:
Vielleicht hat einer von euch eine funktionierende Config aus Österreich??
danke
Michael
Ich hab in Österreich einen CCME mit 4x BRI Interfaces an ISDN am laufen.
In Österreich ist aber das Problem, dass über ISDN nur die Durchwahlen mitgesendet werden. Also keine Nummer (wie in Deutschland üblich).
Wie muss ich hier die Dial-Peers aufbauen?
Ich hab jetzt als Amtsvorwahl eine "9" deklariert, was aber störend ist.
Hier meine Config:
Code:
voice translation-rule 2
rule 1 /^0/ /210/
!
voice translation-rule 3
rule 1 /^/ /424255533/
!
voice translation-rule 4
rule 1 /^9/ //
!
voice translation-rule 5
rule 1 /^/ /90/
!
voice translation-rule 10
rule 1 /^\(.*\)/ /90\1/ type national national
rule 2 /^\(.*\)/ /900\1/ type international international
!
!
voice translation-profile in-forward
translate calling 10
translate called 2
!
voice translation-profile inc
translate calling 5
!
voice translation-profile incoming
translate calling 4
!
voice translation-profile strip
translate called 4
!
dial-peer voice 1 pots
trunkgroup BRI
translation-profile incoming in-forward
translation-profile outgoing incoming
destination-pattern 9T
translate-outgoing calling 10
incoming called-number .
fax rate disable
direct-inward-dial
Vielleicht hat einer von euch eine funktionierende Config aus Österreich??
danke
Michael