cancelar
Mostrar resultados para 
Pesquisar em vez de 
Queria dizer: 
cancel
1441
Apresentações
35
Útil
7
Respostas

Ligação externa demora para sair

Rodrigo Senador
Level 1
Level 1

Boa tarde.

 

tenho 01 CME configurado aqui na empresa e percebi que as ligações demoram para sair 

tem algum parâmetro que posso alterar para completar as ligações mais rápido?

 

Hoje elas demoram aproximadamente 10 segundos apos eu digitar o numero.

 

1 Soluções Aceita

Soluções aceites

Ola

Tenta fazer o seguinte:

 

R1(config term)#telephony-service
R1(config-telephony)#timeouts interdigit 2

 

E realiza um novo teste.

 

 

Ver solução na publicação original

7 RESPOSTAS 7

Daniel Vieceli
Level 1
Level 1

Boa tarde.

 

Provavelmente seu dial-peer de saída está configurado com um "T" no final, com isso ele aguarda o time-out (Que por padrão é 10 segundos).

 

Sugiro configurar seus dial-peer's o mais especifico possível para cada rota.


Exemplo:

dial-peer voice 2 pots

 description E1 OI Local

 destination-pattern 3524....

 no digit-strip

 port 1/0/0:0

 forward-digits all

 

Assim havendo match é enviado a ligação de imediato para o tronco.

 

The default value for the interdigit timeout is 10 seconds. Unless the default value is changed, using the T-indicator adds 10 seconds to each call setup because the call is not attempted until the timer has expired (unless the # character is used as a terminator). You should therefore reduce the voice-port interdigit timeout value if you use variable-length dial plans. You can change the interdigit timeout by using the timeouts inter-digit command in voice-port configuration mode.

 

Link com mais detalhes:

 

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/voice/dialpeer/configuration/15-mt/vd-15-mt-book/vd-dial-planning.html

 

Abraços!

Daniel boa tarde.

SEgue a configuração 

 

fiz o teste de match e todos estâo dando match certinho. 

 

Nenhum dial-peer tem o T 

 

dial-peer voice 10 pots
trunkgroup trunk
description "emergencia"
destination-pattern [1][^0].$
!
dial-peer voice 20 pots
trunkgroup trunk
description local fixo
destination-pattern 0[2-5].......$
direct-inward-dial
!
dial-peer voice 30 pots
trunkgroup trunk
description celular local
destination-pattern 0[8-9]........$
direct-inward-dial
!
dial-peer voice 40 pots
trunkgroup trunk
description ddd fixo
destination-pattern 00[1-9].[2-5].......$
direct-inward-dial
forward-digits 10
prefix 021
!
dial-peer voice 50 pots
trunkgroup trunk
description ddd celular
destination-pattern 00[1-9].[8-9]........$
direct-inward-dial
forward-digits 11
prefix 021

 

 

Ola

Tenta fazer o seguinte:

 

R1(config term)#telephony-service
R1(config-telephony)#timeouts interdigit 2

 

E realiza um novo teste.

 

 

Prezados @Daniel Vieceli@Marcelo Morais

Fiz o seguinte mudei o interdigit para 2 e acrescentei o # no final da discagem.

 

Só achei estranho porque na pratica geralmente encontro $ no final do dial-peer

e não #.

 

 

The default value for the interdigit timeout is 10 seconds. Unless the default value is changed, using the T-indicator adds 10 seconds to each call setup because the call is not attempted until the timer has expired (unless the # character is used as a terminator). You should therefore reduce the voice-port interdigit timeout value if you use variable-length dial plans. You can change the interdigit timeout by using the timeouts inter-digit voice-port command.

The calling party can immediately terminate the interdigit timeout by entering the # character. If the # character is entered while the router is waiting for additional digits, the # character is treated as a terminator; it is not treated as part of the dial string or sent across the network. But if the # character is entered before the router begins waiting for additional digits (meaning that the # is entered as part of the fixed-length destination pattern), then the # character is treated as a dialed digit.

For example, if the destination pattern is configured as 2222...T, then the entire dialed string of 2222#9999 is collected, but if the dialed string is 2222#99#99, the #99 at the end of the dialed digits is not collected because the final # character is treated as a terminator. You can change the termination character by using the dial-peer .

 

Olá @Rodrigo Senador,

 em primeiro lugar ... crie um dial-peer com um número específico para teste, ex.:

 

dial-peer voice 77 pots
trunkgroup trunk
description Teste
destination-pattern 0912345678$
forward-digits 9

Você continua com o mesmo problema ao chamar este número? Se sim, então como está a configuração do seu trunkgroup (principalmente no que se refere a preference)?

 

Espero que ajude,

 Marcelo Morais

Marcelo segue a configuração do trunk

 

trunk-group trunk 1
supervisory disconnect dualtone mid-call
cptone BR
timeouts call-disconnect 5
timeouts wait-release 5
connection plar opx 3000
caller-id enable
!
voice-port 0/2/1
trunk-group trunk 2
supervisory disconnect dualtone mid-call
cptone BR
timeouts call-disconnect 5
timeouts wait-release 5
connection plar opx 3000
caller-id enable
!
voice-port 0/2/2
trunk-group trunk 3
supervisory disconnect dualtone mid-call
cptone BR
timeouts call-disconnect 5
timeouts wait-release 5
connection plar opx 3000
caller-id enable
!
voice-port 0/2/3
trunk-group trunk 4
supervisory disconnect dualtone mid-call
cptone BR
timeouts call-disconnect 5
timeouts wait-release 5
connection plar opx 3000
caller-id enable

 

em preferecia coloquei 1,2,3,4 respectivamente

no caso ou é melhor colocar a mesma preferencia para todas as linhas do  trunkgroup?

 

vou fazer o teste que voce sugeriu

 

Olá @Rodrigo Senador,

 excelente ... fico no aguardo.

 

 Procure isolar os trunk, testando um por um para isolar o problema.

 

Att,

 Marcelo Morais