[Asterisk-video] A question about video clip playback

Antoine Fressancourt af.devlist at gmail.com
Tue Jun 20 02:48:38 MST 2006


Hello,

I have a question that may seem dumb, but I have tried to figure my problem
out by myself without success.

I try to connect to Asterisk with Eyebeam and have a video clip played back.
i followed instructions  published on voipinfo, but I can't have my video
sent to the phone.

Looking at the SIP messages sent to the softphone, it seems that the video
is not advertised in the SDP messages. So it looks like the problem come
from my Asterisk configuration.

I here enclose my configuration files :

-- sip.conf --

[general]
;context=default
bindport=5060
bindaddr=0.0.0.0
videosupport=yes

[antoine]
type=friend
secret=antoine
callerid="Antoine"
host=dynamic
context=video
disallow=all
allow=gsm
allow=h263
dtmfmode=rfc2833
canreinvite=no

-- extensions.conf --

[general]
static=yes
writeprotect=no

[video]

exten => 1000,1,Answer()
exten => 1000,n,Playback(/etc/asterisk/video/test)
exten => 1000,n,Hangup()

the /etc/asterisk/video/ directory contains a test.gsm file and a test.h263file.

I run Asterisk 1.2.7.1 built from the sources published on the website.

Thank you in advance for your help,

Antoine Fressancourt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-video/attachments/20060620/c1185cc7/attachment.htm


More information about the asterisk-video mailing list