Hi,<br>I&#39;m trying to add video support to the alsa channel; that is, what I want is to receive video frame to the console.<br>I&#39;ve created (in the &#39;sip.conf&#39; file) a SIP user (I&#39;m sure it works), an extension for the alsa console (in the &#39;
extensions.conf&#39; file) in this way:<br><br>[code]<br>...<br>exten =&gt; 123,1,Dial(Console/1)<br>...<br>[/code]<br><br>and I&#39;ve modified the capabilities of &#39;chan_alsa.c&#39;:<br><br>[code]<br>.capabilities = AST_FORMAT_H263 | AST_FORMAT_SLINEAR | AST_FORMAT_H263_PLUS,
<br>[/code]<br><br>I&#39;ve analyzed the log of the &#39;sip debug&#39; and I&#39;ve tcpdumped the traffic from the SIP client (linphone for instance) to Asterisk and vice versa (the only traffic I can trace externally) and I&#39;ve seen that video packets flow from linphone to Asterisk... good!
<br>Now, the problem is: when video packets arrive to Asterisk, I suppose that it redirect to my modified alsa channel, but... how can I recognize the type of a packet?<br><br>Thanks for help!<br>Atropo<br>