Hi, George<br><br>   i try it as you said, the &quot;invalid SIP URL&quot; doesn&#39;t be throw, but i got other error as below:<br><br>tom@tom-desktop:~/Templates/qt_demo/qt4cb$ ./qt4cb <br>CallHandler::onCMReady Entry <br>
CallHandler::onCMReady Exit <br>CallHandler::onConnectionCreated Entry <br>services name: &quot;org.freedesktop.Telepathy.Connection.sofiasip.sip._312345_40192_2e168_2e1_2e103&quot; <br>object path: &quot;/org/freedesktop/Telepathy/Connection/sofiasip/sip/_312345_40192_2e168_2e1_2e103&quot; <br>
CallHandler::onConnectionCreated Exit <br>CallHandler::onConnectionInvalidated Entry <br>connection is invalidated <span style="color: rgb(255, 0, 0);"> &quot;org.freedesktop.Telepathy.Error.NetworkError&quot; - &quot;ConnectionStatusReason = 2&quot; </span><br>
Telepathy-Qt4 (version 0.1.11) WARNING: Tp::PendingOperation(0x9d9a518) still pending when it was deleted - finished will never be emitted <br>CallHandler::onConnectionInvalidated Exit <br>tom@tom-desktop:~/Templates/qt_demo/qt4cb$ <br>
<br>in my application, i added network support like &quot;QT += network&quot; in .pro file. and i running openser in my pc. i made debug version of telepathy-qt4 also, but i&#39;m not got more debug info when my app is running. i&#39;m a newcomer in linux. So, Could you help me again for this problem? thanks for you help.<br>
<br>Br<br>Tom Chen<br><br><br><div class="gmail_quote">On Tue, Nov 10, 2009 at 12:41 PM, chen zheng <span dir="ltr">&lt;<a href="mailto:funpig@gmail.com">funpig@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Hi, George</div>
<div> </div>
<div>    I&#39;m glad to got your feedback, thank you very much! i&#39;ll try it toneight at home. it looks like a stupid mistake that i made. i&#39;m not read the specification doc carefully.</div>
<div> </div>
<div>Br</div>
<div>Tom Chen<br><br></div><div><div></div><div class="h5">
<div class="gmail_quote">On Tue, Nov 10, 2009 at 2:50 AM, George Kiagiadakis <span dir="ltr">&lt;<a href="mailto:kiagiadakis.george@gmail.com" target="_blank">kiagiadakis.george@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
<div>On Mon, Nov 9, 2009 at 5:39 PM, chen zheng &lt;<a href="mailto:funpig@gmail.com" target="_blank">funpig@gmail.com</a>&gt; wrote:<br>&gt; Hi, George<br>&gt;<br></div>
<div>&gt;     Do you have some suggestion for why my application can&#39;t connect()? i<br>&gt; hope could get your feedback, because i&#39;m really really could not find root<br>&gt; cause by myself. i check it again, my function dbus_init() that&#39;s could not<br>

&gt; be connect() also in last mail. that&#39;s my mistake.<br>&gt;<br></div>&gt; [...]<br>
<div>&gt;<br>&gt;&gt; &quot;account&quot; :  QVariant(QString, &quot;Local.openser&quot;)<br>&gt;&gt; &quot;auth-user&quot; :  QVariant(QString, &quot;12345&quot;)<br>&gt;&gt; &quot;discover-binding&quot; :  QVariant(bool, true)<br>

&gt;&gt; &quot;discover-stun&quot; :  QVariant(bool, true)<br>&gt;&gt; &quot;extra-auth-password&quot; :  QVariant(QString, &quot;&quot;)<br>&gt;&gt; &quot;extra-auth-user&quot; :  QVariant(QString, &quot;&quot;)<br>&gt;&gt; &quot;keepalive-interval&quot; :  QVariant(int, 3600)<br>

&gt;&gt; &quot;keepalive-mechanism&quot; :  QVariant(QString, &quot;&quot;)<br>&gt;&gt; &quot;local-ip-address&quot; :  QVariant(QString, &quot;&quot;)<br>&gt;&gt; &quot;local-port&quot; :  QVariant(uint, 0)<br>&gt;&gt; &quot;loose-routing&quot; :  QVariant(bool, false)<br>

&gt;&gt; &quot;password&quot; :  QVariant(QString, &quot;&quot;)<br>&gt;&gt; &quot;port&quot; :  QVariant(uint, 5060)<br>&gt;&gt; &quot;proxy-host&quot; :  QVariant(QString, &quot;192.168.1.103&quot;)<br>&gt;&gt; &quot;registrar&quot; :  QVariant(QString, &quot;192.168.1.103&quot;)<br>

&gt;&gt; &quot;stun-port&quot; :  QVariant(uint, 3478)<br>&gt;&gt; &quot;stun-server&quot; :  QVariant(QString, &quot;&quot;)<br>&gt;&gt; &quot;transport&quot; :  QVariant(QString, &quot;auto&quot;)<br><br></div>Hi,<br>I&#39;m sorry I didn&#39;t reply earlier. It seems that the parameters you are<br>

passing to sofiasip are wrong. Please have a look at the specification<br>here:<br><br><a href="http://telepathy.freedesktop.org/spec/org.freedesktop.Telepathy.ConnectionManager.html#org.freedesktop.Telepathy.ConnectionManager.RequestConnection" target="_blank">http://telepathy.freedesktop.org/spec/org.freedesktop.Telepathy.ConnectionManager.html#org.freedesktop.Telepathy.ConnectionManager.RequestConnection</a><br>

<br>For example, the spec says:<br>account (s)<br>   The identifier for the user&#39;s account on the server<br><br>So, &quot;Local.openser&quot; looks wrong. It should be something like<br>&quot;username@server&quot; (I have &quot;<a href="mailto:gkiagia@iptel.org" target="_blank">gkiagia@iptel.org</a>&quot; here on my account).<br>

<br>Btw, to get a list with the valid parameters you can call<br>connectionManager-&gt;protocols()[0]-&gt;parameters() and print them to find<br>out what sofiasip supports and/or requires.<br><br>Regards,<br><font color="#888888">George<br>

</font></blockquote></div><br>
</div></div></blockquote></div><br>