04-06-2017 08:37 PM - edited 03-17-2019 10:01 AM
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,
Solved! Go to Solution.
04-07-2017 02:00 AM
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
04-06-2017 09:21 PM
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
04-06-2017 11:40 PM
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...
04-07-2017 02:00 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide