<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] problem making internal calls</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Is the phone actually registering to freeswitch? &nbsp;It appears not. &nbsp;Also, in the directory, is the id 5 in the domain 192.1680.0.4? &nbsp;You will want to look in the log before the call is made to see what happens with the register attempt (or lack of) from the phone.<BR>
<BR>
Mike<BR>
<BR>
<BR>
On 8/15/07 3:40 AM, &quot;Craig Kowald&quot; &lt;craig.kowald@cubemicrosystems.com&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>I am trying to call from one internal phone to another internal phone - but I can not get it working :(.<BR>
<BR>
I have an analog phone connected to a Digium TDM400P and an IP phone (identified as user:5)<BR>
<BR>
In directory.xml I have identified the IP phone as:<BR>
&lt;user id=&quot;5&quot;&gt;<BR>
&nbsp;&lt;params&gt;<BR>
&nbsp;&nbsp;&lt;param name=&quot;password&quot; value=&quot;5&quot;/&gt;<BR>
&nbsp;&lt;/params&gt;<BR>
&lt;/user&gt;<BR>
<BR>
<BR>
In my dialplan I have:<BR>
&lt;extension name=&quot;Internal-5&quot;&gt;<BR>
&nbsp;&lt;condition field=&quot;destination_number&quot; expression=&quot;^5$&quot;&gt;<BR>
&nbsp;&nbsp;&lt;action application=&quot;bridge&quot; data=&quot;sofia/${sip_profile}/5%${sip_profile}&quot;/&gt;<BR>
&nbsp;&lt;/condition&gt;<BR>
&lt;/extension&gt;<BR>
<BR>
<BR>
In sophia.xml I try to make it so that sip phones have to register by having:<BR>
&lt;!--&lt;param name=&quot;accept-blind-reg&quot; value=&quot;true&quot;/&gt; --&gt;<BR>
&lt;param name=&quot;auth-calls&quot; value=&quot;true&quot;/&gt;<BR>
&lt;param name=&quot;auth-all-packets&quot; value=&quot;true&quot;/&gt;<BR>
<BR>
<BR>
<BR>
When I dial '5' on the analog phone I can see that freeswitch tries to make the connection, but can not:<BR>
<BR>
[NOTICE] switch_core_state_machine.c:134 switch_core_standard_on_execute() Execute bridge(sofia/${sip_profile}/5%${sip_profile})<BR>
[DEBUG] switch_core_state_machine.c:158 switch_core_standard_on_execute() Expanded String bridge(sofia/192.168.0.4/5%192.168.0.4)<BR>
[WARNING] mod_sofia.c:1397 sofia_outgoing_channel() Cannot locate registered user 5@192.168.0.4<BR>
<BR>
<BR>
Any ideas/suggestions on how to call internal sip phones ?<BR>
<BR>
<BR>
Regards,<BR>
Craig.<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'>_______________________________________________<BR>
Freeswitch-users mailing list<BR>
Freeswitch-users@lists.freeswitch.org<BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'><BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>