0

I'm trying to connect a TeamSpeak 3 channel to an Asterisk conference (using ConfBridge) on FreePBX.

Not much out there about how to do it. Both the PBX and TS3 servers are running on the same CentOS box. Right now the best approach that I can think of would be to run both clients and pipe the audio between the two, but there must be a better way. Has anyone connected the two successfully?

Seth
  • 9,393

1 Answers1

0

The problem is that TeamSpeak (all versions) use a completely different audio codec and media transport than FreePBX (or asterisk, more specifically). You would need to do a lot more than "pipe audio between the two". You would need to transcode the audio in both directions, as well as create a bridge between the container formats. Creating such a plugin for Asterisk would be relatively simple... but TeamSpeak is proprietary, and trying to do such would violate many licenses, so I doubt you'll find anyone wanting to get into legal-hell trying to build this.

TheCompWiz
  • 10,912