Search results

  1. V

    IVR with external transfer call

    @michelerizzo88 Usually carriers follow the below order of preference for caller ID (Atleast North_American carriers) 1/ P-Asserted ID header 2/ Remote-Party-ID header 3/ From header In your case. you are atleast sending the R-P-ID header correctly (0832139XXXX for name and number - I'm...
  2. V

    SOLVED Yealink Remote Phone Book

    @mudasar321 Its always a good thing to share back what you found to be the solution to your issue, so that others who may experience the same issue can use your solution.
  3. V

    IVR with external transfer call

    Isn't that the default behavior when a external number is dialed from an IVR, the original caller's caller ID name and number is used on the outbound call to external number. What version of FusionPBX are you running? How are you dialing the external number from the IVR? Can you share the...
  4. V

    Destinations duplicating on a fresh install

    BTW, fixing the above typo in destinations.php fixes the duplication issue, but looks like there's another issue with Actions column as well. I see changes were made to actions function as well in the same commit (6176ea2).
  5. V

    Destinations duplicating on a fresh install

    @whut I only signed my CLA to be a contributor for the project yesterday after I found this issue. Waiting for the signed CLA pull request to be merged first.
  6. V

    Destinations duplicating on a fresh install

    Well, looks like its just a typo in a recent commit (6176ea2) to destinations.php Line 244 foreach ($destinations as &$row) { should be foreach ($destinations as $row) {
  7. V

    Destinations duplicating on a fresh install

    Tried this on two fresh installs, FusionPBX master branch, just to rule out any config errors and same results. No new applications or mods installed after fresh install. Added first inbound destination, and saved it. (Using fake numbers for demo, and leaving the ACTION blank - same results)...
  8. V

    HA Setup questions

    I came across this exact same question when I started working on DB replication last week. Overall it depends on your unique setup, but in my case I just skipped replicating the gateways table, and then on the secondary box, manually configured a gateway with same name and details and marked it...
  9. V

    Polycom Line/BLF Keys

    @jessiem can you try to download the device config file directly off of your FusionPBX, and check if you see this line in the DEVICE_KEYS block attendant.resourceList.2.address
  10. V

    Polycom Line/BLF Keys

    Can you please add a little more context as in what and how are you trying do it? maybe a few screenshots of the device setup page?
  11. V

    Growing pains... artificial call limits in freeswitch?

    In FusionPBX, the only two places I can think of are either in the Gateway settings page called 'Channels', or the Extensions setting called 'Limit Max'. The latter only gets used if you have enabled 'call-limit' in your dialplan.
  12. V

    Interdomain routing (is_local?)

    Let us know here if you find a way. Thanks
  13. V

    Emergency logs

    Thanks @Alocaurd I think because I wrote my own emergency dialplan, I didn't have this line in there, but I can see it if I create a new outbound route in the UI and use '911 Emergency' from the dropdown for option 'Dialplan Expression'.
  14. V

    Interdomain routing (is_local?)

    I played with is_local last year, when I wanted to see how it will look like when extension1 in tenant1 calls a 10 digit number for extension2 in tenant2. The only problem I came across that I couldn't really find a solution within FusionPBX was that the CDR gets messed up. A call like that was...
  15. V

    Messages and/or SMS app?

    'Messages' is what you'd want to go with. Recent changes have broken inbound on the 'SMS' app, so don't even bother with it.
  16. V

    Time stroring cdr and records for specific domain

    So you can control the actual number of cdr records to retain, the setting is at Default settings > Category 'CDR' > limit. Number of retention days for CDR records and call recordings, I don't think you can do this from any setting available in the UI, atleast not that I know of. The only way...
  17. V

    How to change the brand image in the Page Tab

    Rebranding FusionPBX is a member feature. members
  18. V

    Does Anyone Knows how to setup provisioning for a Polycom VVX D230 Dect IP phone

    Well, VVX D230 does not run the same UC firmware stack that all other Poly VVX series phones run. That's because Poly just stamped their logo on it after they acquired OBihai. VVX D230 runs the OBihai stack under the hood. Now that being said, provisioning it against FusionPBX should just be as...
  19. V

    Emergency logs

    Just curious, what these 'Emergency logs' are and how are they used/populated. Couldn't find any documentation or any previous discussion about it here.
  20. V

    SOLVED Default Settings - Not Pushed to Yealink Phone

    I think I'm a bit confused after your last message. Just to confirm, is your phone getting any provisioning values/settings at all or not? how do know that if the phone is not getting any values?