Recent content by EasyBB

  1. EasyBB

    how to limit outbound calls using group type

    I am a bit confused, how can agents dial +1 from their phones? that too by mistake?
  2. EasyBB

    Inline bridge parameter with mod_distributor

    Idea looks good, thanks you. I'll test and post back. Calling the distributor twice may switch the gateway; only one way to find out for sure. I am also looking to make distributor work when calling through "click-to-call".
  3. EasyBB

    Fusionpbx outbound dialplan expressions for numbers starting 07

    You are correct; it should be [3-9]. Thanks
  4. EasyBB

    Inline bridge parameter with mod_distributor

    Is it possible at all to use inline bridge parameter with mod_distributor? Suppose I have two gateways that normally be used in the bridge as: [parameter=value1]sofia/external/gw1_uuid/$1 [parameter=value2]sofia/external/gw2_uuid/$1 How do I use these gateways in a distributor while injecting...
  5. EasyBB

    Patton 4114

    They are not very user friendly to set up unfortunately. As far as I can remember (brief encounter many years ago) it has "line profiles" that groups a bunch of parameters together.
  6. EasyBB

    Client side router - SIP Failover

    I believe hold-resume will initiate a RE-INVITE
  7. EasyBB

    Fusionpbx outbound dialplan expressions for numbers starting 07

    I just looked at my actual regex that I use; it is slightly different ^(?:0011613|00613|\+613|613|03)?([4-689]\d{7})$ I then make necessary adjustments at the bridge line based on what the provider expects (I use multiple providers- both local and international) This one also would do the...
  8. EasyBB

    Fusionpbx outbound dialplan expressions for numbers starting 07

    Same situation here in Australia.....normally you dial 10 digit FNN (Full National Number) but to dial local, only 8 digits are required. Yes, using prefix is the old way. If you plan your extension numbers carefully, Fusion dial plan can and will route calls without a prefix. For example our...
  9. EasyBB

    Fusionpbx outbound dialplan expressions for numbers starting 07

    Just wondering why would you use a 9 prefix at all?
  10. EasyBB

    SOLVED No audio in inbound calls

    Did you test with SIP ALG disabled on your router? I use sngrep on Fusion box; it provides better graphical representation and easy navigation. To analyse an incoming call, run sngrep port 5080 on the Fusionbox, assuming you are running external profile on 5080.
  11. EasyBB

    Cron job

    You can use either formats below: @weekly systemctl restart freeswitch OR 0 0 * * 0 systemctl restart freeswitch Also please note, sometimes you may need to use full path to systemctl, like /usr/bin/systemctl
  12. EasyBB

    SOLVED Obihai Obi110 as a FXO device

    Interesting, do you have multiple codecs enabled on the Obi?
  13. EasyBB

    SOLVED Obihai Obi110 as a FXO device

    Ignore that and use a normal bridge with gw configured for obi
  14. EasyBB

    Guide on setting up PBX

    Please have a look at time conditions, ring groups, queues, recordings and IVR menu under "Apps"