R rodrigomartins806 New Member Sep 18, 2023 6 0 1 41 Sep 25, 2023 #1 Hello, I'm just starting out with FusionPBX and I would like to know if I can, using the Python language, originate a call and when it is answered, play an audio file, ending the call as soon as it ends?
Hello, I'm just starting out with FusionPBX and I would like to know if I can, using the Python language, originate a call and when it is answered, play an audio file, ending the call as soon as it ends?
M markjcrane Active Member Staff member Jul 22, 2018 607 221 43 50 Sep 25, 2023 #2 I don't use python but all you need to do is run a command line called originate. https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Examples/Originate-Example_10682745/#docusaurus_skipToContent_fallback
I don't use python but all you need to do is run a command line called originate. https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Examples/Originate-Example_10682745/#docusaurus_skipToContent_fallback
R rodrigomartins806 New Member Sep 18, 2023 6 0 1 41 Sep 25, 2023 #3 Thanks for the tip but I really need to run it via Python, I'll see if I can via cmd with this example
Thanks for the tip but I really need to run it via Python, I'll see if I can via cmd with this example