<!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>
<extension name="myEslNew5801"><BR>
<condition field="destination_number" expression="^5801$"><BR>
<action application="limit" data="hash outgoing 5801 4" /><BR>
<action application="socket" data="127.0.0.1:9981 async full"/><BR>
</condition><BR>
</extension><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>
api originate {ignore_early_media=true}sofia/internal/1003%192.168.0.2 &socket(127.0.0.1:9981 async full) &eavesdrop all<BR>
<BR>
This originate call does not give the error: [ERR] mod_dptools.c:714 Usage: [all | <uuid>]<BR>
(It would give the error if I remove &socket(127.0.0.1:9981 async full) )<BR>
<BR>
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, "Liu, Xingkun" <X.Liu@hw.ac.uk> wrote:<BR>
<BR>
> [ERR] mod_dptools.c:714 Usage: [all | <uuid>]<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>