Thank you, i upgraded ....<div><meta http-equiv="content-type" content="text/html; charset=utf-8">&lt;load module=&quot;mod_hash&quot;/&gt;</div><div>did it..</div><div><br><br><div class="gmail_quote">On Mon, Oct 25, 2010 at 12:43 PM, Steven Ayre <span dir="ltr">&lt;<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">This is on the FAQ...<br>
<a href="http://wiki.freeswitch.org/wiki/FreeSwitch_FAQ#Q:_Why_do_I_get_the_error_.22Invalid_Application_.3Cname.3E.22.3F" target="_blank">http://wiki.freeswitch.org/wiki/FreeSwitch_FAQ#Q:_Why_do_I_get_the_error_.22Invalid_Application_.3Cname.3E.22.3F</a><br>


<br>
Are you upgrading and using an older config?<br>
<br>
Limit handling was changed (quite a while ago now). mod_limit no<br>
longer exists, it&#39;s been moved into the core and modules now provide<br>
storage backends for it. The mod_limit module that now exists is more<br>
of a stub really, and will log an error on startup telling you that<br>
you need to update your config.<br>
<br>
If you were loading mod_limit before, you should now load mod_hash and<br>
mod_db. They should be built by default with latest git and loaded by<br>
the example config, so I assume you&#39;re using an old config file.<br>
<br>
Check conf/autoload_configs/modules.conf.xml contains:<br>
&lt;load module=&quot;mod_hash&quot;/&gt;<br>
<br>
Regards,<br>
-Steve<br>
<div><div></div><div class="h5"><br>
<br>
On 25 October 2010 09:58, David Wafula &lt;<a href="mailto:davidwaf@gmail.com">davidwaf@gmail.com</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt; Notice the last line in the log below when i dial 1001. This is from the<br>
&gt; latest git as of this morning. Any pointers?<br>
&gt; thanks.<br>
&gt;<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Regex (PASS) [Local_Extension]<br>
&gt; destination_number(1001) =~ /^(10[01][0-9])$/ break=on-false<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action<br>
&gt; set(dialed_extension=1001)<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action<br>
&gt; export(dialed_extension=1001)<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action bind_meta_app(1 b s<br>
&gt; execute_extension::dx XML features)<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action bind_meta_app(2 b s<br>
&gt; record_session::/usr/local/freeswitch/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav)<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action bind_meta_app(3 b s<br>
&gt; execute_extension::cf XML features)<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action set(ringback=${us-ring})<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action<br>
&gt; set(transfer_ringback=local_stream://moh)<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action set(call_timeout=30)<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action<br>
&gt; set(hangup_after_bridge=true)<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action<br>
&gt; set(continue_on_fail=true)<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action<br>
&gt; hash(insert/${domain_name}-call_return/${dialed_extension}/${caller_id_number})<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action<br>
&gt; hash(insert/${domain_name}-last_dial_ext/${dialed_extension}/${uuid})<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action<br>
&gt; set(called_party_callgroup=${user_data(${dialed_extension}@${domain_name}<br>
&gt; var callgroup)})<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action<br>
&gt; hash(insert/${domain_name}-last_dial/${called_party_callgroup}/${uuid})<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action<br>
&gt; bridge(user/${dialed_extension}@${domain_name})<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action answer()<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action sleep(1000)<br>
&gt; Dialplan: sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Action voicemail(default<br>
&gt; ${domain_name} ${dialed_extension})<br>
&gt; 2010-10-25 10:47:47.193206 [DEBUG] switch_core_state_machine.c:119<br>
&gt; (sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a>) State Change CS_ROUTING -&gt; CS_EXECUTE<br>
&gt; 2010-10-25 10:47:47.193206 [DEBUG] switch_core_session.c:1057 Send signal<br>
&gt; sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> [BREAK]<br>
&gt; 2010-10-25 10:47:47.193206 [DEBUG] switch_core_state_machine.c:345<br>
&gt; (sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a>) State ROUTING going to sleep<br>
&gt; 2010-10-25 10:47:47.193206 [DEBUG] switch_core_state_machine.c:318<br>
&gt; (sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a>) Running State Change CS_EXECUTE<br>
&gt; 2010-10-25 10:47:47.193206 [DEBUG] switch_core_state_machine.c:352<br>
&gt; (sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a>) State EXECUTE<br>
&gt; 2010-10-25 10:47:47.193206 [DEBUG] mod_sofia.c:239<br>
&gt; sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> SOFIA EXECUTE<br>
&gt; 2010-10-25 10:47:47.193206 [DEBUG] switch_core_state_machine.c:157<br>
&gt; sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> Standard EXECUTE<br>
&gt; EXECUTE sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> set(open=true)<br>
&gt; 2010-10-25 10:47:47.193206 [DEBUG] mod_dptools.c:1028<br>
&gt; sofia/internal/<a href="mailto:1000@146.141.76.153">1000@146.141.76.153</a> SET [open]=[true]<br>
&gt; 2010-10-25 10:47:47.193206 [ERR] switch_core_session.c:1807 Invalid<br>
&gt; Application hash<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; David Wafula<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<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>
</blockquote></div><br><br clear="all"><br>-- <br>David Wafula<br>
</div>