Search results

  1. H

    Logging when extensions change state

    I feel like the information I am after is probably all "in there" somewhere, because we have a Registrations table and we have Event Guard watching for failed logins. I am interested in extensions change state, ie register, unregister or expire. But when I look in the logs, I don't see events...
  2. H

    SOLVED Setting line type default to 5061/TLS

    Where can I change the line provisioning globally so that 5061/TLS is used? In Default Settings we have "line_sip_port", that can easily be set to 5061. But line_sip_transport is "tcp" and looking at account.X.sip_server.Y.transport_type, the valid values are 0 - 3, so how do these interact?
  3. H

    Difference between "Status UP" and "Status UP (ping)"

    What's the difference between these two statuses? They were run 60s apart: ================================================================================================= Name e90a3575-fdbf-4c03-8a93-cf0c889fe64f ... Ping 1742483830 PingFreq 60 PingTime...
  4. H

    Bullseye to Bookworm upgrade

    A colleague updated the OS of a FusionPBX system from Debian 11 to 12 last year. The upgrade process did not update the release in /etc/apt/sources.list.d/php.list accordingly so the system is still using the Sury 8.1 PHP packages. Everything looks to be fine but PHP 8.1 is approaching EOL so I...
  5. H

    Emails on Event Guard events

    Is it possible to get FusionPBX to send an email on Event Guard events?
  6. H

    Inbound calls to IVR gets routed outside.

    I have an IVR 1234 that plays a message. I have an outbound route for 3+ digits to out to SIP provider. I have a Destination for a direct dial. If I assign an inbound route for this direct dial to an extension, it works [Note that the extensions are not numeric, so cannot accidentally match...
  7. H

    Fail2ban not starting after update to 5.2

    I think this started happening after 5.1->5.2 update yesterday, as I still have a banned IP listed so definitely was working: Chain sip-auth-ip (1 references) target prot opt source destination DROP 0 -- 193.107.216.241 0.0.0.0/0 but today I am unable...
  8. H

    RE: xml_cdr not working after update

    Can't reply to this: https://www.pbxforums.com/threads/xml_cdr-not-working-after-update.7284/ Trying to troubleshoot why no CDRs are shown on a new install. I have found with an install of 5.1.0 on Debian 12 in Azure that cron isn't installed. I don't know if this is a "feature" of Azure's...
  9. H

    No ringback when bridging calls to downstream PBX

    I am using inbound routes with a regex to catch the destination number and then bridge the call to a downstream PBX, like this: action bridge sofia/internal/$1@172.18.20.5 I have found that there is no ringback in this scenario. I just get silence from the outside, then it...
  10. H

    How to have multiple condition destination_number in an inbound route?

    I need to apply a destination number condition to route a long list of numbers with no obvious pattern. So I could cram them all in to a single regex like condition destination_number ^(01324334832|01742743501|01550239421)$ but it's going to be unreadable [at least 15 numbers...
  11. H

    Installation on Debian 12

    Can I assume that installation on Debian 12 is not possible yet? I have attempted this and the script "finishes" but it doesn't work. There are no Freeswitch or PHP binaries, tables missing, etc. Small snippet: resources/finish.sh: 55: /usr/bin/php: not found ERROR: relation "v_domains" does...
  12. H

    Outbound route failover

    Have an outbound route [and this is the sole outbound route] programmed thusly: Gamma_MSX17 is the active peer and Gamma_MSX9 is the standby. Gamma_MSX17 has ping enabled and the idea is that MSX17 will be used all the time, and MSX9 only gets used if MSX17 has failed. What I can see in the...
  13. H

    Small hardware for FusionPBX

    What small systems have people got Fusion working on? I am thinking no-moving-parts hardware here. Obviously this would mean living within your means - no call recording or transcoding, for example. Rack mount would be great. Some hardware that I think could work: PC Engines APU2 - 1GHz quad...