...
Code Block | ||
---|---|---|
| ||
grep C-00000001 /var/log/asterisk/full | sed 's/3145551212/NPANXXXXXX/g' | pastebin |
Note |
---|
Using grep to get a call trace in this way, requires that every line in the trace contain the string that is being grepped. If you have SIP debug enabled, and you also need SIP trace information for debug purposes, it will be filtered out by the above grep commands. |
Backtraces (Segfaults/Core Dumps/Asterisk Crashing)
...