mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 10:34:54 +00:00
5 lines
169 B
Bash
5 lines
169 B
Bash
|
gdb /usr/local/freeswitch/bin/freeswitch $1 \
|
||
|
--eval-command='set pagination off' \
|
||
|
--eval-command='thread apply all bt' \
|
||
|
--eval-command='quit'
|