Search results

  1. DigitalDaz

    Phones not registering and outbound call issue

    Once you have a bit of volume, give me a shout our base rates are a little higher for mobile but we charge per second.
  2. DigitalDaz

    Phones not registering and outbound call issue

    I may have read the ACL stuff wrong Basically you shouldn't have to mess with contexts and profiles at all, it should all be automatic, I'm busy, so I'll take a look later at the whole thread but I can see for example: Action...
  3. DigitalDaz

    how to keep mobile sip phone app always registered?

    You need an app that uses push notifications, see the paid. for version of zoiper for example
  4. DigitalDaz

    Postgresql Replication

    The master/master documentation is a part of the fusionpbx basic membership unfortunately and cannot be shared on these forums. Personally, I do not use the method described in that documentation and instead use pglogical, search google for pglogical master/master replication and you will find...
  5. DigitalDaz

    Phones not registering and outbound call issue

    It looks to me like you are getting yourself in a real mess here and from a quick glance it looks like the source of your problem is the ACL, it looks like you have added your own IP to the providers list? Are you a voip carrier? No, so who ever told you to do that? Once you have done that you...
  6. DigitalDaz

    Current HA recommended configuration

    Where have you seen the current recommended configuration that you say has recently changed?
  7. DigitalDaz

    SOLVED udp protocol is not working with internal call

    If it is UDP frag, then very much so a solution and that is TCP.
  8. DigitalDaz

    SOLVED udp protocol is not working with internal call

    It is very possible that your UDP packets are being fragmented because they are too big and that is why the calls are not working. TCP will not suffer from this problem. Using TCP for SIP is not a problem, all the media streams, eg audio/video still use UDP anyway.
  9. DigitalDaz

    Fresh install: DESTINATION_OUT_OF_ORDER on all inbound calls

    What is your destination entry for this look like? The answer would appear to be here: a1a63f08-cb55-4a47-8a3e-3eaa43db4cbb 2023-09-14 03:43:30.980362 99.07% [ERR] switch_core_session.c:2760 Invalid Application It looks like it is trying to call an invalid application.
  10. DigitalDaz

    SOLVED udp protocol is not working with internal call

    So freeswitch is clearly listening there on UDP on the internal profile: udp 0 0 172.26.9.223:5060 Are you saying the phones register OK with UDP? On another note, why are you not using TCP anyway?
  11. DigitalDaz

    SOLVED udp protocol is not working with internal call

    What does this command show? If netstat is not installed, use: apt install net-tools netstat -antup | grep freeswitch
  12. DigitalDaz

    SOLVED udp protocol is not working with internal call

    UDP should absolutely be working unless you have made changes to stop it working.
  13. DigitalDaz

    Event Guard

    But if event guard is in play, they shouldn't be seen in the freeswitch cli. Try restarting the event guard service, the iptables chains get created when the service starts.
  14. DigitalDaz

    VIP List

    Being a redis fan, because of its speed and the fact that it will be in memory, thats what I'd use. Load the numbers into redis and then use a lua script in the dialplan to do the lookup.
  15. DigitalDaz

    Assigning Specific Extension to Seperate Outbound Routes

    Sorry, not to user, here is an example off a live box put it just under the user exists condition....
  16. DigitalDaz

    Assigning Specific Extension to Seperate Outbound Routes

    My point is, if you just are trying to present a different caller id, you do not need multiple trunks if you are using a standard carrier. I use one carrier with hundreds of caller IDs. If you do really need a trunk per extension then just add a condition to the outbound route that matches the...
  17. DigitalDaz

    Assigning Specific Extension to Seperate Outbound Routes

    Have you set a specific caller ID in the outbound route? If not, this should just work. Check the outgoing invite to the carrier with SNGREP to see if it is being sent to the cariier correctly and maybe the carrier is overriding it.
  18. DigitalDaz

    Assigning Specific Extension to Seperate Outbound Routes

    What are you trying to achieve her by using specific outbound routes, is it just to get a different caller id or is there another purpose?
  19. DigitalDaz

    SOLVED Changing settings does not apply but shows in GUI

    Cache files on new systems are in /var/cache/fusionpbx That is the directory you want to empty.