Freeswitch-clj, a pure clojure interface to freeswitch event socket

If you work in VoIP space and interested to work with freeswitch from clojure, check it out. In our company, we built a bunch of small applications around it. Also, a larger project is ongoing. Any feedback will be appreciated.

https://github.com/titonbarua/freeswitch-clj

2 Likes

Very interesting. What you are using it for?

1 Like

So far, we are using it to do automated call origination to test quality of calls across multiple carriers.

(Can’t tell you all the details, but)Broadly speaking, the end goal is to make IVR applications using combined inbound and outbound mode, without having to touch freeswitch dialplan or embedded programming languages. As a PoC, using freeswitch clj, I was able to make a ‘guess the number IVR game’ in like 30 lines of clojure.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.