Search results

  1. 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...
  2. 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
  3. 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?
  4. 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.
  5. V

    Interdomain routing (is_local?)

    Let us know here if you find a way. Thanks
  6. 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'.
  7. 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...
  8. 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.
  9. 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...
  10. V

    How to change the brand image in the Page Tab

    Rebranding FusionPBX is a member feature. members
  11. 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...
  12. 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.
  13. 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?
  14. V

    SOLVED Default Settings - Not Pushed to Yealink Phone

    You can start by looking into the phone templates you're using for your device to see if the default settings you want are even referenced in the template or not
  15. V

    DNC - Do Not Call List

    Put the number you want the outbound calls blocked to in the 'Number' field instead of 'Name' field
  16. V

    NAT misconfigured symptoms

    That capture just proved what I said above. See those 10 repeated 200 OK's being sent to your endpoint udp/[182.253.56.161]:5590 but no ACK back. Need to see all of this call leg starting from the first INVITE.
  17. V

    NAT misconfigured symptoms

    @Win From the logs looks like its your endpoint (whatever has extension 101 on it) is not sending ACK to the 200 OK that FusionPBX is sending it. Take a look at the CALL LEG A SIP messages (between endpoint and FusionPBX).
  18. V

    NAT misconfigured symptoms

    Thats most likely because of no ACK or delayed ACK to 200 OK. Look into your Freeswitch logs what happens after it receives the 200 OK.
  19. V

    NAT misconfigured symptoms

    No, not the dialplan, but your SIP profiles. In your external profile set "ext-rtp-ip" and "sip_rtp_ip" to "autonat:your_pbx_public_ip" (without the quotes ofcourse). If this is cloud install, then you'll probably need to do the same for your internal profile as well so that phones/endpoint...
  20. V

    NAT misconfigured symptoms

    Its taking your FusionPBX 32secs to respond with a ACK to the previous 200 OK..?!?!? and then it sends a BYE right after. You may need to look into the Freeswitch logs about that. Why are you advertising other ends IP 43.245.185.3 in your INVITE's SDP? Your PBX Public IP needs to go there.