Search results

  1. DigitalDaz

    Understanding destinations

    I have just checked and the bar | gets removed when you put multiple in. I'm sure @markjcrane would some day fix that to maybe allow an array [11111,22222] for example and then include that as a single condition as an or method.
  2. DigitalDaz

    Understanding destinations

    I have just realised I do very similar to allow pinless entry to a conference on my box in the dialpan, maybe I will try it in the destination and see if it works:
  3. DigitalDaz

    Understanding destinations

    I have nver tried what you are trying above bur have you tried in the condition, instead of two lines, in the one field 11111|22222 ie using the bar, or operator
  4. DigitalDaz

    Understanding destinations

    The caller id name and caller id number are there for a certain purpose. There is a permission in the group manager, caller id select or something, I would have to loo it up..... Once set, when the extensions page is visited and you got to edit an extension, the freeform text input fields for...
  5. DigitalDaz

    Understanding destinations

    So do that, create the destination, then edit the inbound route, that's probably the best. That said, what multiple conditions do you need? That would normall be dealth with in a custom place that you send the destination to.
  6. DigitalDaz

    Understanding destinations

    No idea about the variable, but almost no one uses inbound routes, we just use destinations. Without them, you will probably find dropdowns are not populated correctly in other modules.
  7. DigitalDaz

    Understanding destinations

    I was mistaken, I thought you said, 'I' created inbound routes, didn't read properly.
  8. DigitalDaz

    Understanding destinations

    "I created an inbound destination with one of my trunks. Then (as it suggested), it created inbound routes accordingly" Yes, destinations is a tool to create inbound routes.
  9. DigitalDaz

    Understanding destinations

    With regards to why destinations, the reason is security. You can give access to destinations to a domain admin but giving access to inbound routes creates problems, they could potentially break the server.
  10. DigitalDaz

    Understanding destinations

    Destinations create the inbound route for you. Where do you see in the documentation that it says to do both?
  11. DigitalDaz

    Installing FusionPBX

    Sorry, in that case I have no idea.
  12. DigitalDaz

    Installing FusionPBX

    Click the tab key to move it to the ok
  13. DigitalDaz

    Installing FusionPBX

    Just keep the local, no idea why it wants to change that file
  14. DigitalDaz

    Call recording delete after x amount of days

    Yes, I just did: mv /etc/cron.daily/fusionpbx-backup /etc/cron.daily/fusionpbx-backup.conf Now when I do the run parts, the backup of the db does not happen
  15. DigitalDaz

    Call recording delete after x amount of days

    It would appear, in the latest version that it actually DOES run. I was unaware oif this and certainly do not want a db backup every night on the same box :) You can test it running by: run-parts /etc/cron.daily I think in older version, the file had a suffix, like .conf or something and...
  16. DigitalDaz

    Call recording delete after x amount of days

    Something along the lines of this in crontab: 0 2 * * * /usr/bin/find /var/lib/freeswitch/recordings/*/archive -type f -mtime +90 -exec rm -rf {} \;
  17. DigitalDaz

    Accessing database variables from inside Dialplan

    create them a custom php page if necessary to set that var
  18. DigitalDaz

    Accessing database variables from inside Dialplan

    That var should definitely be accessible at that point, you may need to export it to other legs to ensure it gets passed along
  19. DigitalDaz

    Accessing database variables from inside Dialplan

    It may help you to call the application "info" in your dialplan for debugging purposes, this will dump all the vars available to you in the cli/log.
  20. DigitalDaz

    FusionPBX dead?

    Far from dead :)