Search results

  1. DigitalDaz

    incorrect from

    You'll find that in the gateway advanced settings set caller id in from to true. Don't forget to stop and start the gateway after the change is made.
  2. DigitalDaz

    International Calling + Voip.ms

    Numbers in the uk are of the format, when dialled from the UK, like 01617102180. If dialled from outside the UK, drop the leading 0 and replace with 44 so 441617102180
  3. DigitalDaz

    productively and future

    Just look at the chat in here, there is much more activity these days that in other chat. I don't use it myself yet but its definitely going places.
  4. DigitalDaz

    OVH hosting

    I have used OVH successfully for years, I use dedicated servers with them though.
  5. DigitalDaz

    Using Tailscale on a multi-domain FS PBX or FusionPBX

    I think setting the outbound proxy on the phone should work too.
  6. DigitalDaz

    Using Tailscale on a multi-domain FS PBX or FusionPBX

    You shouldn't need the dns on the fusionpbx, you need a dns dished out by tailscale that is somewhere else, you could potentially put it on the fusionpbx I suppose but it just needs to resolve your domains to the tailscale ip for your remote clients.
  7. DigitalDaz

    Open source VoIP chat app sneak peek

    Amazing work :)
  8. DigitalDaz

    Change Contact Header to use Domain

    I know this doesn't help but this is really a deficiency in the carrier. The whole idea of the contact header is that you are telling the remote end that this is the address you wish to be contacted on. There will be a way, let me have a dig.
  9. DigitalDaz

    Light-Weight SBC for Remote Office

    I'm sure there are lots of people on here using Polycoms, I certainly had a VVX and had no problems with it at all. Freeswitch is very good at handling NAT. Right now, for the past 4 years at least I have at least 100 different clients to a PBX on Oracle cloud which has a natted IP eg 10.x.x.x...
  10. DigitalDaz

    Reconnection Failure ([calling][0] fails)

    The 32 second thing is usually an indication that the SIP ACK was not getting correctly routed, using a tool like sngrep you will usually see repeated sending of the 200OK before the call drops. The ACK should be being sent to the address in the contact field of the 200OK, look and see if that...
  11. DigitalDaz

    Light-Weight SBC for Remote Office

    I don't see any reason why you would need an SBC, unless you have some crazy internet, fusionpbx should work just fine without it.
  12. DigitalDaz

    Inbound Routes

    You shouldn't really need to use inbound routes, you should create and edit destinations, that will create the inbound routes for you,
  13. DigitalDaz

    FS PBX High Availability (HA) Setup Scripts — Database + File Replication

    What is the point of having three nodes though?
  14. DigitalDaz

    I give up!

    Glad to see you got somewhere in the end though no idea why it wouldn't install the php.
  15. DigitalDaz

    I give up!

    One other question, this is x86, ie not arm or anything like that? Also what does this tell you: journalctl -xeu nginx.service
  16. DigitalDaz

    I give up!

    Install nothing except basic tools and ssh, I'm wondering if you are choosing something that is installing apache or something thats then taking port 80 and stopping nginx starting.
  17. DigitalDaz

    I give up!

    How are you installing debian or ubuntu? Try Debian with this, it should work: https://cdimage.debian.org/cdimage/archive/12.0.0/amd64/iso-cd/debian-12.0.0-amd64-netinst.iso
  18. DigitalDaz

    Sofia_reg.c:3210 Can't find user

    What does this mean? The domain and user XML files were manually created in the directory to check if it allows the registration. What directory? You shouldn't be touching the filesystem.
  19. DigitalDaz

    Change *97 to 1571

    Yep, I was gonna ask why you have the \ before the 1571. If it was because it was there previously, that was to escape the * ie \* this is not needed for 1571
  20. DigitalDaz

    FS PBX High Availability (HA) Setup Scripts — Database + File Replication

    Nice, I was going to have a crack at this myself sometime soon. This is exactly, using the DNS method and route53, that I have been doing it for the last 10 years in FusionPBX I usually leave my TTL at 120 secs that works just fine. I have route53 healthchecks on port 5060 of the primary, if it...