[Freeswitch-users] Freeswitch video playback re-invite

Volodymyr Fedorov lexxua at gmail.com
Mon Nov 29 20:31:02 UTC 2021


Hi,
I have a question. Is there any way to trigger re-invite, if video
playback is requested?
for example I have following extension:
  <extension name="videoplayback">
    <condition field="destination_number" expression="^6054$">
      <action application="answer"/>
      <action application="playback" data="voicemail/vm-goodbye.wav"/>
      <action application="playback" data="/opt/video/lipsync.mp4"/>
    </condition>
  </extension>
I think Freeswitch should do re-invite with video codecs in SDP, but
it does not. Maybe I missed something?
I checked examples of config:
https://github.com/signalwire/freeswitch/blob/master/conf/testing/dialplan/default/0011_play_video_local_stream.xml
And so far did not find an answer to how to trigger re-invite.
Thanks!

-- 
Best regards,
Volodymyr



More information about the FreeSWITCH-users mailing list