<html><head><style type='text/css'>p { margin: 0; }</style><style type='text/css'>body { font-family: 'Times New Roman'; font-size: 12pt; color: #000000}</style></head><body><P>Hi all</P>
<P>&nbsp;</P>
<P>In sip.conf</P>
<P>i take as </P>
<P>[general]</P>
<P>videosupport=yes</P>
<P>&nbsp;</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; then UDPTL will flow to the remote device</P>
<P>[phone1]<BR>type=friend<BR>host=dynamic<BR>context= employees<BR>disallow=all<BR>allow=ilbc<BR>allow=g729<BR>allow=gsm<BR>allow=g723<BR>allow=ulaw<BR>allow=alaw<BR>allow=adpcm<BR>allow=h263p<BR>allow=h264<BR>allow=h263</P>
<P>[phone2]<BR>&nbsp;type=friend<BR>host=dynamic<BR>context= employees<BR>disallow=all<BR>allow=ilbc<BR>allow=g729<BR>allow=gsm<BR>allow=g723<BR>allow=ulaw<BR>allow=alaw<BR>allow=adpcm<BR>allow=h263p<BR>allow=h261<BR>allow=h263</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>in extension.conf</P>
<P>[employees]</P>
<P>exten =&gt; 101,1,Dial(SIP/phone1,10)</P>
<P>exten =&gt; 102,1,Playback(song2_check)</P>
<P>&nbsp; </P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>in /var/lib/asterisk/sounds/en</P>
<P>i store song2_check file(which is video file&nbsp;,which has audio format&nbsp;&nbsp; MPEG Layer 3)</P>
<P>&nbsp;</P>
<P>i dial 102 from 101&nbsp;----<BR>&nbsp;phone 101(xlite)&nbsp; has following codec support for H623 H623+</P>
<P>&nbsp;</P>
<P>check log as </P>
<P>[Dec 20 18:38:01] WARNING[10533] file.c: File song2_check does not exist in any format<BR>[Dec 20 18:38:01] WARNING[10533] file.c: Unable to open song2_check (format 0x180400 (ilbc|h263|h263p)): No such file or directory</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>phone1 goes just hung up. no vedio play </P>
<P>&nbsp;</P>
<P>I want to play video file. Plz tell me ,where i am wrong ,and how i can do it.</P>
<P>&nbsp;</P>
<P>thanks</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P></body></html>