Search results

  1. bcmike

    SOLVED Very weird provisioning problem

    It turns out it wasn't so weird. The device existed in 2 domains.
  2. bcmike

    SOLVED Very weird provisioning problem

    This one is so strange I'm not sure where to begin. I have a Cisco 525G device that I had setup with a test extension (300). I later deleted the 300 extension and re-purposed the phone on to another extension (111), I linked it to the device, it received its config, registered and everything...
  3. bcmike

    Cisco SPA Template Mods & Notes

    Bonus: Add park button while connected in a call: Enable programmable soft keys: <Programmable_Softkey_Enable group="Phone/Programmable_Softkeys">Yes</Programmable_Softkey_Enable> Configure the keys that will be shown while connected on a call. PSK1 is our custom key: <Connected_Key_List...
  4. bcmike

    Cisco SPA Template Mods & Notes

    Ok, this took me the better part of a day to track down so here's the solution: <Enable_IP_Dialing_1_ group="Ext_1/Dial_Plan">Yes</Enable_IP_Dialing_1_> It's set to "No" in the default SPA525 templates and "Yes" in the SPA50x templates. Basically the phone won't let you dial the "park+" part...
  5. bcmike

    Cisco SPA Template Mods & Notes

    Andrew did you ever get this figure out? I'm running into it myself.
  6. bcmike

    SOLVED Feature Request: Idiot Proofing

    Ok one last thing. If you want the field label to be bold, to indicate it's required like the other required fields edit line 1140 and 1179 respectively. Change the cell class from "vncell" to "vncellreq" echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
  7. bcmike

    SOLVED Feature Request: Idiot Proofing

    Ok I figured out how to do the simplest form of what I wanted to do, here's how. First use at your won risk!! Make a backup of extensions_edit.php cp /var/www/fusionpbx/app/extensions/extension_edit.php /var/www/fusionpbx/app/extensions/extension_edit.bak The edit line 1171 and line 1211...
  8. bcmike

    SOLVED Feature Request: Idiot Proofing

    10-4 message received, the idiot thing was meant more as a joke. Ok, I think I'll look at the form and see if I can add the validation and then make it a domain option ie; enforce_CID = yes
  9. bcmike

    SOLVED Feature Request: Idiot Proofing

    I think you guys are misunderstanding what I'm asking and perhaps over thinking it a bit. I wasn't really asking for the system to check against any lists and enforce any rules. I just want the form to validate the field has been filled out, that's it, as in it can't be blank. I guess if I...
  10. bcmike

    SOLVED Feature Request: Idiot Proofing

    Hi, The carriers in North America are now getting tough on enforcing valid call display. I was wondering if there was a way to enforce validation on the outbound call display field when creating an extension. Yes this is mostly to prevent me from forgetting about call display or putting it in...
  11. bcmike

    Feature Requests

    Might be good to have a forum for feature requests.. Let me kick it off. A client asked me if it was possible to do domain level backup in case they screw something up. I gave them the standard "I'll get back to you on that" answer, but I'm pretty sure that such a feature doesn't exist...
  12. bcmike

    Cisco SPA Template Mods & Notes

    Make sure that the call park supplementary service is enabled: <Call_Park_Serv group="Phone/Supplementary_Services">Yes</Call_Park_Serv> Also check the other related fields: <Call_Park_Monitor_Enable_1_ group="Ext_1/Call_Feature_Settings">No</Call_Park_Monitor_Enable_1_> <Call_Park_Code...
  13. bcmike

    Is Multi Tenant possible without Domain ?

    Why bother with any magic tricks? Buy a domain and then set up a wildcard to point at your Fusion PBX. After that you can have all the sub domains you want. Example set up *.mydomain.com , point it at the IP of your PBX and the you can do sub1.mydomain.com , sub2.mydomain.com , etc, etc without...
  14. bcmike

    Fusion PBX Mail

    I'm on Fusion PBX 4.4.9. I have /app/emails/emails.php but there is nothing there. I don't have app/email_logs/email_logs.php I'm looking for a traditional mail log that has either a failure or a sent ok..
  15. bcmike

    Fusion PBX Mail

    Hi, Another newb question, I need to trouble shoot a voicemail to email problem (I get some and not others) and I was hoping someone could tell me where to fin the mail logs for fusionpbx on Debian. I know its probably something obvious but for some reason I can't find them. Thanks In advance.
  16. bcmike

    Busy - Signal For Incoming Calls!

    There's a lot to unpack there. The first question I would ask is have you looked at the logs? When you expect an incoming call do you see any activity in the logs? if so what are the errors? If you don't see activity in the logs that means that Voip.ms is not sending you the call correctly or...
  17. bcmike

    Connecting to WHMCS

    I put out a bounty for this earlier but had no response.
  18. bcmike

    WHCMS module

    I'm looking for someone to build a whmcs module. Just need to add anew domain and admin user via the API from a WHMCS provisioning module. I have a budget for this..
  19. bcmike

    IBM Watson integration

    You have some sort of syntax error in your script. the latest script is here: https://github.com/fusionpbx/fusionpbx/blob/master/resources/install/scripts/app/voicemail/resources/functions/record_message.lua You can enable/disable transcription per voicemail box ins the voicemail settings.
  20. bcmike

    Stupid upgrade questions

    Hi I just completed an upgrade on my production box from 4.4.3 to 4.4.9 which went fine, I backed up all the relevant bits (templates,theme,etc). However I have a few dumb questions: Whats the difference between the master branch and the 4.4 branch? I had to go to the master branch to grab the...