I want to write a web app that connects to freeswitch and makes outgoing call to some destination number (gateway for landline or internal sip devices) and plays some sounds (may be do some logic in lua script).
After reading freeswitch wiki, I found originate
command but it doesn't work for me (I just test for internal sip number - sofia/internal/username@ip ). If originate
command can do this, how to use it properly? If there is another way please tell me.