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

    Freeswitch 0.8.7.5 Broken Links

    Scheduled Pinned Locked Moved pfSense Packages
    5 Posts 2 Posters 1.7k 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
      mwalsh
      last edited by

      Mcrane,

      I upgraded to version 0.8.7.5 and found two broken links:

      The Profiles tab: http://10.255.255.1:4443/packages/freeswitch/freeswitch_profiles.php
      and
      The Vars tab: http://10.255.255.1:4443/packages/freeswitch/freeswitch_vars.php

      Thanks,

      Mike

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

        What is the download speed of your internet connection?

        Did you follow the recommended backup procedure?

        1. Status tab 'Backup'
        2. Remove the package
        3. Install the Package.

        The reinstall button in packages seems to miss file for some reason.

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

          Mcrane,

          The download speed is 8MB.

          No I'm afraid I didn't do the upgrade process. Is there anyway to recover it?

          Thanks,

          Mike

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

            Please contact me on IRC freenode #pfsense-freeswitch so far you are the only one that is having this problem. Are you just missing the two files?

            Mark

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

              For future reference here is manual fix to download the missing files.  pfSense -> Diagnostics -> Command -> PHP Execute

              exec("cd /tmp/;fetch http://www.pfsense.com/packages/config/freeswitch/freeswitch_vars.tmp");
              exec("cp /tmp/freeswitch_vars.tmp /usr/local/www/packages/freeswitch/freeswitch_vars.php");
              unlink_if_exists("/tmp/freeswitch_vars.tmp");

              exec("cd /tmp/;fetch http://www.pfsense.com/packages/config/freeswitch/freeswitch_profiles.tmp");
              exec("cp /tmp/freeswitch_profiles.tmp /usr/local/www/packages/freeswitch/freeswitch_profiles.php");
              unlink_if_exists("/tmp/freeswitch_profiles.tmp")

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