Hey guys, Am having a bit of trouble configuring for direct inward dialing for specific stations that need direct incoming calls. Could any one help me out in sorting this out? Regards |
|||
|
UC500.comCisco Communication Manager Express, UC520, SMB VOIP reference and community |
Hi Roh, One of the way is
Hi Roh,
One of the way is you can used translation rules
I like to used this more, because I can have more control on digit translation.
eg.
---------------------------------------------------------------------------
! Create translation rule
voice translation-rule 4
rule 1 /76649788/ /5002/
rule 2 /76649777/ /5001/
rule 3 /^7664/ / /
! apply the rule to a profile for incoming call
voice translation-profile ISDN10_Called_4
translate called 4
! apply the profile into dial-peer
dial-peer voice 7 pots
description ** PSTN IN **
translation-profile incoming ISDN10_Called_4
incoming called-number .
direct-inward-dial
port 0/2/0:15
--------------------------------------------------------------------------
after you create the voice translation rule, you can test it using
# test voice translation rule [rule number] [incoming number]
for my example at translation rule number 4
rule 1 incoming call with 76649788 will translate to 5002
rule 2 incoming call with 76649777 will translate to 5001
rule 3 incoming call start with 7664 will translate to the following number after 4
eg 776641234 translate to 1234
more on translation can be find at
http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a0...
hope this can help
regards
yamin
another option: DDI's on secondary number
Also Roh, you could try putting the DDI sent from the Telco as the secondary number on the ephone-dn.
See below for example:
ephone-dn 4 dual-line
number 4810 secondary 324810
pickup-group 1
label 4810
description John Smith
name John Smith
call-forward max-length 4
call-forward busy 6000
call-forward noan 6000 timeout 10
corlist incoming user-international
Only use the digits they are sending though otherwise it won't work. In the UK for example generally BT only send the last 6 digits.
regards
Jamie