cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
807
Views
5
Helpful
7
Replies

E1 com 30 canais e 50 números

AndreAP
Level 1
Level 1

Boa tarde

Sou novato em CISCO tenho um CISCO 2821 com E1 em uma com 30 canais com 50 números

Já configurei a E1 que esta realizando e recebendo chamada porem como faço para um dos meus número ser direcionado para um ramal especifico

Ex.

XXXX-8181 para ramal 8181

XXXX-8182 para ramal 8182

XXXX-8183 para ramal 8183

Só estou conseguindo envia todas as chamadas de qualquer número para um único ramal

3 Accepted Solutions

Accepted Solutions

you would need to put a translation profile on your voice-port or incoming dial peer to strip the first couple digits off, so you have the finial 4 off  (assuming this is not an MGCP gateway).

 

https://www.cisco.com/c/en/us/support/docs/voice/call-routing-dial-plans/61083-voice-transla-rules.html

 

so slice the number up, and discard set 1 and only leave set 2 (as per URL)

 

Please remember to rate useful posts, by clicking on the stars below.

View solution in original post

good
stayed like this

 

voice translation-rule 5
 rule 1 /8150/ /8181/
 rule 2 /8151/ /8182/
 rule 3 /8152/ /8183/
 rule 4 /8153/ /8184/
 rule 5 /8181/ /8182/

!

voice translation-profile TRUNK-E1-in
 translate called 5

!

!

voice-port 0/3/0:0

translation-profile incoming TRUNK-E1-in

 

through the debug I see that it is doing the translation, but does not call on the extension when it enters the connection

View solution in original post

what's up
I got it, just had to create a peer

 

dial-peer voice 50 pots
 incoming called-number .
 direct-inward-dial

View solution in original post

7 Replies 7

AndreAP
Level 1
Level 1

Good afternoon

I'm new to CISCO I have a CISCO 2821 with E1 in one with 30 channels with 50 numbers

I already configured the E1 that is performing and receiving call but how do I get one of my numbers to be routed to a specific extension

Ex.

XXXX-8181 for extension 8181

XXXX-8182 for extension 8182

XXXX-8183 for extension 8183

I can only send all calls from any number to a single extension

CME or CUCM ?

you would need to put a translation profile on your voice-port or incoming dial peer to strip the first couple digits off, so you have the finial 4 off  (assuming this is not an MGCP gateway).

 

https://www.cisco.com/c/en/us/support/docs/voice/call-routing-dial-plans/61083-voice-transla-rules.html

 

so slice the number up, and discard set 1 and only leave set 2 (as per URL)

 

Please remember to rate useful posts, by clicking on the stars below.

j.huizinga use CME

Dennis Mink will test and put the result
Thank you

Give if a shot, whem you get stuck, post your conFIG

Please remember to rate useful posts, by clicking on the stars below.

good
stayed like this

 

voice translation-rule 5
 rule 1 /8150/ /8181/
 rule 2 /8151/ /8182/
 rule 3 /8152/ /8183/
 rule 4 /8153/ /8184/
 rule 5 /8181/ /8182/

!

voice translation-profile TRUNK-E1-in
 translate called 5

!

!

voice-port 0/3/0:0

translation-profile incoming TRUNK-E1-in

 

through the debug I see that it is doing the translation, but does not call on the extension when it enters the connection

what's up
I got it, just had to create a peer

 

dial-peer voice 50 pots
 incoming called-number .
 direct-inward-dial