Search results

  1. hfoster

    mod_local_stream.c:882 Unknown source default

    Not entirely sure, out of the box I don't get the same issue. Might be a question for the Signalwire FreeSwitch forums.
  2. hfoster

    mod_local_stream.c:882 Unknown source default

    What's the conference profile look like? I'm guessing it's the default one. I've seen this occasionally when MOH is changed, but the rate isn't the same as the MOH
  3. hfoster

    Outgoing calls $1

    That is for CDR purposes. It is a CALLEE entry and not the CALLER. The $1 means the callee_id_number is set to whatever you dialled without the plus.
  4. hfoster

    Incoming number

    Ok. What is set on the ring group?
  5. hfoster

    Incoming number

    I don't know where else you would be able to change it if the flow is: Destination -> Extension -> Registered Softphone Unless you pointed it at something other than an extension. You can overwrite the caller ID on a Ring Group.
  6. hfoster

    Incoming number

    Remove 'Main Number' from the Caller ID Name
  7. hfoster

    Call forward permissions

    https://docs.fusionpbx.com/en/latest/applications/call_flows.html Does this help? I don't know how to simplify it further.
  8. hfoster

    Incoming number

    As long as it's not the caller ID number field.
  9. hfoster

    Incoming number

    This is inbound. Outbound calls are set on the extension or outbound routes.
  10. hfoster

    Call forward permissions

    Yes
  11. hfoster

    Incoming number

    No, don't do it, You DON'T want to overwrite the caller ID. I'm asking questions as I don't know how you've configured your PBX. Sometimes people put their DDI in to the below field and then don't realise they are overwriting the caller ID
  12. hfoster

    Call forward permissions

    Applications -> Call Flow Create a call flow to point at the ring group and the alternate to a dummy extension that you can set a divert on. Then just toggle the call flow with the feature code you set.
  13. hfoster

    Incoming number

    Dialplan -> Destinations
  14. hfoster

    Incoming number

    Did you overwrite the caller ID in the destination?
  15. hfoster

    Difficulty Accessing Server

    Check the logs in the usual places: Journal: # journalctl Website: # cat /var/log/nginx/access.log # cat /var/log/nginx/error.log # cat /var/log/php7.4-fpm.log
  16. hfoster

    MESSAGING

    It's an inherent problem with SIP and Mobile Phones. SIP = Requires constant registration, continually updating port and IP addresses to contact. Mobile Phones = Go to sleep to preserve battery, can go for hours without enabling the network card. To fix this, you need a service hosted on the...
  17. hfoster

    Customized SoftPhone

    I can recommend Acrobits. White labelling all through a web based editor, can enable and disable features that you want to distribute. Will even build and publish the apps to Apple and Google store fronts.
  18. hfoster

    Freeswitch and endpoint NAT detection

    The author of this thread and the error messages: 2023-04-08 19:41:31.011432 97.20% [DEBUG] sofia_glue.c:3422 IP 111.111.111.83 is on local network, not seting NAT mode. 2023-04-08 19:41:31.311356 97.20% [DEBUG] sofia_glue.c:3422 IP 111.111.111.84 is on local network, not seting NAT mode.
  19. hfoster

    Call forward permissions

    No, that would require some heavy modification to call_forward.lua to include ring_groups. What you need to do is use a Call Flow to allow users to toggle a call flow at the desired times.
  20. hfoster

    Freeswitch and endpoint NAT detection

    rfc1918.auto - RFC1918 Space nat.auto - RFC1918 Excluding your local lan. localnet.auto - ACL for your local lan. loopback.auto - ACL for your local lan. Your external profile probably has localnet.auto in for the local-network-acl, and from your subnetting design that is...