Digium Support

From KlavoWiki
Jump to navigationJump to search

If asking for support from Digium it is best to supply as much information as possible.

autosupport

There is an application called autosupport which gathers information from Asterisk and the operating system to assist Digium if diagnosing any problems.

wget http://svn.asterisk.org/svn/asterisk/trunk/contrib/scripts/autosupport -O /usr/sbin/autosupport 
chmod +x /usr/sbin/autosupport 
autosupport <case number>

In your home folder you will see a .tar.gz file staring with the case number that you have specified. this can be sent to Digium with your case details.


redirect console to file

Start Asterisk with the following

asterisk -gnrT | tee /tmp/<case number>-YYYYMMDD_cli-capture.txt

When in Asterisk set verbosity on 10 and debug to 10

core set verbose 10
core set debug 10
sip set debug on

Simulate the problem and then send the logs to Digium attached to your case.

capture audio channels

dahdi_monitor <channel> -v -m -r <info>-post-rx-on.wav -t <info>-post-tx-on.wav -R <info>-pre-rx-on.wav -T <info>-pre-tx-on.wav

Use a format similar to this one for naming the audio files
<echocan type>-<version of echocan (or DAHDI if built-in software)>-<-PRE or POST echocan>-<TX or RX>-<echocan ON or OFF>.wav

  • Examples
    • vpmadt-v120-post-tx-on.wav
    • hpec-v10.04.001-pre-tx.wav
    • mg2-v2.3.0.1-pre-rx.wav