From: Lonnie A. <li...@lo...> - 2021-05-24 13:15:17
|
> On May 24, 2021, at 5:07 AM, Luigi Porto <ope...@gm...> wrote: > > Dear Astlinux Devs, > > I would like to use my mobile phone number as the IN/OUT SIP trunk. > As previously written I am currently compiling a 1.3.x for my Alix, everything works fine. > I am very interested, reading this link: https://www.beppo.it/blog/107-minipbx-mobile (https://translate.google.com/translate?sl=it&tl=en&u=https://www. beppo.it/blog/107-minipbx-mobile) > In astlinux I noticed that there is chan_mobile.conf, but there are no tools for managing the bluetooth, is it possible to integrate all this? > Or is there some other way to achieve the goal? Hi Luigi, Many years ago (8+ years) we looked into supporting chan_mobile (and bluetooth), and decided not to support it. chan_mobile requires Asterisk to be built with "bluetooth" which is complicated, adding bluez-tools, dbus, libglib2 and some audio packages. While technically possibly, definitely not recommended via an AstLinux custom build. Our old bluez-tools package is not the latest version 5. Possibly using a Raspberry Pi for the bluetooth, chan_mobile and SIP trunk via ethernet to your AstLinux box. Either way, it seems like a lot of work, and a fragile solution to me. Lonnie |