Re: [asterisk-users] question on pri intense debug

2009-09-30 Thread Martin
pri intense debug span  Enables REALLY INTENSE PRI debugging

add span keyword

or use a tabulator that will do that for you

Martin

On Wed, Sep 30, 2009 at 10:08 AM, Jerry Geis ge...@pagestation.com wrote:
 Running asterisk 1.4.26.2

  help pri
           pri debug span  Enables PRI debugging on a span
   pri intense debug span  Enables REALLY INTENSE PRI debugging
        pri no debug span  Disables PRI debugging on a span
       pri set debug file  Sends PRI debug output to the specified file
           pri show debug  Displays current PRI debug settings
           pri show spans  Displays PRI Information
            pri show span  Displays PRI Information
         pri show version  Displays version of libpri
     pri unset debug file  Ends PRI debug output to file


 then I type the following command:
 pri intense debug 1
 No such command 'pri intense debug 1' (type 'help pri intense' for other
 possible commands)

 Why is it not understanding my command?

 Jerry

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] question on pri intense debug

2009-09-30 Thread Danny Nicholas
Because you need to type pri intense debug SPAN 1

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jerry Geis
Sent: Wednesday, September 30, 2009 10:09 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] question on pri intense debug

Running asterisk 1.4.26.2

 help pri
   pri debug span  Enables PRI debugging on a span
   pri intense debug span  Enables REALLY INTENSE PRI debugging
pri no debug span  Disables PRI debugging on a span
   pri set debug file  Sends PRI debug output to the specified file
   pri show debug  Displays current PRI debug settings
   pri show spans  Displays PRI Information
pri show span  Displays PRI Information
 pri show version  Displays version of libpri
 pri unset debug file  Ends PRI debug output to file


then I type the following command:
pri intense debug 1
No such command 'pri intense debug 1' (type 'help pri intense' for other 
possible commands)

Why is it not understanding my command?

Jerry

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] question on pri intense debug

2009-09-30 Thread Kevin P. Fleming
Jerry Geis wrote:
 Running asterisk 1.4.26.2
 
  help pri
pri debug span  Enables PRI debugging on a span
pri intense debug span  Enables REALLY INTENSE PRI debugging
 pri no debug span  Disables PRI debugging on a span
pri set debug file  Sends PRI debug output to the specified file
pri show debug  Displays current PRI debug settings
pri show spans  Displays PRI Information
 pri show span  Displays PRI Information
  pri show version  Displays version of libpri
  pri unset debug file  Ends PRI debug output to file
 
 
 then I type the following command:
 pri intense debug 1
 No such command 'pri intense debug 1' (type 'help pri intense' for other 
 possible commands)
 
 Why is it not understanding my command?

pri intense debug span span number

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpflem...@digium.com
Check us out at www.digium.com  www.asterisk.org

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] question on pri intense debug

2009-09-30 Thread Jerry Geis

 pri intense debug span span number
   
Just pointing out that was not clear from the HELP command.

I thought span was the span number

not span span number

Thanks for the direction.

Jerry

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] question on pri intense debug

2009-09-30 Thread Tilghman Lesher
On Wednesday 30 September 2009 11:54:11 Jerry Geis wrote:
  pri intense debug span span number

 Just pointing out that was not clear from the HELP command.

 I thought span was the span number

 not span span number

 Thanks for the direction.

At the list level, we only provide the keywords.  If you had explicitly
requested the individual syntax, you would have seen the complete command
structure:

*CLI help pri intense debug span
Usage: pri intensive debug span span
   Enables debugging down to the Q.921 level
*CLI  

-- 
Tilghman Lesher
Digium, Inc. | Senior Software Developer
twitter: Corydon76 | IRC: Corydon76-dig (Freenode)
Check us out at: www.digium.com  www.asterisk.org

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] question on pri intense debug

2009-09-30 Thread Alec Davis
Try 'pri intense debug span 1'

Used it last night. 

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jerry Geis
Sent: Thursday, 1 October 2009 4:09 a.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] question on pri intense debug

Running asterisk 1.4.26.2

 help pri
   pri debug span  Enables PRI debugging on a span
   pri intense debug span  Enables REALLY INTENSE PRI debugging
pri no debug span  Disables PRI debugging on a span
   pri set debug file  Sends PRI debug output to the specified file
   pri show debug  Displays current PRI debug settings
   pri show spans  Displays PRI Information
pri show span  Displays PRI Information
 pri show version  Displays version of libpri
 pri unset debug file  Ends PRI debug output to file


then I type the following command:
pri intense debug 1
No such command 'pri intense debug 1' (type 'help pri intense' for other
possible commands)

Why is it not understanding my command?

Jerry

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona Register Now:
http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users