<div dir="ltr">Directory and sofia profiles are not the same thing.<div><br></div><div>Sofia profiles are where you are listening for SIP packets on a port of an IP. Directory contains users on your system.</div><div><br></div><div>If you are trying to dial a user then the dialstring syntax is &quot;user/1000&quot;. It will expand using their dial-string param defined in the directory and usually call them via the profile they registered to.</div><div><br></div><div>&quot;sofia/profile/$profilename/$number@$ip&quot; is a dialstring to send a call out from an IP:port (the profile) to another IP which doesn&#39;t require them registering to you. Your error suggests you&#39;re trying this.</div><div><br></div><div>The vanilla sample configuration file uses names such as &quot;internal&quot; and &quot;external&quot; for sofia profiles and names such as &quot;1000&quot; &quot;1001&quot; etc for users.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 14 June 2015 at 13:13, MrPurplz <span dir="ltr">&lt;<a href="mailto:jb.banksy@gmail.com" target="_blank">jb.banksy@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">Hi, I&#39;m running basically a stock version of FreeSWITCH but for some reason<br>
only profile 1001 works.<br>
<br>
If I try calling 1000 or 1002 etc I get<br>
<br>
<br>
2015-06-14 11:43:06.023897 [WARNING] sofia.c:5603 No Such Profile &#39;1000&#39;<br>
<br>
If I try<br>
<br>
sofia profile 1000 start<br>
or<br>
sofia profile 1000.xml start<br>
<br>
it says 2015-06-14 11:45:45.183897 [WARNING] sofia.c:5603 No Such Profile<br>
&#39;1000.xml&#39;<br>
<br>
I&#39;ve checked and all these xml files exist within directory/default.<br>
<br>
I feel I&#39;m just doing something obviously stupid. Any suggestions?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://freeswitch-users.2379917.n2.nabble.com/Can-t-register-Sofia-profiles-tp7596172.html" rel="noreferrer" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/Can-t-register-Sofia-profiles-tp7596172.html</a><br>
Sent from the freeswitch-users mailing list archive at Nabble.com.<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>