Recent content by nickbh

  1. 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...
  2. 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.
  3. N

    CDR Archive - Settings applied, button not visible?

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

    FusionPBX BDR setup

    thank you.
  5. N

    FusionPBX BDR setup

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

    SOLVED SIP Phone Registration

    Can you post your Sofia status profile internal and external? What domain is FB using as initial?
  7. 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.
  8. 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...
  9. N

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

    Thank you, I will look into this
  10. N

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

    changes I made were in the /usr/share/freeswitch/scripts/app.lua
  11. N

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

    This is fixed. It was my fault - after writing what I had done, it seems that the addition of applicationID was breaking the index.lua in the sms. Leasson learned and thank you. Here is the line that needs to be added for someone else using Bandwidth sms apiv2. Original: --...
  12. N

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

    I am trying to send an outbound sms message and I get the above error. I followed the below link and fixed the chatplan that was default.xml by copying the one mentioned in that below thread. https://www.pbxforums.com/threads/sms.5198/post-20374 1. Looking in the freeswitch.log 2021-12-05...
  13. N

    How to question about newusergroup with menu for that specific group

    thank you for your help in making things clear.
  14. N

    How to question about newusergroup with menu for that specific group

    Thank you for the reply I will reconsider the organization of the menu/group. As to the question about a user with 2 memberships, would it not be the case that the priority would be set by the level value?