Important testing commands on the router
To simulate test outbound call on the router-
R1#show dialplan number <test number>
This command will show you which dialpeer will be hit if this number is dialed. Example-
RTR1#show dialplan number 911
Macro Exp.: 911
VoiceOverIpPeer15400
peer type = voice, system default peer = FALSE, information type = voice,
description = `CME1-TO-CME2-911',
tag = 15400, destination-pattern = `911$',
voice reg type = 0, corresponding tag = 0,
allow watch = FALSE
answer-address = `', preference=1,
To test translation rules-
R1#test voice translation-rule <rule#> <number to translate>
Example
voice translation-rule 1
rule 4 /^914102850417/ /DEAD/
rule 5 /^91410915..../ /DEAD/
rule 36 /9011204/ /000204/
rule 37 /9011226/ /000226/
RTR1#test voice translation-rule 1 914102850417
Matched with rule 4
Original number: 914102850417 Translated number: DEAD
Original number type: none Translated number type: none
Original number plan: none Translated number plan: none
Comments
Post a Comment