I will sum up the results of my investigations :<br>- When canreinvite is set to &quot;yes&quot;, I manage to make a video call between the 2 parties, when I emit a DTMF signal, it triggers the playback of a sound clip correctly, but I can&#39;t playback a video clip.
<br>- When canreinvite is set to &quot;no&quot;, The DTMF I emit is not detected by Asterisk, although I see the SIP INFO message in the SIP debug messages of Asterisk.<br><br>I copy in line the relevant abstracts of my configuration files :
<br><br>-- sip.conf --<br><br>[8160]<br>type=friend<br>username=8160<br>secret=******<br>host=dynamic<br>context=default<br>disallow=all<br>allow=ulaw<br>allow=h263<br>dtmfmode=info<br>canreinvite=yes<br>insecure=very<br>
<br>-- features.conf -- <br><br>[applicationmap]<br>test =&gt; 9,peer,Playback,hello-world ; TEST with sound clip<br>testVideo =&gt; 8,peer,Playback,/tmp/test ; TEST with video clip<br><br>-- extensions.conf --<br><br>exten =&gt; 8160,1,Set(DYNAMIC_FEATURES=test#testVideo)
<br>exten =&gt; 8160,n,Dial(SIP/8160)<br><br><div><span class="gmail_quote">2007/1/14, Andrew Joakimsen &lt;<a href="mailto:joakimsen@gmail.com">joakimsen@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
What video clip? Does a native video call between the two work?<br><br><div><div><span class="e" id="q_11021fa33c28b97c_1"><span class="gmail_quote">On 1/14/07, <b class="gmail_sendername">Antoine Fressancourt</b> &lt;<a href="mailto:af.devlist@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
af.devlist@gmail.com
</a>&gt; wrote:</span></span></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><span class="e" id="q_11021fa33c28b97c_3"><br>Le 13 janv. 07 à 02:10, Leo Ann Boon a écrit :
<br><br>&gt; Antoine Fressancourt wrote:
<br>&gt;&gt; Hello,<br>&gt;&gt;<br>&gt;&gt; Thank you Leo for your answer,<br>&gt;&gt;<br>&gt;&gt; I manage to do what I want perfectly when both the caller and the<br>&gt;&gt; callee are set in SIP with canreinvite=no using SIP INFO method
<br>&gt;&gt; for DTMF.<br>&gt;&gt;<br>&gt;&gt; Now, I can&#39;t figure out why this can&#39;t work when I set canreinvite<br>&gt;&gt; = yes with the same DTMF method. Running Wireshark on my machine,<br>&gt;&gt; I see that the SIP INFO messages are sent to the Asterisk box
<br>&gt;&gt; running as a proxy, but the INFO message doesn&#39;t trigger any action.<br>&gt;&gt;<br>&gt; Relooking at your requirements, I&#39;d say you must use<br>&gt; canreinvite=no.&nbsp;&nbsp;Otherwise, there&#39;s no way for Asterisk to inject
<br>&gt; audio into the stream.<br><br><br>I tried to set canreinvite=no, but the problem is that Asterisk can&#39;t<br>do the reinvitation to the callee in order to send the video clip. Is<br>there a way to allow asterisk to do such a reinvitation in order to
<br>make it play the video stream correctly ?<br><br>Thank you very much for your help.<br><br>Antoine<br><br><br><br></span></div><span class="q">_______________________________________________<br>--Bandwidth and Colocation provided by 
<a href="http://Easynews.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></span></blockquote></div><br>
<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://Easynews.com" target="_blank">Easynews.com</a> --<br><br>
asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> &nbsp; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br><br><br></blockquote></div><br>