diff options
Diffstat (limited to 'addons')
-rwxr-xr-x | addons/x11phonehome/usr/local/bin/launch-simpleopal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/addons/x11phonehome/usr/local/bin/launch-simpleopal b/addons/x11phonehome/usr/local/bin/launch-simpleopal index 58985a6..f5cc33f 100755 --- a/addons/x11phonehome/usr/local/bin/launch-simpleopal +++ b/addons/x11phonehome/usr/local/bin/launch-simpleopal @@ -1,10 +1,12 @@ #!/usr/bin/launchtool -C tag = simpleopal -command = /usr/bin/simpleopal --tx-video --no-rx-video --no-gatekeeper --no-sip --no-ivr --no-iax2 --display :0 h323:phone +#command = export DISPLAY=:0; /usr/bin/simpleopal --no-gatekeeper --no-sip --no-ivr --no-iax2 --display x11 --quit-when-idle h323:phone +#command = export DISPLAY=:0; /usr/bin/simpleopal --no-gatekeeper --no-sip --no-ivr --no-iax2 --quit-when-idle h323:phone +command = export DISPLAY=:0; /usr/bin/simpleopal --no-gatekeeper --no-sip --no-ivr --no-iax2 --quit-when-idle --no-tx-video --sound Default --disable PCM-16 --prefer MS-GSM --prefer SpeexNarrow-15k h323:phone daemon = yes #stats = yes -#user = myserver +#user = lasse #root dir = /tmp #process count limit = 5 #open files limit = 10 |