I've been trying to use the addAccounts dbus command and it keeps timing out
with this error -
org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout
by message bus)

I've tried this with these variables (values scrubbed out for obvious
reasons) and with no variables to try a default account.  I'm using the perl
module Net::DBus and I haven't had a single successful addAccount invokation
yet.
The messages I see that go across D-Bus itself looks like this.  The
repeated messages after the method call happen every time too.  Any help
would be greatly appreciated!

method call sender=:1.4341 -> dest=org.sflphone.SFLphone serial=15
path=/org/sflphone/SFLphone/ConfigurationManager;
interface=org.sflphone.SFLphone.ConfigurationManager; member=addAccount
   array [
      dict entry(
         string "STUN_ENABLE"
         string "1"
      )
      dict entry(
         string "STUN_SERVER"
         string "XXXXXXXXXXXX"
      )
      dict entry(
         string "PASSWORD"
         string "XXXXXXXXX"
      )
      dict entry(
         string "USERNAME"
         string "XXXXXXXXXXXX"
      )
      dict entry(
         string "HOSTNAME"
         string "XXXXXXXXXXXXXXXX"
      )
   ]
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=1006
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus;
member=NameOwnerChanged
   string "org.sflphone.SFLphone"
   string ":1.4342"
   string ""
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=1007
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus;
member=NameOwnerChanged
   string ":1.4342"
   string ":1.4342"
   string ""
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=1008
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus;
member=NameOwnerChanged
   string ":1.4341"
   string ":1.4341"
   string ""
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=1009
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus;
member=NameOwnerChanged
   string ":1.4343"
   string ""
   string ":1.4343"

-- 
Per Jensen
Bolder Thinking - Software Developer
_______________________________________________
SFLphone mailing list
[email protected]
http://lists.savoirfairelinux.net/mailman/listinfo/sflphone

Reply via email to