<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.14.1">
</HEAD>
<BODY>
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>
 &lt;params&gt;<BR>
&nbsp; &lt;param name=&quot;password&quot; value=&quot;5&quot;/&gt;<BR>
 &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>
 &lt;condition field=&quot;destination_number&quot; expression=&quot;^5$&quot;&gt;<BR>
&nbsp; &lt;action application=&quot;bridge&quot; data=&quot;sofia/${sip_profile}/5%${sip_profile}&quot;/&gt;<BR>
 &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 <A HREF="mailto:5@192.168.0.4">5@192.168.0.4</A><BR>
<BR>
<BR>
Any ideas/suggestions on how to call internal sip phones ?<BR>
<BR>
<BR>
Regards,<BR>
Craig.
</BODY>
</HTML>