<?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>Error generating directory: No profile name given, cannot lookup account</title>
		<link>http://wikipbx.subwiki.com/forum/t-160218/error-generating-directory:no-profile-name-given-cannot-look</link>
		<description>Posts in the discussion thread &quot;Error generating directory: No profile name given, cannot lookup account&quot; - Error generating directory: No profile name given, cannot lookup account</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 06 Feb 2012 00:41:16 +0000</lastBuildDate>
		
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-160218#post-503419</guid>
				<title>Re: Error generating directory: No profile name given, cannot lookup account</title>
				<link>http://wikipbx.subwiki.com/forum/t-160218/error-generating-directory:no-profile-name-given-cannot-look#post-503419</link>
				<description></description>
				<pubDate>Mon, 08 Jun 2009 19:13:14 +0000</pubDate>
				<wikidot:authorName>tleyden</wikidot:authorName>				<wikidot:authorUserId>230690</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I was getting the same error on my server, but just never noticed it.</p> <p>It looks like freeswitch is asking wikipbx for a list of all users in the domain when it starts up, since it doesn't even pass a "user" parameter, I don't know what it uses it for.</p> <p>The correct fix is to return all users for that domain, but in the meantime I added a quick bandaid if the user param is not passed, I am going to print out a warning message (but not a stack trace). This was checked in as svn revision 82.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-160218#post-503343</guid>
				<title>Re: Error generating directory: No profile name given, cannot lookup account</title>
				<link>http://wikipbx.subwiki.com/forum/t-160218/error-generating-directory:no-profile-name-given-cannot-look#post-503343</link>
				<description></description>
				<pubDate>Mon, 08 Jun 2009 17:32:28 +0000</pubDate>
				<wikidot:authorName>tleyden</wikidot:authorName>				<wikidot:authorUserId>230690</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>If this behavior doesn't cause any problems, we should just stop showing that error. If something doesn't work, we probably should return user info for all users with accounts matching given domain on such requests.</p> </blockquote> <p>Yeah this sounds reasonable, I can't think of any downsides to this approach. I will try to do it, but feel free to add this if you get a chance first.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-160218#post-503337</guid>
				<title>Re: Error generating directory: No profile name given, cannot lookup account</title>
				<link>http://wikipbx.subwiki.com/forum/t-160218/error-generating-directory:no-profile-name-given-cannot-look#post-503337</link>
				<description></description>
				<pubDate>Mon, 08 Jun 2009 17:20:52 +0000</pubDate>
				<wikidot:authorName>tleyden</wikidot:authorName>				<wikidot:authorUserId>230690</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>When you say it is working now, you mean that error in the console logs went away?</p> <p>From the sound of it, you never had any functionality problems, just that error in the logs .. correct?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-160218#post-501916</guid>
				<title>Re: Error generating directory: No profile name given, cannot lookup account</title>
				<link>http://wikipbx.subwiki.com/forum/t-160218/error-generating-directory:no-profile-name-given-cannot-look#post-501916</link>
				<description></description>
				<pubDate>Sun, 07 Jun 2009 01:33:44 +0000</pubDate>
				<wikidot:authorName>mansoor</wikidot:authorName>				<wikidot:authorUserId>253</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for the help. I reconfigured wikipbx and its working now. First I was trying to configure it with subdomain with a different public ip than primary domain and that was causing some conflict/issue. Now I configured with primary domain and everything seems to be working.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-160218#post-500453</guid>
				<title>Re: Error generating directory: No profile name given, cannot lookup account</title>
				<link>http://wikipbx.subwiki.com/forum/t-160218/error-generating-directory:no-profile-name-given-cannot-look#post-500453</link>
				<description></description>
				<pubDate>Fri, 05 Jun 2009 07:49:01 +0000</pubDate>
				<wikidot:authorName>stas_shtin</wikidot:authorName>				<wikidot:authorUserId>230176</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So, does anything stop working after this error?</p> <p>I think that what happens is that freeswitch requests all users' info for given domain on bootup without specifying SIP profile name for them. When there's an incoming call, it should make another directory request - this time specifying the SIP profile name that would receive the call. Our code expects SIP profile name and only responds with users for that profile, so the first kind of requests doesn't work.</p> <p>If this behavior doesn't cause any problems, we should just stop showing that error. If something doesn't work, we probably should return user info for all users with accounts matching given domain on such requests.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-160218#post-500218</guid>
				<title>Re: Error generating directory: No profile name given, cannot lookup account</title>
				<link>http://wikipbx.subwiki.com/forum/t-160218/error-generating-directory:no-profile-name-given-cannot-look#post-500218</link>
				<description></description>
				<pubDate>Fri, 05 Jun 2009 01:26:05 +0000</pubDate>
				<wikidot:authorName>mansoor</wikidot:authorName>				<wikidot:authorUserId>253</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I updated wikipbx and here attached below is the log:</p> <div class="collapsible-block"> <div class="collapsible-block-folded"><a class="collapsible-block-link" href="javascript:;" >+&nbsp;show&nbsp;block</a></div> <div class="collapsible-block-unfolded" style="display:none"> <div class="collapsible-block-unfolded-link"><a class="collapsible-block-link" href="javascript:;" >–&nbsp;hide&nbsp;block</a></div> <div class="collapsible-block-content"> <p>2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1] got post: &lt;MultiValueDict: {'key_value': ['xml_cdr.conf'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'tag_name': ['configuration']}&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1] &lt;document type="freeswitch/xml"&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1] &lt;section name="configuration" description="Various Configuration"&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1]<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1] &lt;configuration name='xml_cdr.conf' description='XML CDR CURL logger'&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1] &lt;settings&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1] &lt;param name='retries' value='1'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1] &lt;param name='url' value='<a href="http://127.0.0.1:8086/add_cdr/">http://127.0.0.1:8086/add_cdr/</a>'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1] &lt;param name='delay' value='30'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1] &lt;param name='log-dir' value='/usr/src/wikipbx/cdr'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1] &lt;param name='encode' value='True'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1] &lt;param name='cred' value='user:pass'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1] &lt;param name='err-log-dir' value='/usr/src/wikipbx/cdr/err'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1] &lt;/settings&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1] &lt;/configuration&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1]<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1] &lt;/section&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,0,127.0.0.1] &lt;/document&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:17:53 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;581 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,1,127.0.0.1] got post: &lt;MultiValueDict: {'key_value': ['cdr_csv.conf'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'tag_name': ['configuration']}&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:17:53 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;127 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] got post: &lt;MultiValueDict: {'FreeSWITCH-IPv4': ['&lt;public ip of my domain&gt;'], 'key_value': ['sofia.conf'], 'FreeSWITCH-IPv6': ['::1'], 'Event-Date-Local': ['2009-06-04&nbsp;11:17:53'], 'Event-Calling-Line-Number': ['1944'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'Event-Date-GMT': ['Thu, 04 Jun 2009&nbsp;18:17:53 GMT'], 'Event-Name': ['REQUEST_PARAMS'], 'tag_name': ['configuration'], 'FreeSWITCH-Hostname': ['svr1.domain.name'], 'Event-Date-Timestamp': ['1244139473559906'], 'Event-Calling-Function': ['config_sofia'], 'Event-Calling-File': ['sofia.c'], 'Core-UUID': ['7a0ae2fc-2265-41a3-8193-c4d8912f5219']}&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1]<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;document type="freeswitch/xml"&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;section name="configuration" description="Various Configuration"&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1]<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;configuration name='sofia.conf' description='sofia endpoint'&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;profiles&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1]<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;profile name='pbx.domain.name'&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;settings&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='dialplan' value='XML,enum'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='ext-sip-ip' value='&lt;public ip of my domain&gt;'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='ext-rtp-ip' value='&lt;public ip of my domain&gt;'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='rtp-ip' value='auto'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='sip-ip' value='auto'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='sip-port' value='5060'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='nonce-ttl' value='60'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='use-rtp-timer' value='true'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='rtp-timer-name' value='soft'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='codec-prefs' value='PCMU@20i'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='debug' value='1'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='rfc2833-pt' value='101'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='dtmf-duration' value='100'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='codec-ms' value='20'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='accept-blind-reg' value='0'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;/settings&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;gateways&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1]<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;gateway name='smartvoip'&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='username' value='user'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='realm' value=''/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='from-domain' value=''/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='password' value='password'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='retry-seconds' value='30'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='caller-id-in-from' value='0'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='extension' value='1001'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='proxy' value='sip.smartvoip.com'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='register' value='1'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='expire-seconds' value='3600'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;param name='retry-seconds' value='30'/&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;/gateway&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1]<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;/gateways&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;/profile&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1]<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;/profiles&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;/configuration&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1]<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;/section&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [HTTPChannel,2,127.0.0.1] &lt;/document&gt;<br /> 2009-06-04&nbsp;18:17:53+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:17:53 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;1720 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:17:58+0000 [HTTPChannel,3,127.0.0.1] got post: &lt;MultiValueDict: {'FreeSWITCH-IPv4': ['&lt;public ip of my domain&gt;'], 'key_value': ['conference.conf'], 'FreeSWITCH-IPv6': ['::1'], 'Event-Date-Local': ['2009-06-04&nbsp;11:17:58'], 'Event-Calling-Line-Number': ['5936'], 'presence': ['true'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'Event-Date-GMT': ['Thu, 04 Jun 2009&nbsp;18:17:58 GMT'], 'Event-Name': ['COMMAND'], 'tag_name': ['configuration'], 'FreeSWITCH-Hostname': ['svr1.domain.name'], 'Event-Date-Timestamp': ['1244139478908678'], 'Event-Calling-Function': ['send_presence'], 'Event-Calling-File': ['mod_conference.c'], 'Core-UUID': ['7a0ae2fc-2265-41a3-8193-c4d8912f5219']}&gt;<br /> 2009-06-04&nbsp;18:17:58+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:17:58 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;127 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:17:59+0000 [HTTPChannel,4,127.0.0.1] got post: &lt;MultiValueDict: {'key_value': ['fifo.conf'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'tag_name': ['configuration']}&gt;<br /> 2009-06-04&nbsp;18:17:59+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:17:59 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;127 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:17:59+0000 [HTTPChannel,5,127.0.0.1] got post: &lt;MultiValueDict: {'key_value': ['voicemail.conf'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'tag_name': ['configuration']}&gt;<br /> 2009-06-04&nbsp;18:17:59+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:17:59 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;127 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:17:59+0000 [HTTPChannel,6,127.0.0.1] got post: &lt;MultiValueDict: {'key_value': ['voicemail.conf'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'tag_name': ['configuration']}&gt;<br /> 2009-06-04&nbsp;18:17:59+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:17:59 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;127 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:17:59+0000 [HTTPChannel,7,127.0.0.1] got post: &lt;MultiValueDict: {'key_value': ['limit.conf'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'tag_name': ['configuration']}&gt;<br /> 2009-06-04&nbsp;18:17:59+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:17:59 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;127 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:18:01+0000 [HTTPChannel,8,127.0.0.1] got post: &lt;MultiValueDict: {'key_value': ['shout.conf'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'tag_name': ['configuration']}&gt;<br /> 2009-06-04&nbsp;18:18:01+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:18:01 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;127 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:18:01+0000 [HTTPChannel,9,127.0.0.1] got post: &lt;MultiValueDict: {'key_value': ['local_stream.conf'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'tag_name': ['configuration']}&gt;<br /> 2009-06-04&nbsp;18:18:01+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:18:01 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;127 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:18:01+0000 [HTTPChannel,10,127.0.0.1] got post: &lt;MultiValueDict: {'key_value': ['spidermonkey.conf'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'tag_name': ['configuration']}&gt;<br /> 2009-06-04&nbsp;18:18:01+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:18:01 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;127 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:18:01+0000 [HTTPChannel,11,127.0.0.1] got post: &lt;MultiValueDict: {'key_value': ['python.conf'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'tag_name': ['configuration']}&gt;<br /> 2009-06-04&nbsp;18:18:01+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:18:01 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;127 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:18:01+0000 [HTTPChannel,12,127.0.0.1] got post: &lt;MultiValueDict: {'key_value': ['lua.conf'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'tag_name': ['configuration']}&gt;<br /> 2009-06-04&nbsp;18:18:01+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:18:01 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;127 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:18:01+0000 [HTTPChannel,13,127.0.0.1] got post: &lt;MultiValueDict: {'key_value': ['post_load_modules.conf'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'tag_name': ['configuration']}&gt;<br /> 2009-06-04&nbsp;18:18:01+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:18:01 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;127 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:18:01+0000 [HTTPChannel,15,127.0.0.1] got post: &lt;MultiValueDict: {'key_value': ['event_socket.conf'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'tag_name': ['configuration']}&gt;<br /> 2009-06-04&nbsp;18:18:01+0000 [HTTPChannel,14,127.0.0.1] got post: &lt;MultiValueDict: {'key_value': ['acl.conf'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'tag_name': ['configuration']}&gt;<br /> 2009-06-04&nbsp;18:18:01+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:18:01 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;127 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,16,127.0.0.1] ERROR!!<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,16,127.0.0.1] Error generating directory: No profile name given, cannot lookup account from request: &lt;MultiValueDict: {'FreeSWITCH-IPv4': ['&lt;public ip of my domain&gt;'], 'key_value': ['&lt;public ip of my domain&gt;'], 'FreeSWITCH-IPv6': ['::1'], 'Event-Date-Local': ['2009-06-04&nbsp;11:18:02'], 'Event-Calling-Line-Number': ['926'], 'key_name': ['name'], 'section': ['directory'], 'hostname': ['svr1.domain.name'], 'Event-Date-GMT': ['Thu, 04 Jun 2009&nbsp;18:18:02 GMT'], 'domain': ['&lt;public ip of my domain&gt;'], 'Event-Name': ['GENERAL'], 'tag_name': ['domain'], 'FreeSWITCH-Hostname': ['svr1.domain.name'], 'Event-Date-Timestamp': ['1244139482000028'], 'purpose': ['network-list'], 'Event-Calling-Function': ['switch_load_network_lists'], 'Event-Calling-File': ['switch_core.c'], 'Core-UUID': ['7a0ae2fc-2265-41a3-8193-c4d8912f5219']}&gt;<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,16,127.0.0.1] Traceback (most recent call last):<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,16,127.0.0.1] File "/usr/src/wikipbx/wikipbxweb/views.py", line 1920, in xml_dialplan<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,16,127.0.0.1] raw_xml = xmlconfig.directory_user(request)<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,16,127.0.0.1] File "/usr/src/wikipbx/xmlconfig.py", line 358, in directory_user<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,16,127.0.0.1] raise Exception(<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,16,127.0.0.1] Exception: No profile name given, cannot lookup account from request: &lt;MultiValueDict: {'FreeSWITCH-IPv4': ['&lt;public ip of my domain&gt;'], 'key_value': ['&lt;public ip of my domain&gt;'], 'FreeSWITCH-IPv6': ['::1'], 'Event-Date-Local': ['2009-06-04&nbsp;11:18:02'], 'Event-Calling-Line-Number': ['926'], 'key_name': ['name'], 'section': ['directory'], 'hostname': ['svr1.domain.name'], 'Event-Date-GMT': ['Thu, 04 Jun 2009&nbsp;18:18:02 GMT'], 'domain': ['&lt;public ip of my domain&gt;'], 'Event-Name': ['GENERAL'], 'tag_name': ['domain'], 'FreeSWITCH-Hostname': ['svr1.domain.name'], 'Event-Date-Timestamp': ['1244139482000028'], 'purpose': ['network-list'], 'Event-Calling-Function': ['switch_load_network_lists'], 'Event-Calling-File': ['switch_core.c'], 'Core-UUID': ['7a0ae2fc-2265-41a3-8193-c4d8912f5219']}&gt;<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,15,127.0.0.1] &lt;document type="freeswitch/xml"&gt;<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,15,127.0.0.1] &lt;section name="configuration" description="Various Configuration"&gt;<br /> 2009-06-04&nbsp;18:18:02+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:18:02 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;127 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,15,127.0.0.1]<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,15,127.0.0.1] &lt;configuration name='event_socket.conf' description='Socket Client'&gt;<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,15,127.0.0.1] &lt;settings&gt;<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,15,127.0.0.1] &lt;param name='listen-ip' value='127.0.0.1'/&gt;<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,15,127.0.0.1] &lt;param name='password' value='ClueCon'/&gt;<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,15,127.0.0.1] &lt;!— &lt;param name='password' value='$${default_event_socket_password}'/&gt; —&gt;<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,15,127.0.0.1] &lt;param name='listen-port' value='8021'/&gt;<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,15,127.0.0.1] &lt;/settings&gt;<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,15,127.0.0.1] &lt;/configuration&gt;<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,15,127.0.0.1]<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,15,127.0.0.1] &lt;/section&gt;<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,15,127.0.0.1] &lt;/document&gt;<br /> 2009-06-04&nbsp;18:18:02+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:18:02 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;455 "-" "freeswitch-xml/1.0"<br /> 2009-06-04&nbsp;18:18:02+0000 [HTTPChannel,17,127.0.0.1] got post: &lt;MultiValueDict: {'key_value': ['post_load_switch.conf'], 'key_name': ['name'], 'section': ['configuration'], 'hostname': ['svr1.domain.name'], 'tag_name': ['configuration']}&gt;<br /> 2009-06-04&nbsp;18:18:02+0000 [-] 127.0.0.1 - - [04/Jun/2009:18:18:02 -0700] "POST /xml_dialplan/ HTTP/1.1" 200&nbsp;127 "-" "freeswitch-xml/1.0"</p> </div> </div> </div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-160218#post-500211</guid>
				<title>Re: Error generating directory: No profile name given, cannot lookup account</title>
				<link>http://wikipbx.subwiki.com/forum/t-160218/error-generating-directory:no-profile-name-given-cannot-look#post-500211</link>
				<description></description>
				<pubDate>Fri, 05 Jun 2009 01:08:34 +0000</pubDate>
				<wikidot:authorName>mansoor</wikidot:authorName>				<wikidot:authorUserId>253</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Sorry, I was travelling and couldn't respond earlier.</p> <p>Here is modules.conf.xml</p> <div class="collapsible-block"> <div class="collapsible-block-folded"><a class="collapsible-block-link" href="javascript:;" >+&nbsp;show&nbsp;block</a></div> <div class="collapsible-block-unfolded" style="display:none"> <div class="collapsible-block-unfolded-link"><a class="collapsible-block-link" href="javascript:;" >–&nbsp;hide&nbsp;block</a></div> <div class="collapsible-block-content"> <div class="code"> <div class="hl-main"> <pre> <span class="hl-brackets">&lt;</span><span class="hl-reserved">configuration</span><span class="hl-code"> </span><span class="hl-var">name</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">modules.conf</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">description</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">Modules</span><span class="hl-quotes">"</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">modules</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- Loggers (I'd load these first) --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_console</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_logfile</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_syslog"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!--&lt;load module="mod_yaml"/&gt;--&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- Multi-Faceted --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- mod_enum is a dialplan interface, an application interface and an api command interface --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_enum</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- XML Interfaces --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_xml_rpc"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_xml_curl</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_xml_cdr</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- Event Handlers --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_cdr_csv</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_event_multicast"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_event_socket</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_zeroconf"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- Directory Interfaces --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_ldap"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- Endpoints --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_dingaling"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_iax"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_portaudio"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_alsa"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_sofia</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_loopback</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_woomera"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_openzap"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_unicall"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- Applications --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_commands</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_conference</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_dptools</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_expr</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_fifo</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_voicemail</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!--&lt;load module="mod_fax"/&gt;--&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!--&lt;load module="mod_lcr"/&gt;--&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_limit</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_esf</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_fsv</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_cluechoo</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!--&lt;load module="mod_spy"/&gt;--&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- SNOM Module --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!--&lt;load module="mod_snom"/&gt;--&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- Dialplan Interfaces --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_dialplan_directory"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_dialplan_xml</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_dialplan_asterisk</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- Codec Interfaces --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_voipcodecs</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_g723_1</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_g729</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_amr</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_ilbc</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_speex</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_h26x</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_siren</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_celt</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- File Format Interfaces --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_sndfile</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_native_file</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!--For icecast/mp3 streams/files--&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_shout</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!--For local streams (play all the files in a directory)--&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_local_stream</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_tone_stream</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_file_string</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- Timers --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- Languages --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_spidermonkey</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_perl"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_python</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">global</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">true</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_java"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_lua</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- ASR /TTS --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_flite"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_pocketsphinx"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_cepstral</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_rss"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- Say --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">load</span><span class="hl-code"> </span><span class="hl-var">module</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">mod_say_en</span><span class="hl-quotes">"</span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-comment">&lt;!-- &lt;load module="mod_say_zh"/&gt; --&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">modules</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">configuration</span><span class="hl-brackets">&gt;</span> </pre></div> </div> </div> </div> </div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-160218#post-498691</guid>
				<title>Re: Error generating directory: No profile name given, cannot lookup account</title>
				<link>http://wikipbx.subwiki.com/forum/t-160218/error-generating-directory:no-profile-name-given-cannot-look#post-498691</link>
				<description></description>
				<pubDate>Wed, 03 Jun 2009 16:50:03 +0000</pubDate>
				<wikidot:authorName>tleyden</wikidot:authorName>				<wikidot:authorUserId>230690</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Are you you using mod_voicemail? Please post your modules.conf.xml file.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-160218#post-498304</guid>
				<title>Re: Error generating directory: No profile name given, cannot lookup account</title>
				<link>http://wikipbx.subwiki.com/forum/t-160218/error-generating-directory:no-profile-name-given-cannot-look#post-498304</link>
				<description></description>
				<pubDate>Wed, 03 Jun 2009 08:12:44 +0000</pubDate>
				<wikidot:authorName>tleyden</wikidot:authorName>				<wikidot:authorUserId>230690</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Please try to update with the debug information first, and post the result. That feedback is more important.</p> <p>But some more questions .. did you configure a domain for that tenant (eg, "account") or did you leave it blank? In the sip endpoint configuration, are you entering an IP or a domain for the proxy?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-160218#post-498280</guid>
				<title>Re: Error generating directory: No profile name given, cannot lookup account</title>
				<link>http://wikipbx.subwiki.com/forum/t-160218/error-generating-directory:no-profile-name-given-cannot-look#post-498280</link>
				<description></description>
				<pubDate>Wed, 03 Jun 2009 07:51:57 +0000</pubDate>
				<wikidot:authorName>stas_shtin</wikidot:authorName>				<wikidot:authorUserId>230176</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This could be due to some freeswitch API change in the latest trunk version. I've added debug info display that would show freeswitch request details in such cases, please update wikipbx and paste the error you'll get here.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-160218#post-497962</guid>
				<title>Error generating directory: No profile name given, cannot lookup account</title>
				<link>http://wikipbx.subwiki.com/forum/t-160218/error-generating-directory:no-profile-name-given-cannot-look#post-497962</link>
				<description></description>
				<pubDate>Wed, 03 Jun 2009 00:37:25 +0000</pubDate>
				<wikidot:authorName>mansoor</wikidot:authorName>				<wikidot:authorUserId>253</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I configured wikipbx with the recent version of freeswitch from svn trunk. Everything seems to be working fine on freeswitch side with static xmls. When I enable xml_curl to work with wikipbx, everything works except directory and following is the error from wikipbx.log.</p> <p>2009-06-01&nbsp;23:24:45+0000 [HTTPChannel,16,127.0.0.1] ERROR!!<br /> 2009-06-01&nbsp;23:24:45+0000 [HTTPChannel,16,127.0.0.1] Error generating directory: No profile name given, cannot lookup account<br /> 2009-06-01&nbsp;23:24:45+0000 [HTTPChannel,16,127.0.0.1] Traceback (most recent call last):<br /> 2009-06-01&nbsp;23:24:45+0000 [HTTPChannel,16,127.0.0.1] File "/usr/src/wikipbx/wikipbxweb/views.py", line 1920, in xml_dialplan<br /> 2009-06-01&nbsp;23:24:45+0000 [HTTPChannel,16,127.0.0.1] raw_xml = xmlconfig.directory_user(request)<br /> 2009-06-01&nbsp;23:24:45+0000 [HTTPChannel,16,127.0.0.1] File "/usr/src/wikipbx/../wikipbx/xmlconfig.py", line 358, in directory_user<br /> 2009-06-01&nbsp;23:24:45+0000 [HTTPChannel,16,127.0.0.1] raise Exception("No profile name given, cannot lookup account")<br /> 2009-06-01&nbsp;23:24:45+0000 [HTTPChannel,16,127.0.0.1] Exception: No profile name given, cannot lookup account</p> <p>Not sure, if missed some configuration. Any help will be appreciated.</p> <p>Thanks,<br /> Mansoor</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
