Search results

  1. M

    Simple "calling card" feature for call forwarding?

    Worked straight out of the box. Only needed to set a couple of standard variables (caller ID etc). Thanks so much! This is HUGE for those who need it. No more "my mobile softphone doesn't work well" problems.
  2. M

    Simple "calling card" feature for call forwarding?

    Is it possible to create a dialplan or use a native app to achieve the following feature: 1. Call a destination number in FusionPBX 2. Ask to enter a predefined code (acting as a PIN) 3. Enter number to forward to (step 2 and 3 can be combined together, i.e., *5551234567890) 4. Call gets...
  3. M

    Codec changes after hold, which results in transcoding after initial G722 end-to-end via late negotiation

    My global codec pref (greedy) is PCMU, PCMA, G722. Through late negotiation, I was able to achieve end-to-end G722 calls via some carriers on some external calls, which is great. But as soon as such a call is put on hold, my softphone (Bria) shows that the codec immediately changes to PCMU, and...
  4. M

    Is it necessary to whitelist outbound-only provider's IPs?

    If I use a provider for outbound calls only – for example, Flowroute for toll-free termination, do I still to whitelist the IP addresses published by Flowroute in my firewall and access control list (assuming my firewall does not restrict outbound connection to the Internet by default)? My...
  5. M

    Kamailio/FusionPBX and Microsoft Direct Routing Integration

    @DigitalDaz Does FusionPBX's music-on-hold (stream) fully work with Teams?
  6. M

    Broken holiday presets in Time Conditions (master/4.5.10)

    I just did a fresh installation (master branch on Debian 10). In the Time Conditions app, when creating an condition initially, the page display the correct holiday presets. But once it's saved, going back into the condition displays some skewed items. See attached screenshot. Note that...
  7. M

    Upgrading from 4.4 to master, is official guide complete and up to date?

    Should I follow the short steps on http://docs.fusionpbx.com/en/latest/advanced/version_upgrade.html, then run apt upgrade? What about the steps here http://docs.fusionpbx.com/en/latest/advanced/upgrade.html which is actually much longer?
  8. M

    Upgrading from 4.4 to master, is official guide complete and up to date?

    I installed FusionPBX a few months ago using the official quick installer, right before it switched from stable (4.4) to master. Later, on IRC channel I learned that 4.5 has some important fixes, but upgrading from 4.4 to 4.5 was no easy procedure and an official guide was being worked on. I...
  9. M

    How to make outbound SIP URI calls?

    I made it work! I was just trying to make direct SIP URI calling work through my FusionPBX so I can use the PBX's features and also the same softphone (Bria 5 which does not seem to support direct SIP URI calling). So when I dialed a SIP URI like 0289304@zero-nine.biz (this is a real working...
  10. M

    Change codec priority for internal calls only

    I have the global_codec_prefs set to PCMU,PCMA,G722. But I want to change this order to put G722 first for all phone calls between internal extensions only. At the same time, I do not want this to potentially mess up transferred calls: so external caller A calls internal extension B using PCMU...
  11. M

    Dialing to add number to block list

    I read the documentation here about the commands to add a number to blacklist: https://freeswitch.org/confluence/display/FREESWITCH/mod_blacklist I followed the example, here's my dialplan: <extension name="add_to_block_list" continue="false" uuid="xxxxxx"> <condition...
  12. M

    How to make outbound SIP URI calls?

    Thanks. I looked into that example and made a dialplan like below: <extension name="sipuri_dailing" continue="false" uuid="xxxxx"> <condition field="destination_number" expression="^([^@\s]+@[^@\s]+\.[^@\s]+)$"> <action application="export" data="hold_music=silence"/>...
  13. M

    How to make outbound SIP URI calls?

    I'm new to FusionPBX and VoIP. Just set up my FusionPBX with Anveo Direct. Regular outbound calls by number works, but I can't make SIP calls using SIP URI such as sip:test.time@sip5060.net Can someone please kindly let me know what settings are needed to make this work?