<!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>RE: [Freeswitch-users] How to bridge a call to an extension defined in dialplan</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Maybe, I am not sure what's wrong.<BR>
<BR>
I didn't do the originate and eavesdrop from dialplan, I do it from a ESL Java app.<BR>
<BR>
My dialplan is as follow:<BR>
<BR>
&nbsp; &lt;extension name=&quot;myEslNew5801&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^5801$&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;limit&quot; data=&quot;hash outgoing 5801 4&quot; /&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;socket&quot; data=&quot;127.0.0.1:9981 async full&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<BR>
&nbsp; &lt;/extension&gt;<BR>
<BR>
the extension is also specified in my sip_profile so I can dial into 5801 by calling my sip provider's number.<BR>
<BR>
My Java app answers the call, then from the app (which also do the recording) I do the originate to the softphone (extension 1003):<BR>
<BR>
&nbsp;api originate {ignore_early_media=true}sofia/internal/1003%192.168.0.2 &amp;socket(127.0.0.1:9981 async full) &amp;eavesdrop all<BR>
<BR>
&nbsp; This originate call does not give the error:&nbsp; [ERR] mod_dptools.c:714 Usage: [all | &lt;uuid&gt;]<BR>
&nbsp;&nbsp; (It would give the error if I remove&nbsp; &amp;socket(127.0.0.1:9981 async full) )<BR>
<BR>
&nbsp;But I can not hear the conversation from the softphone. My goal is to listen to the conversation while doing the recording.<BR>
<BR>
<BR>
Best,<BR>
Xing<BR>
<BR>
-----Original Message-----<BR>
From: freeswitch-users-bounces@lists.freeswitch.org on behalf of Ken Rice<BR>
Sent: Tue 2/28/2012 22:45<BR>
To: FreeSWITCH Users Help<BR>
Subject: Re: [Freeswitch-users] How to bridge a call to an extension defined in dialplan<BR>
<BR>
This looks like a dialplan issue...<BR>
<BR>
Show the exact originate and dialplan you are using<BR>
<BR>
K<BR>
<BR>
<BR>
On 2/28/12 4:10 PM, &quot;Liu, Xingkun&quot; &lt;X.Liu@hw.ac.uk&gt; wrote:<BR>
<BR>
&gt; [ERR] mod_dptools.c:714 Usage: [all | &lt;uuid&gt;]<BR>
<BR>
<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>