[Home]

Summary:ASTERISK-09254: call files with video phone no video
Reporter:geisj (geisj)Labels:
Date Opened:2007-04-12 14:32:15Date Closed:2008-07-31 16:45:02
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/Video
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20080715__bug9531__1.4.diff.txt
( 1) 20080715__bug9531__1.6.0.diff.txt
( 2) file.txt
Description:I have 2 grandstream gxv-3000 phones.
I call each phone manually and get video no problems.

However, if I place a call using a call file to the first phone,
I answer and get a voice prompt say please hold (I dont expect video yet
that is fine), then I use the agi to call the second phone
and connect the calls. The second phone is showing video from the first
phone but the first phone does not show any video. Just audio on the first phone.

Comments:By: Joshua C. Colp (jcolp) 2007-04-26 15:01:23

Please provide a sip debug of the initial call out, and please turn on debug in logger.conf to console and set debug to 9. I suspect that call files do not request video when dialing and so it was never initially setup for video.

By: geisj (geisj) 2007-05-02 07:07:37

I added debug to the logger.conf and placed a call
from the one phone to the other phone.

Let me know if this is the information you need.

Looking forward to having this working from a call file.

Jerry

By: geisj (geisj) 2007-05-22 16:38:03

Was wondering if there was any movement on this issue.

Video is already working on phones just need to detect that
the new phone has video abilities and start the video feed.

Thanks

Jerry

By: Joshua C. Colp (jcolp) 2007-07-08 23:21:56

This *looks* fine... what happens if you disable reinvites?

By: geisj (geisj) 2007-07-09 08:46:04

I am using 1.4.6 now and everything is still the same.

When I put the line:
canreinvite=no
in both the sip.conf entries for the phones and try
the call again (restarting of course), I get NO video at all.

When I remove the line and restart again, I get video on only
one of the phones.

Jerry

By: Olle Johansson (oej) 2008-07-01 07:47:10

I've added support for codecs in the call file of svn trunk. Please test. Adding video codecs there will enable video in the outbound call.

By: Tilghman Lesher (tilghman) 2008-07-15 20:08:58

Patch has been backported to both 1.4 and 1.6.0.  I feel as though this is a bugfix.

By: Digium Subversion (svnbot) 2008-07-31 16:44:58

Repository: asterisk
Revision: 134976

U   branches/1.4/main/manager.c
U   branches/1.4/pbx/pbx_spool.c
U   branches/1.4/sample.call

------------------------------------------------------------------------
r134976 | tilghman | 2008-07-31 16:44:57 -0500 (Thu, 31 Jul 2008) | 9 lines

Specify codecs in callfiles and manager, to allow video calls to be set up
from callfiles and AMI.
(closes issue ASTERISK-9254)
Reported by: Geisj
Patches:
      20080715__bug9531__1.4.diff.txt uploaded by Corydon76 (license 14)
      20080715__bug9531__1.6.0.diff.txt uploaded by Corydon76 (license 14)
Tested by: Corydon76

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=134976