<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Initialize System - Create SIP Profile Issues</title>
		<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues</link>
		<description>Posts in the discussion thread &quot;Initialize System - Create SIP Profile Issues&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 06 Feb 2012 00:40:57 +0000</lastBuildDate>
		
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-780863</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-780863</link>
				<description></description>
				<pubDate>Tue, 11 May 2010 08:07:28 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Tested and not working.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-780828</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-780828</link>
				<description></description>
				<pubDate>Tue, 11 May 2010 07:21:39 +0000</pubDate>
				<wikidot:authorName>stas_shtin</wikidot:authorName>				<wikidot:authorUserId>230176</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <pre> <code>Presuming that: /home/toinbis/Desktop/programming/project/bin/python is the Python you wanted used, what do you get when you run that and do: import sys print sys.prefix Whatever the value of sys.prefix is for the Python you want used, add it as: WSGIPythonHome &lt;value of sys.prefix&gt; Replacing &lt;value of sys.prefix&gt; as appropriate. Do not set WSGIPythonExecutable in this case. Alternatively, set: WSGIPythonExecutable /home/toinbis/Desktop/programming/project/bin/python Do not set WSGIPythonHome in this case.</code> </pre></div> <p>Please try that.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-780812</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-780812</link>
				<description></description>
				<pubDate>Tue, 11 May 2010 06:34:09 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>when I print sys.path from wikipbx.wsgi I get:<br /> ['/usr/src/wikipbx', '/usr/src/django', '/usr/src/freeswitch/libs/esl/python', '/opt/python2.5/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg', '/opt/python2.5/lib/python2.5/site-packages/MySQL_python-1.2.2-py2.5-linux-x86_64.egg', '/opt/python2.5/lib/python2.5/site-packages/pytz-2008i-py2.5.egg', '/opt/python2.5/lib/python25.zip', '/opt/python2.5/lib/python2.5', '/opt/python2.5/lib/python2.5/plat-linux2', '/opt/python2.5/lib/python2.5/lib-tk', '/opt/python2.5/lib/python2.5/lib-dynload', '/opt/python2.5/lib/python2.5/site-packages']</p> <p>So I've added a line in wikipbx.wsgi (as suggested in your link) to set sys.path[0:0], but it happens the same.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-780297</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-780297</link>
				<description></description>
				<pubDate>Mon, 10 May 2010 21:28:57 +0000</pubDate>
				<wikidot:authorName>stas_shtin</wikidot:authorName>				<wikidot:authorUserId>230176</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>That approach looks like a really bad idea. You should set correct python executable with mod_wsgi configuration, not by forcing OS to replace already running process. See <a href="http://groups.google.com/group/modwsgi/msg/fc8ffd400113627e">this message</a> for some suggestions.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-780212</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-780212</link>
				<description></description>
				<pubDate>Mon, 10 May 2010 20:18:45 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'll check your recommendation tomorrow.</p> <p>Today, what I've found is that when I print(sys.executable) in wikipbx.wsgi it logs /usr/bin/python instead of /opt/python2.5/bin/python.</p> <p>I've found this howto<br /> <a href="http://chester.blog.br/archives/2010/04/howto-python-2-6-5-django-via-passenger-wsgi-at-dreamhost.html">http://chester.blog.br/archives/2010/04/howto-python-2-6-5-django-via-passenger-wsgi-at-dreamhost.html</a></p> <p>and I've inserted next lines in wsgi script to change python executable path:</p> <p>INTERP = "/opt/python2.5/bin/python"<br /> if sys.executable != INTERP: os.execl(INTERP, INTERP, *sys.argv)</p> <p>but it stops complaining "can't find mod_wsgi module"</p> <p>Tomorrow more testing :-)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-780097</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-780097</link>
				<description></description>
				<pubDate>Mon, 10 May 2010 18:25:38 +0000</pubDate>
				<wikidot:authorName>stas_shtin</wikidot:authorName>				<wikidot:authorUserId>230176</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Can you check if adding this directive to apache config makes any difference:</p> <div class="code"> <pre> <code>WSGIApplicationGroup %{GLOBAL}</code> </pre></div> <p>Put it near other WSGI configuration directives and restart apache.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-779909</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-779909</link>
				<description></description>
				<pubDate>Mon, 10 May 2010 15:00:22 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I've tested ESL connection directly on wikipbx.wsgi and it doesn't work, it hangs forever!!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-779903</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-779903</link>
				<description></description>
				<pubDate>Mon, 10 May 2010 14:49:54 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I've tested python 2.5 also, being unsuccesful :-(</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-779641</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-779641</link>
				<description></description>
				<pubDate>Mon, 10 May 2010 09:24:26 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yes I've followed your howto and all modules are right (tied to python 2.6), would you mind to explain how your apache environment is configured?</p> <p>Thank you very much</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-777075</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-777075</link>
				<description></description>
				<pubDate>Fri, 07 May 2010 03:46:16 +0000</pubDate>
				<wikidot:authorName>bvenky</wikidot:authorName>				<wikidot:authorUserId>415878</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I have had the experience of installing wikipbx on centos. the main areas where there was a problem are as below:</p> <p>1. SELinux disabled<br /> 2. Parallel install of python 2.6+<br /> 3. Compiling freeswitch - pymod with python 2.6+<br /> 4. Correct wsgi for python 2.6+<br /> 5. correct version of python used for wsgi, esl</p> <p>I have tried capturing the install process for 2.6+ in my blog here:<br /> <a href="http://www.venkysblog.com/2009/12/centos-python-wsgi-dango/">http://www.venkysblog.com/2009/12/centos-python-wsgi-dango/</a></p> <p>Check if this helps.</p> <p>BTW - Welcome to python in centos.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-776757</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-776757</link>
				<description></description>
				<pubDate>Thu, 06 May 2010 18:51:04 +0000</pubDate>
				<wikidot:authorName>tleyden</wikidot:authorName>				<wikidot:authorUserId>230690</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for reporting this.</p> <p>If we find anything out on this we'll let you know.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-776755</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-776755</link>
				<description></description>
				<pubDate>Thu, 06 May 2010 18:49:27 +0000</pubDate>
				<wikidot:authorName>stas_shtin</wikidot:authorName>				<wikidot:authorUserId>230176</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It could be useful to run the same code from apache process rather than from console. For example, put it in wikipbx.wsgi file. You should see the same message inside apache error log after viewing any wikibpx page. If it won't happen and you'll get hanging connections on all pages, then there's some problem between apache and ESL module.</p> <p>There are people running wikipbx on centos, but none of the core developers do it. One of the users reported the same issues as you had, as I've mentioned before.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-776680</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-776680</link>
				<description></description>
				<pubDate>Thu, 06 May 2010 16:56:20 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I've been able to execute this from python console:</p> <blockquote> <blockquote> <blockquote> <p>con=ESL.ESLconnection("127.0.0.1","8021","ClueCon")<br /> esl = con.sendRecv('api sofia status')<br /> print(esl.getBody())</p> </blockquote> </blockquote> </blockquote> <p>Name Type Data State</p> <div class="content-separator" style="display: none:"></div> <p>external profile sip:<span class="wiki-email">612.35.61.271|aifos_dom#612.35.61.271|aifos_dom</span>:5060 RUNNING (0)<br /> ticsolutions.lan alias external ALIASED</p> <div class="content-separator" style="display: none:"></div> <p>1 profile 1 alias</p> <p>So, it seems ESL is working fine.</p> <p>I've been able to install all running ok on Debian Lenny, but our company is more used to Centos 5; I think is a problem related to httpd but I really don't know how to fix it.</p> <p>I will try to follow this howto to fix apache problem:<br /> <a href="http://www.freshblurbs.com/tutorial-installing-django-1-1-centos-5-4">http://www.freshblurbs.com/tutorial-installing-django-1-1-centos-5-4</a></p> <p>Has anybody WikiPBX 0.8 running on Centos 5.4? Any help would be appreciated.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-773188</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-773188</link>
				<description></description>
				<pubDate>Mon, 03 May 2010 07:17:58 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm a complet newbie in python; if you could help me on that script and how to execute it, it would be great.</p> <p>Lluís</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-771107</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-771107</link>
				<description></description>
				<pubDate>Fri, 30 Apr 2010 20:04:42 +0000</pubDate>
				<wikidot:authorName>tleyden</wikidot:authorName>				<wikidot:authorUserId>230690</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>OK, I give up. What's the answer? :)</p> <p>How are your python skills? If we tell you to "create a trivial wsgi script which tries to make an ESL connection", could you handle it? Let me know and I will elaborate.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-769574</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-769574</link>
				<description></description>
				<pubDate>Thu, 29 Apr 2010 06:56:52 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Here you have:</p> <p>[root@wikipbx python]# ldd /usr/lib64/httpd/modules/mod_wsgi.so<br /> libpython2.6.so.1.0 =&gt; /opt/python2.6/lib/libpython2.6.so.1.0 (0x00002ae0bcf76000)<br /> libpthread.so.0 =&gt; /lib64/libpthread.so.0 (0x00002ae0bd325000)<br /> libdl.so.2 =&gt; /lib64/libdl.so.2 (0x00002ae0bd540000)<br /> libutil.so.1 =&gt; /lib64/libutil.so.1 (0x00002ae0bd745000)<br /> libm.so.6 =&gt; /lib64/libm.so.6 (0x00002ae0bd948000)<br /> libc.so.6 =&gt; /lib64/libc.so.6 (0x00002ae0bdbcb000)<br /> /lib64/ld-linux-x86-64.so.2 (0x00002ae0bcb2b000)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-769573</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-769573</link>
				<description></description>
				<pubDate>Thu, 29 Apr 2010 06:55:21 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I've done that yet to avoid a segmentation fault, as you can see in ESL.so.</p> <p>[root@wikipbx python]# ldd _ESL.so<br /> libpython2.6.so.1.0 =&gt; /opt/python2.6/lib/libpython2.6.so.1.0 (0x00002ad1010bf000)<br /> libstdc++.so.6 =&gt; /usr/lib64/libstdc++.so.6 (0x00002ad10146e000)<br /> libm.so.6 =&gt; /lib64/libm.so.6 (0x00002ad10176e000)<br /> libgcc_s.so.1 =&gt; /lib64/libgcc_s.so.1 (0x00002ad1019f2000)<br /> libc.so.6 =&gt; /lib64/libc.so.6 (0x00002ad101c00000)<br /> libpthread.so.0 =&gt; /lib64/libpthread.so.0 (0x00002ad101f57000)<br /> libdl.so.2 =&gt; /lib64/libdl.so.2 (0x00002ad102173000)<br /> libutil.so.1 =&gt; /lib64/libutil.so.1 (0x00002ad102377000)<br /> /lib64/ld-linux-x86-64.so.2 (0x00002ad100c7a000)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-768863</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-768863</link>
				<description></description>
				<pubDate>Wed, 28 Apr 2010 16:44:08 +0000</pubDate>
				<wikidot:authorName>tleyden</wikidot:authorName>				<wikidot:authorUserId>230690</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Apache is going to use the version of python based on what the mod_wsgi.so object is linked against.</p> <p>Please try to find the mod_wsgi.so object (not sure where CentOS puts this, on Ubuntu its in /usr/lib/apache2/modules/mod_wsgi.so)</p> <p>then run</p> <p>$ ldd mod_wsgi.so</p> <p>What's the output?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-768665</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-768665</link>
				<description></description>
				<pubDate>Wed, 28 Apr 2010 13:15:45 +0000</pubDate>
				<wikidot:authorName>stas_shtin</wikidot:authorName>				<wikidot:authorUserId>230176</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So can you import ESL module from python 2.6? I think that your problem is caused by compiling it with python2.4, which gave you module that works only with 2.4. You should probably edit the /path/to/freeswitch/libs/esl/python/Makefile file and modify it to point to python2.6 location instead of default system-wide python.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-768663</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-768663</link>
				<description></description>
				<pubDate>Wed, 28 Apr 2010 13:15:05 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I've tested all options recommended here:<br /> <a href="http://groups.google.com/group/modwsgi/msg/fc8ffd400113627e">http://groups.google.com/group/modwsgi/msg/fc8ffd400113627e</a></p> <p>and now when I login as apache in bash when I type python it goes to 2.6.5 version. I think it's an step forward but I've got the same error.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-768579</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-768579</link>
				<description></description>
				<pubDate>Wed, 28 Apr 2010 10:51:13 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I've added WSGIPythonHome /opt/python2.6 in httpd.conf and restarted apache; but it still happens the same.</p> <p>Keep googling :-)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-768502</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-768502</link>
				<description></description>
				<pubDate>Wed, 28 Apr 2010 08:13:31 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I disabled SeLinux during Centos base installation, and now remain still disabled.</p> <p>I've enabled apache user to /bin/bash and when I execute python as apache:</p> <p>Python 2.4.3 (#1, Sep 3&nbsp;2009, 15:37:37)<br /> [GCC 4.1.2&nbsp;20080704 (Red Hat 4.1.2-46)] on linux2<br /> Type "help", "copyright", "credits" or "license" for more information.</p> <blockquote> <blockquote> <blockquote> <p>import ESL</p> </blockquote> </blockquote> </blockquote> <p>Traceback (most recent call last):<br /> File "&lt;stdin&gt;", line 1, in ?<br /> ImportError: No module named ESL</p> <p>It uses Python 2.4.3 and it should use Python 2.6.5, an is not able to import ESL library…so it seems that I should change default python console for apache? Could you tell how can I do that?</p> <p>Thanks,</p> <p>Lluís</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-768189</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-768189</link>
				<description></description>
				<pubDate>Wed, 28 Apr 2010 00:26:12 +0000</pubDate>
				<wikidot:authorName>tleyden</wikidot:authorName>				<wikidot:authorUserId>230690</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Do you have SE Linux enabled? If I remember correctly Cent OS has it enabled by default. This could be causing the issue .. try disabling it if its enabled.</p> <p>Also to make the test more realistic, maybe try to run the python shell as the same user that apache runs under, and try running</p> <div class="code"> <pre> <code>con = ESL.ESLconnection("localhost","8021","ClueCon")</code> </pre></div> <p>Does it still work?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-767950</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-767950</link>
				<description></description>
				<pubDate>Tue, 27 Apr 2010 19:34:03 +0000</pubDate>
				<wikidot:authorName>stas_shtin</wikidot:authorName>				<wikidot:authorUserId>230176</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I probably won't be able to help you here, sorry. Did you try restarting apache?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-767585</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-767585</link>
				<description></description>
				<pubDate>Tue, 27 Apr 2010 12:19:09 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm using Centos 5.4, and after reinstalling apache and mod_wsgi it happens the same. It seems that fs_util.py stops in</p> <p>yield ESL.ESLconnection(<br /> socket.listen_ip, str(socket.listen_port),<br /> socket.password)</p> <p>I've tested from python console:<br /> con = ESL.ESLconnection("localhost","8021","ClueCon")</p> <p>and python doesn't complain…</p> <p>I would like to fix it without installing all from scratch…any ideas?</p> <p>Thanks,</p> <p>Lluís</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-766417</guid>
				<title>Re: Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-766417</link>
				<description></description>
				<pubDate>Mon, 26 Apr 2010 12:44:43 +0000</pubDate>
				<wikidot:authorName>stas_shtin</wikidot:authorName>				<wikidot:authorUserId>230176</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>There was another user with the same problems - <a href="http://wikipbx.subwiki.com/forum/t-233617/problems-getting-0-8-running-on-debian">http://wikipbx.subwiki.com/forum/t-233617/problems-getting-0-8-running-on-debian</a> . Turns out everything started working after reinstalling apache and mod_wsgi in his case.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367#post-766392</guid>
				<title>Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues#post-766392</link>
				<description></description>
				<pubDate>Mon, 26 Apr 2010 12:05:46 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I'm following instructions on User Manual 0.8, and I'm trying to setup a sip profile but I'm having some issuess.<br /> Sip profile is created on mysql but freeswitch doesn't show it when I type sofia status, I've to restart freeswitch.</p> <p>When I sip profile is created or deleted I got these errors on httpd log:<br /> [Mon Apr 26&nbsp;11:48:52&nbsp;2010] [error] restart_profiles called<br /> [Mon Apr 26&nbsp;11:48:52&nbsp;2010] [error] get_fs_connections()<br /> [Mon Apr 26&nbsp;11:48:52&nbsp;2010] [error] 1 eventsockets<br /> [Mon Apr 26&nbsp;11:48:52&nbsp;2010] [error] creating eslconnection</p> <p>When i create a profile, browser stays loading forever, but it seems that finally the profile is created (at least all the profile info is in mysql).<br /> When i delete a profile, browser stays loading forever, but it seems that finally the profile is deleted (at least all the profile info is in mysql).</p> <p>Any clue on what is happening?</p> <p>Thanks,</p> <p>Lluís</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
