56e51ffb01
can be used for XMPP p2p VoIP with other Coccinella clients, and as a fully IAX2 client for an asterisk. Suggestion to use the wrapper script instead of depending on threaded TCL/Tk flavor from sthen@ (many thanks!) OK sthen@
6 lines
130 B
Bash
6 lines
130 B
Bash
#!/bin/ksh
|
|
# for VoIP we need to have threading
|
|
export LD_PRELOAD=libpthread.so
|
|
|
|
exec ${TRUEPREFIX}/lib/coccinella/Coccinella.tcl
|