Search results

  1. jeroentjed

    Queues, were are they?

    Do you know the link? i thought it would be /app/fifo/fifo.php but then I get a not found.
  2. jeroentjed

    Queues, were are they?

    Hi all, Coming from Fusion, I expected to find queues in FS.. I suspect they are in the call center module but that costs way to much especially when you only want to use queues. Are there ways to use queues without the call center module?
  3. jeroentjed

    Deleting call history

    That sounds difficult... How do you do that?
  4. jeroentjed

    Deleting call history

    Hi again, Anyway to delete call history? After testing I like to clear everything before handing over to the user..
  5. jeroentjed

    outbound call results in "forbidden"

    omg... This is sooo stupid :D Cheapconnect is prepaid and I forgot to put money on it. Works like a charm now.... Sorry for bothering you guys!
  6. jeroentjed

    outbound call results in "forbidden"

    That helps me a little in the right direction, thanks. In Fusion Pbx there is a option "number translations". Is there a function like that in FS pbx? I think I might be able to fix the issue there.
  7. jeroentjed

    outbound call results in "forbidden"

    Hi all, started with a FS PBX. Inbound calls work fine, internal to. But somehow I can't make an outbound call, phone says "forbidden". Tried it on different phones. This is the log: 1 f867e341-5741-49c1-ab8c-f4f6ce320c31 2026-01-04 14:53:35.089807 99.00% [DEBUG]...
  8. jeroentjed

    Trying to get FusionPBX working, Newbi questions

    Thanks, I will change it. Yesterday I made my first IVR, Call Flow, Call Center. Works like a charm. I was wondering, is there some option to have the caller hear a message/recording and then to another destination like a VMbox/IVR/Call FLow or anything else? I also would like to have my...
  9. jeroentjed

    Trying to get FusionPBX working, Newbi questions

    Thanks @markjcrane . I know I'm a bit of a noob, how would I use ${sip_from_user}?
  10. jeroentjed

    Trying to get FusionPBX working, Newbi questions

    Thank you, I don't understand much of regex but I'm sure I can learn.
  11. jeroentjed

    Trying to get FusionPBX working, Newbi questions

    Good. How do I add a range? based on your image and what you told me about the emergency number, I could do ^(100)$|^(101)$|^(102)$ and so on?
  12. jeroentjed

    Trying to get FusionPBX working, Newbi questions

    Great, that works! is it possible to have a range of numbers? For example, extensions 100 to 105 can use the same route. We all have our own account on Cheapconnect, a Dutch prepaid voip provider. So everyone has his own trunk. I also need to create a route to call the emergency number. In The...
  13. jeroentjed

    Trying to get FusionPBX working, Newbi questions

    Thanks @pbxgeek , I appreciate your help. I'ts a bit like a retirement home, they can call internal together but also have their own in- and outbound route. So I need to add a condition to every outbound route. Can you tell me how this condition should look like?
  14. jeroentjed

    Trying to get FusionPBX working, Newbi questions

    Well, I thought I understand how it works, but I don't. How can I make specific users to use specific gateways? (in the same domain)
  15. jeroentjed

    Trying to get FusionPBX working, Newbi questions

    Update about the stream: it works now with shout://a7.asurahosting.com:7550/radio.mp3 as stream address :-D
  16. jeroentjed

    Trying to get FusionPBX working, Newbi questions

    Thank you @pbxgeek I think I let it go for now with the stream. It looks very difficult. I need to use different gateways because these users all have there own sip account. But I think I get how it works now :-)
  17. jeroentjed

    Trying to get FusionPBX working, Newbi questions

    Hi @markjcrane , my stream is not a shoutcast stream but a Icecast. Your URL doesn't work at all. Maybe some regions are blocked at the stream settings?
  18. jeroentjed

    Trying to get FusionPBX working, Newbi questions

    I did notice 2025-08-12 08:45:29.363266 97.97% [ERR] switch_core_file.c:346 Invalid file format [https] for [a7.asurahosting.com:7550/radio.mp3]! And changed the stream link to http://a7.asurahosting.com:7550/radio.mp3 but no difference
  19. jeroentjed

    Trying to get FusionPBX working, Newbi questions

    Thanks pbxgeek, There is a particular use case: on one domain there are several people who can internally call each other but all have there own gateway/phone number. How can I do this per extension/user? On another domain is a radiostation. I like to use their stream as music on hold. I looked...