<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Thank you Borja, it works.<br><br>Best regards,<br><br>- Zelalem S. <br><br><br>&gt; Date: Wed, 13 May 2009 14:38:31 +0200<br>&gt; From: borja.sixto@i6net.com<br>&gt; To: asterisk-video@lists.digium.com<br>&gt; Subject: Re: [Asterisk-video] How to know if video call is comming?<br>&gt; <br>&gt; The patch is only for the ISDN Bearer Capability....<br>&gt; For SIP you not need to touch your Asterisk sources.<br>&gt; <br>&gt; Regards,<br>&gt; <br>&gt; <br>&gt; Borja from i6net<br>&gt; <br>&gt; Zelalem Sintayehu a écrit :<br>&gt; &gt; Thank you! I will try to patch and use it.<br>&gt; &gt;<br>&gt; &gt; Best regards,<br>&gt; &gt;<br>&gt; &gt; - Zelalem S.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; &gt; Date: Wed, 13 May 2009 13:00:50 +0200<br>&gt; &gt; &gt; From: borja.sixto@i6net.com<br>&gt; &gt; &gt; To: asterisk-video@lists.digium.com<br>&gt; &gt; &gt; Subject: Re: [Asterisk-video] How to know if video call is comming?<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Hi Zelalem,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; If you are using SIP Video calls use :<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; exten =&gt; vxml,n,NoOp(${CHANNEL(videonativeformat)})<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; This return the Video Codec used for the call.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Regards,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Borja<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Zelalem Sintayehu a écrit :<br>&gt; &gt; &gt; &gt; Thank you Borja for your prompt response. But I think I have still<br>&gt; &gt; &gt; &gt; some questions. I am using Asterisk 1.4.21 version. So, what is the<br>&gt; &gt; &gt; &gt; patch (where can I get it) for this particular version. BTW, I am <br>&gt; &gt; also<br>&gt; &gt; &gt; &gt; using the app_mp4 application. The other thing, does the CHANNEL<br>&gt; &gt; &gt; &gt; function (that you mentioned) tell me if the call if video or <br>&gt; &gt; audio? I<br>&gt; &gt; &gt; &gt; mean I was expecting a return value that I can use for the GOTOIF<br>&gt; &gt; &gt; &gt; function in extensions.conf file to go to a particular place if the<br>&gt; &gt; &gt; &gt; call is video or audio. Please elaborate on this. Particularly, I<br>&gt; &gt; &gt; &gt; don't understand the Traces from PRI section. I don't use ISDN at the<br>&gt; &gt; &gt; &gt; moment.<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Thank you.<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; - Zelalem S.<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Date: Wed, 13 May 2009 12:10:38 +0200<br>&gt; &gt; &gt; &gt; &gt; From: borja.sixto@i6net.com<br>&gt; &gt; &gt; &gt; &gt; To: asterisk-video@lists.digium.com<br>&gt; &gt; &gt; &gt; &gt; Subject: Re: [Asterisk-video] How to if video call is comming?<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Hi Zelalem,<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Yes that is possible.<br>&gt; &gt; &gt; &gt; &gt; You have a signaling information in the SETUP packet (in case of <br>&gt; &gt; ISDN,<br>&gt; &gt; &gt; &gt; &gt; you have a similar data in SS7) :<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Traces from PRI :<br>&gt; &gt; &gt; &gt; &gt; &lt; Bearer Capability (len= 5) [ Ext: 1 Q.931 Std: 0 Info transfer<br>&gt; &gt; &gt; &gt; &gt; capability: Unrestricted digital information (8)<br>&gt; &gt; &gt; &gt; &gt; &lt; Ext: 1 Trans mode/rate: 64kbps,<br>&gt; &gt; &gt; &gt; &gt; circuit-mode (16)<br>&gt; &gt; &gt; &gt; &gt; &lt; User information layer 1: H.223/H.245<br>&gt; &gt; &gt; &gt; &gt; Multimedia (38)<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; You will probably need to patch your Asterisk to be able to <br>&gt; &gt; differe the<br>&gt; &gt; &gt; &gt; &gt; 2 calls (audio and video).<br>&gt; &gt; &gt; &gt; &gt; Normally, after patching the Asterisk you will have an Asterisk<br>&gt; &gt; &gt; &gt; Function<br>&gt; &gt; &gt; &gt; &gt; called CHANNEL(transfercapability) to get and set the corresponding<br>&gt; &gt; &gt; &gt; &gt; Signaling information.<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; exten =&gt; vxml,n,NoOp(${CHANNEL(transfercapability)})<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Regards,<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Borja from i6net<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Zelalem Sintayehu a écrit :<br>&gt; &gt; &gt; &gt; &gt; &gt; Hi all, I wanted to know if there is a mechanism to know if a <br>&gt; &gt; call is<br>&gt; &gt; &gt; &gt; &gt; &gt; video call before answering it. I want to perform something if <br>&gt; &gt; a call<br>&gt; &gt; &gt; &gt; &gt; &gt; is video, and do another thing if it is audio.<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; Thank you.<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; - Zelalem S.<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; &gt; &gt; &gt; &gt; Invite your mail contacts to join your friends list with <br>&gt; &gt; Windows Live<br>&gt; &gt; &gt; &gt; &gt; &gt; Spaces. It's easy! Try it!<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &lt;http://spaces.live.com/spacesapi.aspx?wx_action=create&amp;wx_url=/friends.aspx&amp;mkt=en-us&gt; <br>&gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; &gt; &gt; --Bandwidth and Colocation Provided by <br>&gt; &gt; http://www.api-digital.com--<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; asterisk-video mailing list<br>&gt; &gt; &gt; &gt; &gt; &gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt; &gt; &gt; &gt; &gt; http://lists.digium.com/mailman/listinfo/asterisk-video<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; &gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; asterisk-video mailing list<br>&gt; &gt; &gt; &gt; &gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt; &gt; &gt; &gt; http://lists.digium.com/mailman/listinfo/asterisk-video<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; &gt; &gt; What can you do with the new Windows Live? Find out<br>&gt; &gt; &gt; &gt; &lt;http://www.microsoft.com/windows/windowslive/default.aspx&gt;<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; asterisk-video mailing list<br>&gt; &gt; &gt; &gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt; &gt; &gt; http://lists.digium.com/mailman/listinfo/asterisk-video<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; asterisk-video mailing list<br>&gt; &gt; &gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt; &gt; http://lists.digium.com/mailman/listinfo/asterisk-video<br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; check out the rest of the Windows Live™. More than mail–Windows Live™ <br>&gt; &gt; goes way beyond your inbox. More than messages <br>&gt; &gt; &lt;http://www.microsoft.com/windows/windowslive/&gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>&gt; &gt;<br>&gt; &gt; asterisk-video mailing list<br>&gt; &gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt;    http://lists.digium.com/mailman/listinfo/asterisk-video<br>&gt; <br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>&gt; <br>&gt; asterisk-video mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;    http://lists.digium.com/mailman/listinfo/asterisk-video<br><br /><hr />Windows Live™: Keep your life in sync. <a href='http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t1_allup_explore_012009' target='_new'>Check it out!</a></body>
</html>