<!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>
<user id="5"><BR>
<params><BR>
<param name="password" value="5"/><BR>
</params><BR>
</user><BR>
<BR>
<BR>
In my dialplan I have:<BR>
<extension name="Internal-5"><BR>
<condition field="destination_number" expression="^5$"><BR>
<action application="bridge" data="sofia/${sip_profile}/5%${sip_profile}"/><BR>
</condition><BR>
</extension><BR>
<BR>
<BR>
In sophia.xml I try to make it so that sip phones have to register by having:<BR>
<!--<param name="accept-blind-reg" value="true"/> --><BR>
<param name="auth-calls" value="true"/><BR>
<param name="auth-all-packets" value="true"/><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>