Hello, <br><br>     in my test code that copy from TelepathyQt4\example, i want request connection use some sip parameters, but i got some error &quot;org.freedesktop.Telepathy.Errors.InvalidArgument and invalid SIP URI&quot;, and on other side, i got connection successful if i used other function <span style="color: rgb(255, 0, 0);">dbus_init()</span> with same sip parameters that write by myself. i don&#39;t know why it&#39;s happen if i use TelepathyQt4 lib?  Could anyone give me some suggestion?  thanks very much!<br>
<br><br>following is my output:<br>tom@tom-desktop:~/Templates/qt_demo/qt4cb$ ./qt4cb <br>CallHandler::onCMReady Entry <br>&quot;account&quot; :  QVariant(QString, &quot;Local.openser&quot;) <br>&quot;auth-user&quot; :  QVariant(QString, &quot;12345&quot;) <br>
&quot;discover-binding&quot; :  QVariant(bool, true) <br>&quot;discover-stun&quot; :  QVariant(bool, true) <br>&quot;extra-auth-password&quot; :  QVariant(QString, &quot;&quot;) <br>&quot;extra-auth-user&quot; :  QVariant(QString, &quot;&quot;) <br>
&quot;keepalive-interval&quot; :  QVariant(int, 3600) <br>&quot;keepalive-mechanism&quot; :  QVariant(QString, &quot;&quot;) <br>&quot;local-ip-address&quot; :  QVariant(QString, &quot;&quot;) <br>&quot;local-port&quot; :  QVariant(uint, 0) <br>
&quot;loose-routing&quot; :  QVariant(bool, false) <br>&quot;password&quot; :  QVariant(QString, &quot;&quot;) <br>&quot;port&quot; :  QVariant(uint, 5060) <br>&quot;proxy-host&quot; :  QVariant(QString, &quot;192.168.1.103&quot;) <br>
&quot;registrar&quot; :  QVariant(QString, &quot;192.168.1.103&quot;) <br>&quot;stun-port&quot; :  QVariant(uint, 3478) <br>&quot;stun-server&quot; :  QVariant(QString, &quot;&quot;) <br>&quot;transport&quot; :  QVariant(QString, &quot;auto&quot;) <br>
CallHandler::onCMReady Exit <br>CallHandler::onConnectionCreated Entry <br>CallHandler::onConnectionCreated Exit <br>Telepathy-Qt4 (version 0.1.11) WARNING: New status was the same as the old status! Ignoring redundant StatusChanged <br>
CallHandler::onConnectoinConnected Entry <br>Connection can&#39;t connected. <br><span style="color: rgb(255, 0, 0);">&quot;error name:org.freedesktop.Telepathy.Errors.InvalidArgument|message:invalid SIP URI&quot; </span><br>
Telepathy-Qt4 (version 0.1.11) WARNING: GetInterfaces() failed with &quot;org.freedesktop.DBus.Error.UnknownMethod&quot;:&quot;Method &quot;GetInterfaces&quot; with signature &quot;&quot; on interface &quot;org.freedesktop.Telepathy.Connection&quot; doesn&#39;t exist<br>
&quot; - assuming no new interfaces<br>Telepathy-Qt4 (version 0.1.11) WARNING: Tp::PendingOperation(0x9651ce8) still pending when it was deleted - finished will never be emitted <br>tom@tom-desktop:~/Templates/qt_demo/qt4cb$ <br>
<br>Br<br>Tom<br>