<div dir="ltr"><div>Hello Jose,</div><div><br></div><div>I want to tell you that asterisk have mixmonitor and spy application that will hear conversation between call.  But it will work for only audio call.</div><div>What you can do is to use Record application, that will store video video and audio in sounds directory.</div><div>Syntax:  for /etc/asterisk/extension.conf</div><div><br></div><div>[your-context-name]</div><div>exten =>  xxxxx,n,Noop("Recording start")</div><div>same => n, Answer()</div><div>same => n, Record(filename.exten)  // example  john.wav or john.gsm</div><div>same => n, Hangup()</div><div><br></div><div>Hope this might be helpful.</div><div><br></div><div>Thanks<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 30, 2019 at 9:47 AM Jose Tavares <<a href="mailto:jat@terra.com.br">jat@terra.com.br</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi guys ..<br>I have some experience with asterisk and sip since I have been using it for over 10 years.<br>But in the last years I have been just maintaining the installations we have without updating myself on the new features of it.<br><br>Now I have a requirement that is dialing to a h323 endpoint that answers with video and I need to display it in a local display.<br><br>I have already tried Ekiga (unstable, difficult to automate since it is a graphical app) and linphone that does not support h323. I also found simpleopal that I don't know if it can handle that.<br><br>My idea is to convert this to a Docker Container later and to run it in a Raspberry Pi. I have already been playing with Raspberry Pi and containers for some other purposes with good results..<br><br>So, I would like to know if asterisk offers a way to automatically listen to a system event, dial to a h323 endpoint that will answer with video and if it has drivers to display locally the video or to pipe to a omxplayer, for example.<br><br>Thanks a lot.<div>Jose Tavares</div><div><br></div><div><br></div></div>
-- <br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-video mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-video" rel="noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-video</a></blockquote></div>