Search results

  1. Andyd358

    SOLVED outbound

    Had a customer report today that they can't ring a few numbers, When we try from the same install either on their domein or on ours we get internal server error. This has been happening for a while but they never reported it untill today. Logs for the number...
  2. Andyd358

    (Solved) Got an issue will calls not connecting or being seen by Fusion

    So turned out it was down to Virgin media blocking Sip traffic. We rasied a tcicket with them, they said it was nothing to do with their routing but then all of a sudden it started working.
  3. Andyd358

    (Solved) Got an issue will calls not connecting or being seen by Fusion

    00fe5038-76a9-46a5-b4e3-d5abe9ed463a 2021-07-26 20:13:58.497411 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/4241@linskill.XXXXXXXXXXX.co.uk:5060) State DESTROY going to sleep 00fe5038-76a9-46a5-b4e3-d5abe9ed463a 2021-07-26 20:13:58.497411 [DEBUG] switch_core_state_machine.c:181...
  4. Andyd358

    (Solved) Got an issue will calls not connecting or being seen by Fusion

    Started this morning we had a server outage and failed over to our other server. Once the issue had bee resolved we moved all back to the original server. This is when the trouble started. one of the domains has an issue where the phones are registered but when you try to make a call internal...
  5. Andyd358

    SOLVED Best Practice to Extract CDR Report for a Tenant in Multi-Tenant Setup

    Morning, I know this is question to your question but I dont understand why you have Dial Plans at Global level and not at tenant level. On ours all the diaplans are at Tenant level
  6. Andyd358

    Dial Plan Manager - Call_limit

    Did you manage to do this I'd like to do the same. i.e. play a message to say all channels are busy.
  7. Andyd358

    Restore Script Keeps asking for password.

    WHOA there big fella Ive only just learnt to walk lol :) Ill get around to that at some point hahahah
  8. Andyd358

    Restore Script Keeps asking for password.

    Chhers bud all sorted now didnt realise how easy it was to setup
  9. Andyd358

    Restore Script Keeps asking for password.

    The SSH Key Was the way i went. Im not a linux person so didnt know about this but by god it was easy to setup.
  10. Andyd358

    Might be a daft question: How do you like to monitor your usage

    Cut a long story short I think I have over provisioned the Channels on my shared sip trunk. Currently have a number of customers on a shared trunk with X amount of Channels. So basically its first come first served. I dont imagine that the maximum number of calls at ayone time actaully...
  11. Andyd358

    (Solved (Im an Idiot)) Problem with a restore.

    Oh well looks like I had something wrong with the script I was using to restore i had the line pg_restore -Fc --host=127.0.0.1 --dbname=fusionpbx --username=fusionpbx /var/backups/fusionpbx/postgresql/fusionpbx$ Searched through the forums again and found pg_restore -Fc --host=127.0.0.1...
  12. Andyd358

    (Solved (Im an Idiot)) Problem with a restore.

    Fresh in stall of Fusion on Debian 9. Ran a restore and it ended with: pg_restore: error: could not open input file "/var/backups/fusionpbx/postgresql/fusionpbx$": No such file or directory Restore Complete So checked if the files where there: root@pbx:~# cd /var/backups/fusionpbx/postgresql...
  13. Andyd358

    Running a Cronjob for retsore....

    Hi I have added the follwing line to Crontab but unsure if it working (Does not see to be) I take it I may have the syntax wrong # m h dom mon dow command 0 3 * * * /root/restore.sh | mail -s "PBX Restore Complete" technical@xxxxxxxxx.co.uk I dont get an email and it does not look like...
  14. Andyd358

    (Solved) Dehydrated problem

    Thanks you pointed me in the right direction. Seems under /etc/nginx/sites-available/ I looked at the FusionPBX file and within this were the typos altered that and reran the ./letsencrypt.sh and it worked fine this time.. thank you both Bifur and Adrian for their help.
  15. Andyd358

    (Solved) Dehydrated problem

    Some slight progress but still got an error in the end nginx: [emerg] BIO_new_file("/etc/dehydrated/certs/oip.XXXXXX-it.co.uk/fullchain.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/dehydrated/certs/oip.XXXXXXXX-it.co.uk/fullchain.pem','r')...
  16. Andyd358

    (Solved) Dehydrated problem

    been waiting around 20 minutes and tried again last night actuaklky left it over night untill this morning and got the same error.
  17. Andyd358

    (Solved) Dehydrated problem

    Sorry didnt have my glasses on lol Hooks script : #!/usr/bin/env bash # based on https://github.com/lukas2511/dehydrated/wiki/example-dns-01-nsupdate-script set -e set -u set -o pipefail case "$1" in "deploy_challenge") echo "" echo "Add the following to the zone...
  18. Andyd358

    (Solved) Dehydrated problem

    Im updating the DNS through the Control panle for the domain then testing it via MXtoolbox to see if its updated.
  19. Andyd358

    (Solved) Dehydrated problem

    Config file looks like this ######################################################## # This is the main config file for dehydrated # # # # This file is looked for in the following locations: # # $SCRIPTDIR/config (next to this...
  20. Andyd358

    (Solved) Dehydrated problem

    Keep getting this: + Responding to challenge for voip.xxxxxx-it.co.uk authorization... Unknown hook "invalid_challenge" + Cleaning challenge tokens... Now you can remove the following from the zone definition of voip.xxxxxxx-it.co.uk: _acme-challenge.voip.xxxxxxx-it.co.uk. IN TXT...