Sorry Antonio, I was on 4K Conference these last 2 weeks and had no time to look into it. I will update the ticket this week.<div class="gmail_extra"><br clear="all"><div>João Mesquita<br>FreeSWITCH™ Solutions<br></div><br>

<br><br><div class="gmail_quote">On Tue, Dec 11, 2012 at 7:46 AM, Antonio <span dir="ltr">&lt;<a href="mailto:asilva@wirelessmundi.com" target="_blank">asilva@wirelessmundi.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<u></u>


  
  

<div>
Hi João,<br>
<br>
I just open you the jira, <a href="http://jira.freeswitch.org/browse/FSCOMM-11" target="_blank">http://jira.freeswitch.org/browse/FSCOMM-11</a><br>
<br>
<br>
Thanks,<br>
António<div><div class="h5"><br>
<br>
<br>
<br>
<br>
On Sun, 2012-12-09 at 02:22 -0200, João Mesquita wrote: 
<blockquote type="CITE">
<pre>Antonio, I am the dev of FSComm and I am glad to hear there is still interest on it. I will try to fix the problem tomorrow and if not Monday as I am out of the country. 

Please help us out and file a Jira for it?

Sent from my iPhone

On Dec 7, 2012, at 9:10 AM, Antonio Silva &lt;<a href="mailto:asilva@wirelessmundi.com" target="_blank">asilva@wirelessmundi.com</a>&gt; wrote:

&gt; Hi,
&gt; 
&gt; i&#39;m trying to compile fscomm but i have the following errors:
&gt; 
&gt; &quot;
&gt; freeswitch-git/fscomm# qmake
&gt; freeswitch-git/fscomm# make
&gt; /usr/bin/uic-qt4 mainwindow.ui -o ui_mainwindow.h
&gt; /usr/bin/uic-qt4 preferences/prefdialog.ui -o ui_prefdialog.h
&gt; /usr/bin/uic-qt4 preferences/accountdialog.ui -o ui_accountdialog.h
&gt; /usr/bin/uic-qt4 widgets/codecwidget.ui -o ui_codecwidget.h
&gt; /usr/bin/uic-qt4 debugtools/consolewindow.ui -o ui_consolewindow.h
&gt; /usr/bin/uic-qt4 debugtools/statedebugdialog.ui -o ui_statedebugdialog.h
&gt; Warning: name layoutWidget is already used
&gt; Warning: name layoutWidget is already used
&gt; g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I../src/include -I../libs/apr/include -I../libs/libteletone/src -I. -I. -o main.o main.cpp
&gt; In file included from mainwindow.h:38,
&gt;                  from main.cpp:32:
&gt; ../src/include/switch.h:110:18: error: stfu.h: No such file or directory
&gt; In file included from ../src/include/switch.h:121,
&gt;                  from mainwindow.h:38,
&gt;                  from main.cpp:32:
&gt; ../src/include/switch_core.h:752: error: expected constructor, destructor, or type conversion before ‘*’ token
&gt; In file included from ../src/include/switch_loadable_module.h:46,
&gt;                  from ../src/include/switch.h:122,
&gt;                  from mainwindow.h:38,
&gt;                  from main.cpp:32:
&gt; ../src/include/switch_module_interfaces.h:121: error: expected initializer before ‘*’ token
&gt; ../src/include/switch_module_interfaces.h:162: error: ‘switch_io_get_jb_t’ does not name a type
&gt; In file included from ../src/include/switch.h:134,
&gt;                  from mainwindow.h:38,
&gt;                  from main.cpp:32:
&gt; ../src/include/switch_rtp.h:243: error: expected constructor, destructor, or type conversion before ‘*’ token
&gt; ./fshost.h:43: warning: ‘void eventHandlerCallback(switch_event_t*)’ declared ‘static’ but never defined
&gt; ./fshost.h:44: warning: ‘switch_status_t loggerHandler(const switch_log_node_t*, switch_log_level_t)’ declared ‘static’ but never defined
&gt; make: *** [main.o] Error 1
&gt; &quot;
&gt; 
&gt; watching this error: 
&gt; &quot;../src/include/switch.h:110:18: error: stfu.h: No such file or directory&quot;
&gt; 
&gt; i manually change switch.h to fix the problem with the include by adding the following:
&gt; 
&gt; &quot;
&gt; diff --git a/src/include/switch.h b/src/include/switch.h
&gt; index c7ea7b0..2847112 100644
&gt; --- a/src/include/switch.h
&gt; +++ b/src/include/switch.h
&gt; @@ -107,7 +107,8 @@
&gt; #include &lt;errno.h&gt;
&gt; 
&gt; #ifndef WIN32
&gt; -#include &quot;stfu.h&quot;
&gt; +/* #include &quot;stfu.h&quot; */
&gt; +#include &quot;../../../libs/stfu/stfu.h&quot;
&gt; #else
&gt; #include &quot;../../../libs/stfu/stfu.h&quot;
&gt; #endif
&gt; 
&gt; &quot;
&gt; 
&gt; I could compile fscomm, but now i can&#39;t start it... i have the following error:
&gt; &quot;
&gt; Initializing core... 
&gt; Failed to initialize FreeSWITCH&#39;s core: Cannot Open log directory or XML Root!
&gt; Everything OK, Entering runtime loop ... 
&gt; Segmentation fault
&gt; &quot;
&gt; i had try the fix in the wiki: &quot;chmod  644 ~/.fscomm/conf/freeswitch.xml&quot;, and even &quot;chmod -R 777 ~/.fscomm&quot;,  but no luck...
&gt; 
&gt; Can you help me to go further...?
&gt; 
&gt; I&#39;m trying it to install on a debian squeeze, i installed qt4-dev-tools. Is it possible to install in debian squeeze our i should just  give up... and try another distro?
&gt; The freeswitch-git is the lasted head. 
&gt; 
&gt; 
&gt; Thanks,
&gt; António
&gt; _________________________________________________________________________
&gt; Professional FreeSWITCH Consulting Services:
&gt; <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a>
&gt; 
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a>
&gt; 
&gt; Official FreeSWITCH Sites
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>
&gt; 
&gt; FreeSWITCH-users mailing list
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>

_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
</pre>
</blockquote>
<br>
</div></div><span class="HOEnZb"><font color="#888888"><table cellspacing="0" cellpadding="0" width="100%">
<tbody><tr>
<td>
<pre>-- 

Un cordial saludo / Best regards, 

 _________________________

António Silva

E-mail:<a href="mailto:asilva@wirelessmundi.com" target="_blank">asilva@wirelessmundi.com</a>
</pre>
</td>
</tr>
</tbody></table>
</font></span></div>

<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>