diff options
author | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-06-13 22:33:20 +0000 |
---|---|---|
committer | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-06-13 22:33:20 +0000 |
commit | 88608ff882f203e102d3e8b58222e05aedf45f82 (patch) | |
tree | 653bbd547d8522f656ebf668beb31ac37497073f /addons/x11phonehome | |
parent | 2ac734a594f6a7f23bab5ba6d6023a5fe2bb36c9 (diff) |
Experimental options to simpleopal.
git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/trunk@24 8f53b18a-e215-0410-8885-9f593d34873e
Diffstat (limited to 'addons/x11phonehome')
-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 |