<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>How to bridge a call to an extension defined in dialplan</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>
<P><FONT SIZE=2>Hello,<BR>
<BR>
I'd like to bridge an incoming to two endpoints simultaneuously:<BR>
one is a softphone which is registered to FS (to user 1003),<BR>
another is just an extension which is defined in conf/dialplan/public.xml<BR>
<BR>
It looks like:<BR>
<BR>
<extension name="testRecording_bridge"><BR>
<condition field="destination_number" expression="^(74990)$"><BR>
<action application="bridge" data="sofia/internal/1003%${sip_profile},sofia/internal/74991%${sip_profile}"/><BR>
</condition><BR>
</extension><BR>
<BR>
<extension name="testRecordingOnly"><BR>
<condition field="destination_number" expression="^74991$"><BR>
<action application="set" data="record_waste_resources=true"/><BR>
<action application="javascript" data="testRecordFile.js"/><BR>
</condition><BR>
</extension><BR>
<BR>
The incoming call dial to extension 74990, from there I want to bridge the call to the sofphone at 1003 and<BR>
to the extension 74991.<BR>
<BR>
The problem is that FS can not locate user 74991. So my question is what else I need to modify in order<BR>
to bridge the call also to extension 74991 at the same time?<BR>
<BR>
I did lots of Googling, checked the wiki and tried various ways but still without success.<BR>
<BR>
Any advices please?<BR>
<BR>
Many Thanks!<BR>
Xing<BR>
</FONT>
</P>
<br>
<hr>
<br>
<font face="arial, helvetica">
<b>Heriot-Watt University is the Sunday Times Scottish University of the Year 2011-2012.</b>
</font>
<br><br>
<font face="arial,helvetica" size="-1">
Heriot-Watt University is a Scottish charity registered under charity number SC000278.
<br>
</font>
</BODY>
</HTML>