[asterisk-users] Commit dialplan & other config. in memory to disk?

Victor Villarreal mefhigoseth at gmail.com
Fri Apr 7 10:17:13 CDT 2017


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" <asterisk.org at sedwards.com> 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       sedwards at sedwards.com      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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170407/71ef6055/attachment.html>


More information about the asterisk-users mailing list