Hi Nathan, Personally, I create a git repo on /etc/asterisk/ folder.
With this approach, you not only can backup current dilplan on another location (another private server, or private repo on Bitbucket account). You can follow all the change history you made. Simply install git, then go to /etc/asterisk/ an issue the following commands: #> git init #> git add. #> git commit -a 'First commit' Cheers... El 7 abr. 2017 10:48, "Steve Edwards" <[email protected]> escribió: > On Thu, 6 Apr 2017, Steve Edwards wrote: > > You're welcome to the script at: >> >> http://www.sedwards.com/recover-show-dialplan.php >> > > Sorry about that... > > Try: > > http://www.sedwards.com/recover-show-dialplan.txt > > -- > Thanks in advance, > ------------------------------------------------------------------------- > Steve Edwards [email protected] Voice: +1-760-468-3867 PST > https://www.linkedin.com/in/steve-edwards-4244281 > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
