<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 11/25/2013 01:58 PM, Sergio Muñoz
      wrote:<br>
    </div>
    <blockquote
cite="mid:CANzjCSGz-nsVorwhg-dD-n7M-CtDpJBmwjHt96OA+r6jpW4oqw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div style="font-family:arial,sans-serif;font-size:13px">Hello,</div>
        <div style="font-family:arial,sans-serif;font-size:13px"><br>
        </div>
        <div style="font-family:arial,sans-serif;font-size:13px">I'm
          trying to separate the audio from video in asterisk, a device
          that gets the audio and video on another device. Can anyone
          help me where I can change in Asterisk?, Or is it better to
          create a new application, AGI, AMI, SIPSERVLET ...?</div>
        <div style="font-family:arial,sans-serif;font-size:13px"><br>
        </div>
        <div style="font-family:arial,sans-serif;font-size:13px">Thanks!</div>
      </div>
    </blockquote>
    <br>
    I don't know a lot about what you're doing, but if you're doing SIP
    calls and you can craft the SDP that you send to Asterisk, then you
    can put different connection (c=) lines in the SDP media sections
    for audio and video. That way, the RTP layer in Asterisk will
    automatically send your audio to the destination in the audio
    section and your video to the destination in the video section.<br>
    <br>
    Even if you send the audio and video to the same IP address, with
    RTP the audio and video will be sent to different ports, so in a way
    they already are separated.<br>
    <br>
    Mark Michelson<br>
  </body>
</html>