1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-02-23 18:04:07 +00:00

5 lines
169 B
Bash
Raw Normal View History

2015-01-06 15:09:50 -06:00
gdb /usr/local/freeswitch/bin/freeswitch $1 \
--eval-command='set pagination off' \
--eval-command='thread apply all bt' \
--eval-command='quit'