From: Luigi P. <ope...@gm...> - 2021-05-24 10:07:32
|
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? Thanks again for the work. Best regards, Luigi |
From: Michael K. <li...@mk...> - 2021-05-24 10:21:10
|
> Am 24.05.2021 um 12:07 schrieb Luigi Porto <ope...@gm...>: > > 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? > Thanks again for the work. > Best regards, > > Luigi Hi Luigi, "chan_mobile.conf" comes from the default Asterisk sample configuration files. AstLinux does not support Bluetooth, so this approach won't work. I personally use an LTE modem on the AstLinux WAN-failover port: https://doc.astlinux.org/userdoc:tt_wan_failover#avm_fritz_box_6820v3_lte_as_lte_router Michael http://www.mksolutions.info |
From: Luigi P. <ope...@gm...> - 2021-05-24 11:00:08
|
Dear Michael, Thank you for the reply, my target is not a WAN failover, but to use my SIM as a trunk. When I get to home associating that on PBX, then, being able to answer / call with my mobile number in the Asterisk environment.. Il 24/05/2021 12:20, Michael Keuter ha scritto: > >> Am 24.05.2021 um 12:07 schrieb Luigi Porto <ope...@gm...>: >> >> 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? >> Thanks again for the work. >> Best regards, >> >> Luigi > Hi Luigi, > > "chan_mobile.conf" comes from the default Asterisk sample configuration files. > AstLinux does not support Bluetooth, so this approach won't work. > I personally use an LTE modem on the AstLinux WAN-failover port: > > https://doc.astlinux.org/userdoc:tt_wan_failover#avm_fritz_box_6820v3_lte_as_lte_router > > Michael > > http://www.mksolutions.info > > > > > > _______________________________________________ > Astlinux-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-devel |
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 |
From: Luigi P. <ope...@gm...> - 2021-05-24 13:51:13
|
Hello Lonnie, Yes, as option B I was thinking about AstLinux <> RPi, thank you. :) Regards, Luigi Il 24/05/2021 15:15, Lonnie Abelbeck ha scritto: > >> 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 > > > > > > > > _______________________________________________ > Astlinux-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-devel |