<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=055244406-03052006><FONT face=Arial
color=#0000ff size=2>Could you share the dumped files at
least?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=055244406-03052006><FONT face=Arial
color=#0000ff size=2>They would be very usefull..</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=055244406-03052006></SPAN> </DIV>
<DIV dir=ltr align=left>
<HR tabIndex=-1>
</DIV>
<DIV dir=ltr align=left><FONT face=Tahoma size=2><B>From:</B>
asterisk-dev-bounces@lists.digium.com
[mailto:asterisk-dev-bounces@lists.digium.com] <B>On Behalf Of </B>zhuoqun
Li<BR><B>Sent:</B> martes, 02 de mayo de 2006 18:19<BR><B>To:</B>
asterisk-dev@lists.digium.com<BR><B>Subject:</B> Re: [asterisk-dev] Bridging two
H324M calls<BR></FONT><BR></DIV>
<DIV></DIV><BR><BR>
<DIV><SPAN class=gmail_quote></SPAN>Hi Klaus,<BR>to record a live video
conversation, you just need to insert some pieces of code into chan_zap.c, i.e.
in the part where chan_zap do native bridging:I inserted several lines (e.g. tmp
= write(ftrace, f->data, f->datalen); ) in line 3464 ( zt_bridge(),
chan_zap.c). <BR>BTW, I did the H324M call briding in a v-1.2.4 Asterisk
in the UK. <BR><BR>regards,<BR><SPAN class=sg>Zhuoqun Li</SPAN><BR>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<DIV style="DIRECTION: ltr"><SPAN class=e id=q_10af5e29e25d8d30_2>
<DIV><SPAN class=gmail_quote></SPAN><BR>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Date:
Tue, 02 May 2006 11:17:14 +0200<BR>From: Klaus Darilion < <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:klaus.mailinglists@pernau.at"
target=_blank>klaus.mailinglists@pernau.at</A>><BR>Subject: Re:
[asterisk-dev] Bridging two H324M calls<BR>To: Asterisk Developers Mailing
List < <A onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:asterisk-dev@lists.digium.com"
target=_blank>asterisk-dev@lists.digium.com</A>><BR>Message-ID: <<A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:4457239A.3020808@pernau.at"
target=_blank>4457239A.3020808@pernau.at</A>><BR>Content-Type:
text/plain; charset=ISO-8859-1; format=flowed <BR><BR>zhuoqun Li wrote:
<BR>> Hi,<BR>> I have successfully bridged H324m
calls through Asterisk (configured<BR>> with a ISDN BRI
interface).<BR>> I have aslo dumped the live video
conversation into a binary file.<BR>> What I did is a "native
channel bridge" and the dump functions are <BR>> inserted in the
zt_bridge() in chan_zap.c.<BR>> Hope this helps...<BR><BR>Can
you share your code? E.g. post it on <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://bugs.digium.com"
target=_blank>bugs.digium.com</A><BR><BR>regards<BR>klaus<BR><BR>><BR>>
<BR>> regards,<BR>> Zhuoqun
Li<BR>><BR>><BR>><BR>>
------------------------------<BR>><BR>>
Message: 4<BR>> Date: Fri, 28 Apr 2006 08:41:24
+0200<BR>> From: Sergio Garc?a Murillo < <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:Sergio.Garcia@ydilo.com"
target=_blank>Sergio.Garcia@ydilo.com</A><BR>>
<mailto:<A onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:Sergio.Garcia@ydilo.com" target=_blank>
Sergio.Garcia@ydilo.com</A>>><BR>> Subject:
RE: [asterisk-dev] Bridging two H324M calls <BR>>
To: "Asterisk Developers Mailing List" <<BR>>
<A onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:asterisk-dev@lists.digium.com"
target=_blank>asterisk-dev@lists.digium.com </A><mailto:<A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:asterisk-dev@lists.digium.com"
target=_blank>asterisk-dev@lists.digium.com
</A>>><BR>>
Message-ID:<BR>> <<A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:F0B2E3841C70D644ADEB6E7578EA2D670232A5@lisa.people-com.com"
target=_blank>F0B2E3841C70D644ADEB6E7578EA2D670232A5@lisa.people-com.com
</A><BR>> <mailto: <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:F0B2E3841C70D644ADEB6E7578EA2D670232A5@lisa.people-com.com"
target=_blank>F0B2E3841C70D644ADEB6E7578EA2D670232A5@lisa.people-com.com</A>>><BR>>
Content-Type: text/plain;
charset="iso-8859-1" <BR>><BR>> Klaus Darilion
wrote:<BR>> > Hi
Sergio!<BR>> ><BR>> >
I've done this once and it worked (relaying). But I was not able
to<BR>> > record the sessions. When
I tried the various "recording"
<BR>> > applications the video call
setup did not worked anymore.
Relaying<BR>> > was only successful
when the bridging was done directly on the
ISDN<BR>> >
card.<BR>> ><BR>> >
I did this once with an old Asterisk version. With newer Asterisk
<BR>> > version relaying is not
possible anymore, as the zaptel code
changes<BR>> > some call parameters
(from data calls to anything else
...).<BR>> ><BR>> >
I tried to debug this once (message 0025307)
<BR>> > <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://bugs.digium.com/view.php?id=3891"
target=_blank>http://bugs.digium.com/view.php?id=3891</A><BR>>
<<A onclick="return top.js.OpenExtLink(window,event,this)"
href="http://bugs.digium.com/view.php?id=3891" target=_blank>
http://bugs.digium.com/view.php?id=3891</A>
><BR>> ><BR>> >
but did not received any help and could not solved it
myself.<BR>><BR>> Could it be possible to
modify the zapdump app in order to make to<BR>>
bridge two incoming calls through a pipe or socket?
<BR>> It's probably easier than bridging two
channels through asterisk.<BR>> And it would not
affect the H324M as the master-slave
determination<BR>> is done in
H245.<BR>><BR>> Best regards
<BR>>
Sergio<BR><BR></BLOCKQUOTE></DIV><BR></SPAN></DIV></BLOCKQUOTE></DIV><BR>
<DIV> </DIV>
</BODY></HTML>