Recent content by abelitouci

  1. abelitouci

    Same Database - Different fusionpbx servers - Unable to call from one server to the other

    Thank you @demonspork! Any way to bypass/modify the dialplan when dialing out to always go thru the outbound gateway?
  2. abelitouci

    Same Database - Different fusionpbx servers - Unable to call from one server to the other

    That's exactly how we have it, Business 1 (domain 1) only connect to server 1, Business 2 on server 2...etc and we manage it on the DNS, everything working fine except when Business 1 tries to call Business 2 and vice versa. We are resolving it by moving the businesses that may have a...
  3. abelitouci

    Same Database - Different fusionpbx servers - Unable to call from one server to the other

    Hello, we have 2 different servers sharing the same DB on AWS, the problem we are having is when trying to call from one domain on server 1 to a destination number on server 2 or vice versa, the server understand the phone number belongs to the same server and tries to locate it internally...
  4. abelitouci

    Need some tips and suggestions

    We've had the fusionpbx servers in Aws (EC2) for 3 years now with almost no problem at all. We have the Database separated from the Freswitch/Fusionpbx server in a RDS cluster and that allows us to add ec2 servers as we need smoothly and minimize the backups, snapshot jobs as AWS will take tare...
  5. abelitouci

    BEST CNAM AND HOW TO IMPLEMENT IT IN FUSIONPBX

    We are using Bandwidth as well and got the CNAM part taken care of, it's super cheap as @Kenny Riley mentioned. The problem we are facing is some customers want the contact name to show up as the caller id instead of the public record, the idea is to lookup on the local postgres DB first and...
  6. abelitouci

    Caller ID Number on Forwarded Calls

    It looks you are setting the caller ID on your RG configuration, please make sure the caller ID Number is blank.
  7. abelitouci

    Call forking issues with Fusion PBX

    Note: Changing the strategy to enterprise will ring all exts as expected but in my case it also created kind of a mess on the Call detail records, it will show all threads, if you have 5 or 6 exts under your RG it's very hard for customers to keep track of their calls, missed calls..etc on the...
  8. abelitouci

    Call forward not work

    it's unlikely the case but have you tried adding a leading 1? for example 135199.... I have the same scenario with simultaneous and works fine.
  9. abelitouci

    This codec is only usable in passthrough mode!

    Thank you @Adrian Fretwell, it worked out of the box, you are the best. I have g729 up and running, let's see how it goes.
  10. abelitouci

    This codec is only usable in passthrough mode!

    @bcmike Great Question. In our case G711 is our go to code, no problems at all for IP Phones. However we also have a mobile APP (sip client) and most clients present quality problems when they are on mobile data, it's not that bad when they are on WIFI though. So we tested the same app connected...
  11. abelitouci

    This codec is only usable in passthrough mode!

    Hi Guys, this link provided by @DigitalDaz on the above solution seems to be down. http://repo.sip247.com/debian/ Do you know where else i can download G729 for debian? Thanks
  12. abelitouci

    Hangup cause: Recovery On Timer Expire

    Hi Guys, Could you please give me some guidance on how to resolve this issue? We have around 40 domains in this server, Fusionpbx version: 4.5.11, switch: 1.10.6 Every now and then a couple of calls lose the audio on both ends and hangup with this cause: Recovery On Timer Expire. It usually...
  13. abelitouci

    FusionPBX - Pushkit / Linphone Configuration

    Would you please share where did you insert the curl http action on your dial plan?
  14. abelitouci

    Missed call notification

    I have the same problem, different scenario but I'm trying to add a lua or batch script on the dialplan for all my incoming calls to send a push to my restAPI server and don't know how to do it. I've seen some posts where you can call "action ->system-> /script path" but unfortanetly neither...
  15. abelitouci

    Automated SMS for missed calls

    Hi @Kenny Riley, Yes, you can have custom messages on a tenant basis and even more you can implement it by Destination numbers as well, so even one tenant can have different custom messages on their destinations numbers ( it has to be on your endpoint logic though). You can have a table on your...