Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SX2000 PRI Card and showing Outbound Number

Status
Not open for further replies.

Mitelmatt

Vendor
Oct 3, 2007
817
GG
Hi Guys

All you SX2000 gurus out there, can you let me know how / what is the command on an SX2000 PRI card to show a trace that shows the outbound number being released to the exchange? (CPN) In the 3300 embedded PRI it's the edt trace vdsu namnum command that i need to replicate on a sx2000 pri card

I think you either need to get on the card directly or via IMAT?

Thanks in advance
 
These are commands are for the NSU, but should still work for the SX2000 PRI:

option logl3 - Turns on the entire R2 debug trace. NOTE: The full trace can be intrusive if traffic volume is high. To toggle the debug trace off, type option logl3 again.

r2trace all - Turns on the entire R2 debug trace. (Equivalent to option logl3)

r2trace info - Turns on R2 stack trace informational (This is a subset of option logl3)

r2trace debug - Turns on R2 stack trace debug
r2trace line+ - Turns on R2 stack trace line + debug
r2trace register+ - Turns on R2 stack trace register + debug
r2trace call - Turns on R2 stack trace call
r2trace line - Turns on R2 stack trace line
r2trace register - Turns on R2 stack trace register
r2trace trunk - Turns on R2 stack trace trunk
r2trace pbx - Turns on R2 stack trace pbx
r2trace msg - Turns on R2 stack trace msgs
r2trace high - Turns on R2 stack high-level line + reg + pbx traces

r2trace high - Turns on R2 stack high-level line + reg + pbx traces

r2trace low - Turns on R2 stack low-level line + reg + pbx traces

r2trace off - Turns OFF any r2trace command

Regards

__________________________

There is no 'I' in 'Team'
__________________________
 
The above response was directed to you requesting a trace.

The Trace command is extremely verbose and may require high level understanding.

A much simpler command can be used to simply display the inbound and outbound numbers.

option +dispcall

This is typed in on the maint port.

Be careful to type it exact (does not like backspaces and corrections)

*******************************************************
Occam's Razor - All things being equal, the simplest solution is the right one.
 
kwb

Is that command on the PRI card directly maint port?
 
Pri Maint Port @ 38400 N/8/1

you can also try simply:

help

*******************************************************
Occam's Razor - All things being equal, the simplest solution is the right one.
 
If I remember to display calls you enter "option +dispcall" (do not type the " symbol) on the maintenance port for the PRI card. Use a comm program set to 38400 to monitor output from maintenance port. To turn off type "option -dispcall
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top