[Asterisk-video] asterisk-video Digest, Vol 28, Issue 8

Krishnakanth Chilakapati krishnakanth.ch at tanlasolutions.com
Tue Aug 19 07:16:33 CDT 2008


Now I am able to receive the call from 3G to SIP and can view the video both ways. But I can't hear AUDIO on either side. Let me know if any settings needs to be changed

Krishna


-----Original Message-----
From: asterisk-video-bounces at lists.digium.com [mailto:asterisk-video-bounces at lists.digium.com] On Behalf Of asterisk-video-request at lists.digium.com
Sent: Tuesday, August 12, 2008 10:30 PM
To: asterisk-video at lists.digium.com
Subject: asterisk-video Digest, Vol 28, Issue 8

Send asterisk-video mailing list submissions to
        asterisk-video at lists.digium.com

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.digium.com/mailman/listinfo/asterisk-video
or, via email, send a message with subject or body 'help' to
        asterisk-video-request at lists.digium.com

You can reach the person managing the list at
        asterisk-video-owner at lists.digium.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of asterisk-video digest..."


Today's Topics:

   1. Re: [asterisk-video] IAX2 / SIP video call (Mihai Balea)
   2. Re: SIP to 3G and 3G to SIP (Tito Garrido)
   3. Media Mixer: mcu compilation error (Stanis?aw Czech)


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

Message: 1
Date: Mon, 11 Aug 2008 16:02:04 -0400
From: Mihai Balea <mihai at hates.ms>
Subject: Re: [Asterisk-video] [asterisk-video] IAX2 / SIP video call
To: Development discussion of video media support in Asterisk
        <asterisk-video at lists.digium.com>
Message-ID: <394A7171-E6FE-46CB-A7D0-F6022E3B4BAB at hates.ms>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

I have been out of the loop for some time, but as of a few month ago,
this would not have been possible.

As you know, you need a patched Asterisk to successfully negotiate
video with the IAX2 protocol., due to the inherent limitations of the
protocol.  In addition to that, your SIP endpoint needs to support the
same type of Theora fragmentation as iaxclient does.  I would assume
that your SIP endpoint uses the proposed Theora over RTP draft, which
would make it incompatible with iaxclient.

About a year ago I proposed some enhancements to the IAX protocol to
better support video fragmentation and better codec negotiation.  The
level of interest in the Asterisk community was on the low side and I
assume it will stay low, until somebody actually goes ahead and comes
up with working code to implement these features

Mihai


On Aug 11, 2008, at 11:53 AM, Paulo Vicentini wrote:

> Hi,
> Is it possible a video call between a SIP endpoint with theora codec
> support and an IAX2 endpoint (with theora too)?
> Will Asterisk manage SIP / RTP / SDP and IAX2 protocols appropriately?
> Is there support for that?
> I saw posts related to Generic Media Frame Specification / Video
> codec negotiation in IAX / etc.
>
> Could you tell me the current status of these issues?
>
> Currently I am able to place video (theora) calls using IAXclient
> endpoints and a patched Asterisk
>
> Thank you
>
> Paulo
>
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-video mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-video




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

Message: 2
Date: Mon, 11 Aug 2008 20:07:44 -0300
From: "Tito Garrido" <titogarrido at gmail.com>
Subject: Re: [Asterisk-video] SIP to 3G and 3G to SIP
To: "Development discussion of video media support in Asterisk"
        <asterisk-video at lists.digium.com>
Message-ID:
        <c5be739b0808111607ib91f1dbwf7c39424caa9e534 at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hi,

What you've done to be able to receive the call from 3G to SIP and 3G
caller be able to view the video?

Thanks

On Mon, Aug 11, 2008 at 7:58 AM, Krishnakanth Chilakapati
<krishnakanth.ch at tanlasolutions.com> wrote:
> The Problem that I am having is now I am able to  receive the call from 3G
> to SIP and 3G caller is able to view the video but cannot hear the audio in
> both the ways. In SIP to 3G I am able to connect to the call but the call is
> going as Voice call
>
>
>
> Krishna
>
>
>
>
> Download Tanla Mobile Marketing and Advertising Guide. http://www.tanlamobile.com/registration.htm
>
> *****************************************************************************************************************
>
> "This  e-mail is  intended only for  the addressee. If  you are  not the intended recipient, then  dissemination,
>  distribution or copying  of  this email is  strictly   prohibited. If   received  in   error,  please destroy
>  the  e-mail  and notify  the sender immediately.  This  mail has  been  checked  for viruses. However recipients
>  should undertake their own  virus check. Tanla Solutions Limited and its subsidiaries will not be liable for any losses."
>
> ******************************************************************************************************************
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-video mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-video
>



