Recent content by nickbh

  1. N

    custom menu instead of default menu

    I found the answer -- sorry for that. https://www.pbxforums.com/threads/my-own-custom-menu.7558/
  2. N

    custom menu instead of default menu

    I have a client request that specific groups should have access to multiple menus and I do not want to change the default menu any more by adding permissions menu based on groups. So I created the group Supervisor-Test and want to assign Supervisor menu. I cant find a way to build a relationship...
  3. N

    is DjangoPBX discontinued?

    Thank you for your help.
  4. N

    is DjangoPBX discontinued?

    Thank you for getting back and am glad that the project is doing great. as for templating. Can you please elaborate or give me the direction on how I can approach to build an existing template that we use, gxp2170 with profiles that we can force different look and also for firmware upgrade for...
  5. N

    is DjangoPBX discontinued?

    If that is not the case, please let us know. I was doing the search for grandstream provisioning and got this message from AI, Did you mean: django pbx grandstream provisioning AI Overview The DjangoPBX project has been discontinued, and its associated website is no longer active, which...
  6. N

    gxp2170 mac.cfg question

    I am trying to set tls transport and it is not working. Following is the xml file generated ... <!-- SIP Transport --> <!-- UDP, TCP, Tls Or Tcp --> <item name="account.1.sip.transport">Tls</item> <!-- SIP Listening Mode -->...
  7. N

    CDR Archive - Settings applied, button not visible?

    this are the changes I added to fix the errors related to database error on line 321 and 329. Based on debugging -- type variable has null value the second time and the break key word is missing in the nested switch/case statement. Hope this helps. Thanks for your help. line 311 case...
  8. N

    CDR Archive - Settings applied, button not visible?

    I am still researching it, but I found this on github: https://github.com/fusionpbx/fusionpbx/pull/5009 I dont see why it is not applied to the 5.x version.
  9. N

    CDR Archive - Settings applied, button not visible?

    were you able to solve this? I am running into the same problem.
  10. N

    FusionPBX BDR setup

    thank you.
  11. N

    FusionPBX BDR setup

    Can you please point me to it. Thanks in advance
  12. N

    SOLVED SIP Phone Registration

    Can you post your Sofia status profile internal and external? What domain is FB using as initial?
  13. N

    Invalid profile "external-ipv6"

    Check the port number associated with external profile. It might be 5060, because external_sip_port variable is not assigned. I found out by setting internal ipv6 profile to disabled.
  14. N

    Extension registering using domain name instead of FQDN.

    If this is answered anywhere, please point me to the right place. I have already worked with endpoints/extensions registering using fqdn (host.domain.name), I am trying to register with domain.name only. So far, I am able to register endpoint and able to registration. However, when I try to...
  15. N

    SMS - app.lua:48 attempt to call a nil value

    Thank you, I will look into this