Search results

  1. c0reM

    Inter Tenant Dialing

    I'm also wondering about making such a dialplan on the outbound routes. Looking over my termination, I was surprised to find that about 3% of our total outbound calling costs are inter-tenant. Actually now that I think about it it also consumes an inbound channel as well which is kind of silly...
  2. c0reM

    Fusion 4.4

    For 4.4 stable, as you can expect, the answer is probably truthfullly "when it is ready". I know it's very close but could still be a couple of months possibly. I'm guessing even Marc doesn't know 100%. While you can use 4.3 in production (we do) I would strongly caution that this is really a...
  3. c0reM

    No ring back on follow me calls

    It's easiest if you post the full SIP trace so we can see the call flow. The best utility for this is sngrep on the server. Google sngrep as you need to add the sources in sources.list then you can do apt update and apt install sngrep. Run that and post the full trace and somebody can probably...
  4. c0reM

    multi tenant Shared dialplan

    You can make dialplans global by setting Domain --> Global and Context --> ${domain_name}. That's all you have to do and the dialplan will apply to all domains.
  5. c0reM

    distinctive ring for internal calls

    Hi Howard, I added distinctive ring to the Yealink provisioning templates and the changes were merged few months ago. Here are the lines look like in the provisioning templates: ####################################################################################### ##...
  6. c0reM

    SIP Traces with Homer

    Hey @DigitalDaz I've also been looking into this. Two questions: 1) For the built-in capture agent, you normally have to edit sofia.conf.xml but I know there is a different file to edit in FusionPBX. Do you remember where you define the HEP server when using FusionPBX? 2) If you have any guides...
  7. c0reM

    Distinctive Ring for Local Calls

    Ah, interesting thanks EasyBB, I'll try those conditions. Over on IRC @mcrane suggested using the following condition: The problem with this was that the call_direction variable is set after the last Dialplan Manager dialplan is executed and so it never evaluates to true (PASS) when added...
  8. c0reM

    Distinctive Ring for Local Calls

    Hey everyone! Somebody asked me how to set up a distinctive ring for internal calls (between local extensions) and I wasn't sure. After some goggling, I found that Yealink phones at least can support distinctive ring by setting Alert-Info in the SIP packet...
  9. c0reM

    Billing for FusionPBX

    Does ASTPP work OK with FusionPBX or does it break some stuff?
  10. c0reM

    Outbound Caller ID Best Practices

    Thanks for the reply DigiDaz. The reason I'm asking about best practices is because we do LCR across a large number of carriers (20 odd carriers) and I've not found any common answer. It seems a some carriers in the US are using just 10 digit, most in Canada and Europe seem to have standardized...
  11. c0reM

    Outbound Caller ID Best Practices

    Hi guys, I was just wondering what are the best practices for setting the outbound caller ID number in North America? Generally speaking, it seems to work fine with any of these for, say (555) 123-5600: 5551235600 15551235600 +15551235600 This said, I have noticed that with the first option...
  12. c0reM

    Complex Time Ranges and Nested Rules

    Hi All! My head is about to explode from trying to figure out the logic necessary to set up time conditions. This is what I'm trying to achieve: Winter Hours - From 1st Monday of September to June 24th: Mon-Thursday 8-5 Friday 8-4 Summer Hours - From June 24th to 1st Sunday of September: Mon...