Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Asterisk 1.8 package

    Scheduled Pinned Locked Moved pfSense Packages
    281 Posts 59 Posters 242.8k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      matthijs
      last edited by

      Hi Bastion, strange, it worked after a second reboot (I didnt change anything)

      1 Reply Last reply Reply Quote 0
      • M
        matthijs
        last edited by

        Rebooted again and it failed again to autostart, it sometimes works sometimes not
        Did also a clean install, same behaviour, did you also test it on a nanobsd i386 (Alix board) ?
        Because sometimes I also have the issue that OpenVPN fails to autostart
        The Alix board is quite slow at things, so maybe things are not proparly stopped at a shut down\reboot, or things time-out or something during startup.

        1 Reply Last reply Reply Quote 0
        • D
          doktornotor Banned
          last edited by

          I bet about 99% of the inexplicable package issues would be solved by abandoning the PBI packaging POS. Really hope it happens very soon.

          (And pretty much can understand that people's motivation to maintain packages in their free time is about zero at this point. Most of time is wasted on debugging the packaging, instead of development and features.  >:( )

          1 Reply Last reply Reply Quote 0
          • M
            matthijs
            last edited by

            Rebooted again and everything started succesfully
            This time I waited a little longer before logging into the webinterface.
            Maybe the problem is related with logging into soon after a reboot (interfering with processes still starting in the background)

            1 Reply Last reply Reply Quote 0
            • B
              Bastion
              last edited by

              matthijs,

              After rebooting, pfSense normally needs a bit "patience/time" to autostart all services …

              P.S : Agree ! doktornotor  ;)

              1 Reply Last reply Reply Quote 0
              • A
                AndreasSchneider
                last edited by

                Package seems to be broken..

                install on new 2.2.2 -> asterisk dont start

                after apply Bastions dirty workaround ends up with -> no asterisk_enable in rc.conf after manual add-in in rc.conf -> pam_error

                1 Reply Last reply Reply Quote 0
                • A
                  AndreasSchneider
                  last edited by

                  Update:

                  after make a new /etc/rc.asterisk an put asterisk_enable=YES into it … it works again

                  1 Reply Last reply Reply Quote 0
                  • C
                    carlm
                    last edited by

                    I just installed Asterisk on PfSense 2.2.2.
                    I ran into some of the problems mentioned in this thread.
                    These are my notes on solutions to the problems.

                    1. Installation

                    Installation takes a long, long time (on my box, about 24.5 minutes AFTER download is complete).
                    You can't see what's going on in the web UI.
                    I recommend enabling ssh, logging in to ssh and issuing the following command at the ssh command prompt:

                    pfSsh.php playback installpkg Asterisk

                    After a few minutes it will say 'Done' and the cursor will remain at the end of that line.
                    It isn't done: it's just done with the download.
                    Wait until it's really done – you'll know from the console output. Be patient.

                    I'm not sure if this method installs the PfSense GUI stuff.
                    If, after this step, you don't have an Asterisk entry in the PfSense Status menu, go to
                    System->Packages and under Installed Packages->Asterisk click on the 'xml' button.

                    2. Post-install fixes

                    First, do this stuff:

                    https://forum.pfsense.org/index.php?topic=47210.msg490067#msg490067

                    Next, to fix the Asterisk log warnings about res_snmp.so and libperl.so, do the following:

                    • under Diagnostics->NanoBSD set Media Read/Write status to Read/Write

                    • log in with ssh, start a shell and cd to /usr/pbi/asterisk-<arch>/local/lib
                          note: replace <arch>with i386 or amd64, depending on your system

                    • issue the following command at the ssh command prompt:
                          ln -s perl5/5.18/mach/CORE/libperl.so

                    • under Diagnostics->NanoBSD set Media Read/Write status to Read-Only

                    • under Status->Asterisk->Log press 'Clear log'

                    • under Status->Asterisk->Commands press 'Restart Asterisk'

                    • under Status->Asterisk->Log check the log; there should be no WARNINGs

                    Hope this helps. I wanted to summarize everything in one place.</arch></arch>

                    1 Reply Last reply Reply Quote 0
                    • D
                      deesmith
                      last edited by

                      Hi,

                      first thanks for the hard work everyone is putting into this, I migrated over to Pfsense several months ago and I've come to enjoy the flexibility available. Now after the Asterisk update a couple of months ago the module chan_sccp.so no longer works, I was relying on a pre-built deb package. Can someone please build the module to support the latest build of pfsense and asterisk.

                      Thanks in advance.

                      1 Reply Last reply Reply Quote 0
                      • Z
                        zhhh
                        last edited by

                        The package installation failed on pfsense 2.2.3 i386  :-\ help plz!!!

                        1 Reply Last reply Reply Quote 0
                        • B
                          ben.suffolk
                          last edited by

                          I Have the Asterisk Package Installed (0.3.1) on my pfSense system (2.2.2-RELEASE (amd64)) but there does not seem to be any of the modules installed. The config file suggests "/usr/local/lib/asterisk/modules" would be the place, but that directory does not exist.

                          This means things like musiconhold won't work.

                          Have I missed something out when installing this package?

                          Regards

                          Ben

                          1 Reply Last reply Reply Quote 0
                          • C
                            carlm
                            last edited by

                            @ben.suffolk:

                            I Have the Asterisk Package Installed (0.3.1) on my pfSense system (2.2.2-RELEASE (amd64)) but there does not seem to be any of the modules installed. The config file suggests "/usr/local/lib/asterisk/modules" would be the place, but that directory does not exist.

                            This means things like musiconhold won't work.

                            Have I missed something out when installing this package?

                            Regards

                            Ben

                            I have the same package version installed on the same pfSense version, but i386 instead of amd64.
                            Yes, according to asterisk.conf the modules directory is /usr/local/lib/asterisk/modules.
                            No, that directory doesn't exist on my system either.
                            But Asterisk works fine.
                            If no modules were being loaded Asterisk would be basically dead.
                            Are you speculating that something will not work if you attempt it, or have you actually observed that Asterisk does not work?

                            For reference du -h /usr/pbi/asterisk-i386 reports 472MB. amd64 should be somewhat larger.

                            EDIT:
                            To see what modules are loaded issue the following command at the Asterisk CLI prompt:

                            module show

                            1 Reply Last reply Reply Quote 0
                            • D
                              doktornotor Banned
                              last edited by

                              The asterisk.conf references the chrooted paths. (For details on PBI junk, search this forum…)

                              1 Reply Last reply Reply Quote 0
                              • B
                                ben.suffolk
                                last edited by

                                @carlm:

                                If no modules were being loaded Asterisk would be basically dead.
                                Are you speculating that something will not work if you attempt it, or have you actually observed that Asterisk does not work?

                                For reference du -h /usr/pbi/asterisk-i386 reports 472MB. amd64 should be somewhat larger.

                                EDIT:
                                To see what modules are loaded issue the following command at the Asterisk CLI prompt:

                                module show

                                Your right, lots of modules are loaded. What does not work for me is the music on hold command. Thats when I started looking and found the modules directory missing.

                                1 Reply Last reply Reply Quote 0
                                • N
                                  nguyentan1980
                                  last edited by

                                  Please help me to install Asterisk-GUI on PFsense. I'm a newbie on this. My Pfsense box version is:
                                  2.2.1-RELEASE (amd64)
                                  FreeBSD 10.1

                                  1 Reply Last reply Reply Quote 0
                                  • C
                                    carlm
                                    last edited by

                                    @nguyentan1980:

                                    Please help me to install Asterisk-GUI on PFsense. I'm a newbie on this. My Pfsense box version is:
                                    2.2.1-RELEASE (amd64)
                                    FreeBSD 10.1

                                    I assume you are referring to the old Asterisk GUI developed by Digium.
                                    Before doing anything take a look at this page:

                                    https://wiki.asterisk.org/wiki/display/AST/Asterisk+GUI

                                    There is no pfSense package for Asterisk GUI. Someone would have to make one, assuming it would be practical to run Asterisk GUI on pfSense (maybe not).

                                    Alternately, Asterisk GUI doesn't need to run on the same machine that Asterisk runs on – it communicates with Asterisk via AMI. A more practical approach would be to build and run Asterisk GUI on a separate UNIX/Linux box, if you have one.

                                    Note: I have never used Asterisk GUI. If you read the web page linked above you'll know as much about it as I do.

                                    Personally, I just configured Asterisk manually. Now I know what goes on "under the hood."

                                    1 Reply Last reply Reply Quote 0
                                    • N
                                      nguyentan1980
                                      last edited by

                                      Thanks Carlm for your advice.

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        msmith9xr4
                                        last edited by

                                        Another one of many reasons to stick with 2.1.5

                                        If you are serious about VoIP, 2.1.5 has working limiters, working asterisk (nice redundancy even if you do/should have another box or VM behind pfsense)

                                        Strange, too , how hard it is to find old versions…..

                                        :( >:( >:(

                                        1 Reply Last reply Reply Quote 0
                                        • dotdashD
                                          dotdash
                                          last edited by

                                          @msmith9xr4:

                                          Strange, too , how hard it is to find old versions…..

                                          Ok, so there isn't a big button on the download page saying 'old versions', but is it really that hard to look in the folder marked 'old' on the download mirror?
                                          There are a few situations where you might want 2.1.5, but for most people 2.2.4 is better.

                                          1 Reply Last reply Reply Quote 0
                                          • C
                                            carlm
                                            last edited by

                                            I started out w/ v 0.3.1 of the Asterisk package.
                                            Others have commented that this version is much larger than the previous version.
                                            Anyone know what accounts for the size increase?
                                            Anything to do with the gcc48 stuff? Is that stuff necessary?

                                            Whenever I have to reinstall Asterisk (e.g., restore a previous config) it takes about 25 minutes to untar the Asterisk .pbi. I'm running nanoBSD i386 with a SanDisk 8GB Class 4 microSD card. Was about the same with a Kingston Class 10 card. A much smaller .pbi would really help, unless there's a way to speed up the untar operation (permanent R/W on nanoBSD??).

                                            Thanks!

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.