cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 
cancel
1088
Visitas
10
ÚTIL
3
Respuestas

Debug isdn by specified DNIS

qazzaq201
Level 1
Level 1

Hi Experts,

I want debug isdn messages by a specified DNIS, anyone knows this command?

I just found VG can debug isdn message by E1 ports.

Thanks in advance,

1 SOLUCIÓN ACEPTADA

Soluciones aceptadas

Qazzaq,

If your IOS supports you can use per call debugging feature on the gateway

conf t

call filter match-list 1 voice
incoming calling-number XXXXX  (or)

outgoing called-number XXXXXX (or )

incoming called-number XXXXX

then in exec mode

#debug condition match-list 1

Now run your debug isdn q931 debug

## debug isdn q931

Please rate all useful posts

Ver la solución en mensaje original publicado

3 RESPUESTAS 3

Dennis Mink
VIP Alumni
VIP Alumni

No you cant do that the debug isdn q931 does not let you further specify based on DNIS,

you would need to capture the output in a log file and open it in something like notepad ++

Please rate if useful

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

Thanks for your reply, Dennis... But it's really hard if i want to trace a specific call, in my environment, VG 3945 connect 16 E1 and cps can almost reach 50 at peak hour...

Qazzaq,

If your IOS supports you can use per call debugging feature on the gateway

conf t

call filter match-list 1 voice
incoming calling-number XXXXX  (or)

outgoing called-number XXXXXX (or )

incoming called-number XXXXX

then in exec mode

#debug condition match-list 1

Now run your debug isdn q931 debug

## debug isdn q931

Please rate all useful posts