• Anthony Minessale's avatar
    FS-7500: add video_write_overlay and stop_video_write_overlay · 81ef7703
    Anthony Minessale 提交于
    Use it to add an image to the write stream to see a recording banner on video echoed back to you during recording.
    ARGS: <file> [<position>] [<opacity 0-255>]
    
    POSITIONS:
    left-top
    left-mid
    left-bot
    center-top
    center-mid
    center-bot
    right-top
    right-mid
    right-bot
    
    <extension name="example">
      <condition field="destination_number" expression="^overlay$">
        <action application="answer"/>
        <action application="video_write_overlay" data="/path/to/img.png"/>
        <action application="record" data="/data/file.mp4"/>
        <action application="stop_video_write_overlay"/>
       </condition>
    </extension>
    81ef7703
switch_ivr_async.c 147.0 KB