Hello,

Grateful if someone could tell me if there is a plan for sflphone to be able to be called by command line, e.g.

gconftool-2 -t string -s /desktop/gnome/url-handlers/tel/command "/usr/sbin/sflphone 
%s"
gconftool-2 -s /desktop/gnome/url-handlers/tel/needs_terminal false -t bool
gconftool-2 -t bool -s /desktop/gnome/url-handlers/tel/enabled true


instead of using a script containing:

dbus-send                                                       \
    --type="method_call"                                         \
    --dest="org.sflphone.SFLphone"                               \
    "/org/sflphone/SFLphone/CallManager"                         \
    "org.sflphone.SFLphone.CallManager.placeCallFirstAccount"    \
    string:"$CALLID"                                             \
    string:"$TO"

Regards & Thanks :)
Ashvin
_______________________________________________
SFLphone mailing list
[email protected]
http://lists.savoirfairelinux.net/mailman/listinfo/sflphone

Reply via email to