diff options
author | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-06-13 15:48:51 +0000 |
---|---|---|
committer | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-06-13 15:48:51 +0000 |
commit | deb6228cfbd1da6026eadc4e5a96653fbd591f5c (patch) | |
tree | c45f7abace58223d3a224455bfc5d986e25c458f | |
parent | eb5bbfcc576e6350926ae69a32249970d0b2514c (diff) |
Use longopts. Explicitly transmit video and refuse to receive (for now - due to simpleopal bug).
git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/trunk@22 8f53b18a-e215-0410-8885-9f593d34873e
-rwxr-xr-x | addons/x11phonehome/usr/local/bin/launch-simpleopal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/x11phonehome/usr/local/bin/launch-simpleopal b/addons/x11phonehome/usr/local/bin/launch-simpleopal index b23cc26..58985a6 100755 --- a/addons/x11phonehome/usr/local/bin/launch-simpleopal +++ b/addons/x11phonehome/usr/local/bin/launch-simpleopal @@ -1,7 +1,7 @@ #!/usr/bin/launchtool -C tag = simpleopal -command = /usr/bin/simpleopal -nVIX --display :0 --quit-when-idle h323:phone +command = /usr/bin/simpleopal --tx-video --no-rx-video --no-gatekeeper --no-sip --no-ivr --no-iax2 --display :0 h323:phone daemon = yes #stats = yes #user = myserver |