Search results

  1. L

    Phones not registering and outbound call issue

    As far as i can tell the invite is being sent to your provider (77.72.x.x) ? What is the reason why it's being rejected?
  2. L

    Phones not registering and outbound call issue

    Do you see the invite being sent in the sngrep now?
  3. L

    Phones not registering and outbound call issue

    Hmm,looks like you're hitting the dialplan: Action bridge(sofia/gateway/6189869f-668f-427c-93ef-8729473838bd/07796243838) but the invite is being sent on the internal profile? 2023-09-07 13:27:23.322082 98.33% [DEBUG] sofia_glue.c:1657 sofia/internal/07796243838 sending invite version: 1.10.9...
  4. L

    Phones not registering and outbound call issue

    Can you post a fs_cli display of your outbound call? I'm thinking it's not hitting the outbound route.. mybe set the destination number in the condition field of your outbound route as ^numberasyoucallit$ to check (fe. if you're calling 004911223344 set it as ^004911223344$)
  5. L

    emailing from script

    You can include any script in your script and use that to send your email. Are you using lua or bash, youre talking about php aswell? You can include php scripts in php scripts and lua scripts in lua scripts. If you're using lua you can use resource/functions/send_mail.lua script (include it in...
  6. L

    Automatic billing reports

    I would imagine a script running in cron would be best suited for this.
  7. L

    SOLVED Call can not connect

    Depends on which profile you're sending the call, it would be the one listening on 5060 port, i guess that should be the internal profile by default?
  8. L

    SOLVED Changing settings does not apply but shows in GUI

    Then you're using file cache, perhaps try pressing clear cache and check if files in the file cache directory are deleted (default /tmp) or not.
  9. L

    SOLVED Changing settings does not apply but shows in GUI

    When you do "Flush cache" does anything show in fs_cli? Mybe this link is broken? Do you use memcached? You can do memcache flush in the fs_cli to test if that helps.
  10. L

    SOLVED Call can not connect

    Which profile are you hitting, can you show the configuration of the sip profile?
  11. L

    SOLVED Call can not connect

    Hmm, wierd, are you sure that there isn't another invite being sent with proxy authentication header? Like this:
  12. L

    SOLVED Call can not connect

    Which phones are you using?
  13. L

    I have deleted an entry from the dialplan but freeswitch continues to load it

    Have you tried clearing the cache and reloading the xml?
  14. L

    SOLVED Call can not connect

    You have auth-calls enabled on your profile, which is good but the phone doesn't authenticate the call so it fails i guess..
  15. L

    Operator panel not visible?

    :) try playing with the permissions some more, mybe you removed admins permissions somehow?
  16. L

    Operator panel not visible?

    What permissions does your account have? User? Do users have permissions to view the operator panel?
  17. L

    Call Privacy

    Is your call hitting the dialplan? You can see in the fs_cli. Is your caller_id_name anonymous? Is it possible another dialplan is setting the Privacy to none later?
  18. L

    Menu bar

    Have you tried giving the group permission to access to Home, dashboard, logout in the menu manager? I think that should do it
  19. L

    Menu bar

    It does - you need to give the group with limited permissions access to certain parts of the menu in the Menu Manager, then they will be able to see the menu bar.
  20. L

    Call queue with call forward

    Hi all, i'm having trouble trying to implement a solution that works like a ring group but with a queue for callers and like a call center but it needs to follow forwards. Can this be done in some easy way? So far i haven't been able to find an easy solution. Requirements: - when someone calls...