--
Linux User #387870
.........____
.... _/_?|__|
..?[ .-.___.-._| . . . .
.__( o)__( o).:_______



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

Message: 3
Date: Tue, 12 Aug 2008 13:31:21 +0200
From: Stanis?aw Czech <tygrys at tygrys.net>
Subject: [Asterisk-video] Media Mixer: mcu compilation error
To: asterisk-video at lists.digium.com
Message-ID: <397865426.20080812133121 at tygrys.net>
Content-Type: text/plain; charset=utf-8

Welcome,

At the beginning I would like to thank Sergio for his great work ;-)
Second thing: Could you upgrade your code to support newest SVN
versions of xmprpc-c. The 1.1 version is unable to compile since GCC
4.3 and so we all have to use SVN versions :/

Whatever I do, I get:

/usr/local/src/mcu/media/src/xmlrpcserver.cpp: In static member function ?static int XmlRpcServer::RequestHandler(TSession*)?:
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:104: error: invalid use of incomplete type ?struct _TSession?
/usr/local/include/xmlrpc-c/abyss.h:121: error: forward declaration of ?struct _TSession?
/usr/local/src/mcu/media/src/xmlrpcserver.cpp: In member function ?int XmlRpcServer::DispatchRequest(TSession*)?:
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:117: error: invalid use of incomplete type ?struct _TSession?
/usr/local/include/xmlrpc-c/abyss.h:121: error: forward declaration of ?struct _TSession?
/usr/local/src/mcu/media/src/xmlrpcserver.cpp: In static member function ?static int XmlRpcServer::GetBody(TSession*, char*, short int)?:
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:148: error: invalid use of incomplete type ?struct _TSession?
/usr/local/include/xmlrpc-c/abyss.h:121: error: forward declaration of ?struct _TSession?
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:148: error: ?ConnReadInit? was not declared in this scope
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:151: error: invalid use of incomplete type ?struct _TSession?
/usr/local/include/xmlrpc-c/abyss.h:121: error: forward declaration of ?struct _TSession?
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:154: error: invalid use of incomplete type ?struct _TSession?
/usr/local/include/xmlrpc-c/abyss.h:121: error: forward declaration of ?struct _TSession?
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:157: error: invalid use of incomplete type ?struct _TSession?
/usr/local/include/xmlrpc-c/abyss.h:121: error: forward declaration of ?struct _TSession?
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:165: error: invalid use of incomplete type ?struct _TSession?
/usr/local/include/xmlrpc-c/abyss.h:121: error: forward declaration of ?struct _TSession?
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:168: error: invalid use of incomplete type ?struct _TSession?
/usr/local/include/xmlrpc-c/abyss.h:121: error: forward declaration of ?struct _TSession?
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:168: error: ?ConnRead? was not declared in this scope
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:172: error: invalid use of incomplete type ?struct _TSession?
/usr/local/include/xmlrpc-c/abyss.h:121: error: forward declaration of ?struct _TSession?
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:175: error: invalid use of incomplete type ?struct _TSession?
/usr/local/include/xmlrpc-c/abyss.h:121: error: forward declaration of ?struct _TSession?
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:178: error: invalid use of incomplete type ?struct _TSession?
/usr/local/include/xmlrpc-c/abyss.h:121: error: forward declaration of ?struct _TSession?
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:184: error: invalid use of incomplete type ?struct _TSession?
/usr/local/include/xmlrpc-c/abyss.h:121: error: forward declaration of ?struct _TSession?
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:188: error: invalid use of incomplete type ?struct _TSession?
/usr/local/include/xmlrpc-c/abyss.h:121: error: forward declaration of ?struct _TSession?
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:189: error: invalid use of incomplete type ?struct _TSession?
/usr/local/include/xmlrpc-c/abyss.h:121: error: forward declaration of ?struct _TSession?
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:192: error: invalid use of incomplete type ?struct _TSession?
/usr/local/include/xmlrpc-c/abyss.h:121: error: forward declaration of ?struct _TSession?
/usr/local/src/mcu/media/src/xmlrpcserver.cpp: In static member function ?static int XmlRpcServer::SendResponse(TSession*, short int, char*, int)?:
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:217: error: ?HTTPWrite? was not declared in this scope
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:218: error: ?HTTPWriteEnd? was not declared in this scope
/usr/local/src/mcu/media/src/xmlrpcserver.cpp: In static member function ?static int XmlRpcServer::SendError(TSession*, short int)?:
/usr/local/src/mcu/media/src/xmlrpcserver.cpp:233: warning: deprecated conversion from string constant to ?char*?
make[1]: *** [xmlrpcserver.o] Error 1


Greetings,

Stanislaw Czech
NOWATEL Sp. z o.o.

tel. +48 58 732 25 91
fax. +48 58 732 25 94
mob. +48  693 059 058
http://www.tygrys.net
http://www.nowatel.com




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

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-video

End of asterisk-video Digest, Vol 28, Issue 8
*********************************************





More information about the asterisk-video mailing list