Recent content by Eric Osborn

  1. 3CX v15.5 Update 2 Brings QR Codes, Hotdesking, CRM Integration and More

    When logging into the new hotdesking feature on a yealink phone, a voice prompt States “file not found”. However the phone still which to new user. Anyone get this error?
  2. Outbound Call Flow Example

    In the example it states "we’ll increment the CallIndex, using another Launch External Script component" but doesn't show how to do so? Did I miss something? Thanks, Eric
  3. Lost Call From CFD

    It seems that when a call is transferred out of a call flow its recorded as a missed call in reports? Has anyone else seen this?
  4. PBX Express Time Zone Set

    Okay. Thanks again!
  5. changing license key on version 15

    That helps a bit, thank you.
  6. PBX Express Time Zone Set

    Great, thank you. It would be great if that is pushed to host as well as presenting the current time on the 3CX portal. With OVH my root password doesn't seem to be working. Is that set during the PBX express installation or is that something OVH is setting? I have a ticket open with them as...
  7. PBX Express Time Zone Set

    It doesn't seem like time zone setting is working, where could I find the actual time of this tenant? Location is getting closed messages when they are actually open. Thanks, Eric
  8. changing license key on version 15

    I'm in the same boat, then went to reload and rant into a "Too many activations" error." Would be really nice to be able to change this without a full reload especially using PBX-Express where I have to delete and get a new IP.
  9. Day of Week

    @dl @edossantos , Hey, Could you tell me if I wrote this right? I'm not getting it to work correctly. We open at 11am daily, close at midnight Sunday through Thursday and 2am on Friday and Saturday nights. ((DateTime.Now.Hour >= 9 && DateTime.Now.Hour <= 24) || (DateTime.Now.DayOfWeek ==...
  10. Day of Week

    Thank you and DL thank for that outline! I will try this out today.
  11. Compare to File

    Got this working last night, thank you! I did have some trouble with the way numbers were coming into our phone system. Some come in as +12393022155 and others as 12393022155 just as an example. I ended up writing some code to account for that but would like to find out why that happens...