<br>Forgot to reply line by line ...<br><br clear="all">Joćo Mesquita<br>
<br><br><div class="gmail_quote">On Sun, Jan 10, 2010 at 2:12 PM, Seven Du <span dir="ltr">&lt;<a href="mailto:dujinfang@gmail.com">dujinfang@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;">
Hi,<br>
<br>
FsComm is really cool. I played and make some improvements, see<br>
rev16229 in trunk(in my contrib dir). And note is stll has bugs when<br>
sometimes the sound dev list doesn&#39;t sync well with FScomm on some<br>
edge cases. Also ideally it can be automatically updated like XLite.<br>
<br>
Because I cannot join the last weekly conference due to network<br>
problems so I don&#39;t know the results been discussed. Questions?<br>
<br>
1) When will we have jira for this?<br>
2) What the next step of FsComm dev?<br></blockquote><div><br>Have the Sofia accounts configuration pane and right after that, process the events correctly. There are a lot of flaws on how I deal with them at the moment.<br>
 </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
3) My time doesn&#39;t match well with most of you, so, hard to chat on<br>
IRC. Even we have jira for this it would be a pain if I want to commit<br>
more patches. Is that ok I commit to my contrib and someone merge to<br>
trunk?<br></blockquote><div><br>I would love if you could post patches on Jira instead with the work you see fit. Otherwise, I will easily loose track of things.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

4) Is it possible I commit to trunk? Then how to do code review before<br>
commit? It&#39;s the first time I program QT so some code must be very<br>
ugly.<br>
<br></blockquote><div><br>The question above replies this one too. Time will get you to trunk. :-)<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Some bugs I found:<br>
<br>
1) FreeSWITCH/FsComm user agent breaks xml parser, complains missing<br>
&quot;&gt;&quot;, I guess it&#39;s a XML parser bug when it see &quot;/&quot; it expects an &quot;&gt;&quot;<br>
to be a &quot;/&gt;&quot;. Sorry I deleted the full log but I think it can be<br>
replicated so let me know if I need to report to jira.<br>
<br></blockquote><div><br>Please do. This is a bug in switch_event_expand_headers() and I haven&#39;t yet had the time to figure out what is the char that breaks it.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

2) I change event_socket.conf.xml to use port 8022 to avoid conflict<br>
with another FS instance. 10% of times I run FsComm it cannot been<br>
read.<br></blockquote><div><br>The idea is to disable this after some time since it makes no sense at all to be there other then debugging. So I guess you can do whatever with that template.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
2010-01-10 23:35:53.631687 [DEBUG] mod_qsettings.cpp:80 Template<br>
event_socket.conf as follows:<br>
&lt;document type=&quot;freeswitch/xml&quot;&gt;<br>
    &lt;section name=&quot;configuration&quot;&gt;<br>
&lt;configuration name=&quot;event_socket.conf&quot; description=&quot;Socket Client&quot;&gt;<br>
          &lt;settings&gt;<br>
                &lt;param name=&quot;nat-map&quot; value=&quot;false&quot;/&gt;<br>
                &lt;param name=&quot;listen-ip&quot; value=&quot;127.0.0.1&quot;/&gt;<br>
                &lt;param name=&quot;listen-port&quot; value=&quot;8022&quot;/&gt;<br>
                &lt;param name=&quot;password&quot; value=&quot;ClueCon&quot;/&gt;<br>
          &lt;/settings&gt;<br>
    &lt;/configuration&gt;<br>
  &lt;/section&gt;<br>
&lt;/document&gt;<br>
2010-01-10 23:35:53.631490 [ERR] mod_qsettings.cpp:62 Template<br>
post_load_switch.conf could not be read!<br>
2010-01-10 23:35:53.631799 [ERR] mod_event_socket.c:2543 Open of<br>
event_socket.conf failed<br>
2010-01-10 23:35:53.631918 [ERR] mod_event_socket.c:2639 Socket Error!<br>
Could not listen on <a href="http://127.0.0.1:8021" target="_blank">127.0.0.1:8021</a><br>
2010-01-10 23:35:53.732089 [ERR] mod_event_socket.c:2639 Socket Error!<br>
Could not listen on <a href="http://127.0.0.1:8021" target="_blank">127.0.0.1:8021</a><br>
<br>
Cheers.<br>
<br>
Seven.<br>
<br>
_______________________________________________<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>