Skip to content

Commit fe6b01e

Browse files
add note that master/2.x is unstable
1 parent 69d9917 commit fe6b01e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Jester
22

3+
**IMPORTANT: The master/2.x branch of Jester is under heavy development, and not guaranteed to work, or show accurate documentation. You may use the [1.x branch](https://github.com/thehunmonkgroup/jester/tree/v1.x) if you need stable functionality, just know that it is unsupported.**
4+
35
## Introduction
46
Jester is a scripting toolkit for [FreeSWITCH](https://freeswitch.org) written in the [Lua](http://www.lua.org) programming language.
57

doc/01-Intro.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
**IMPORTANT: The master/2.x branch of Jester is under heavy development, and not guaranteed to work, or show accurate documentation. You may use the [1.x branch](https://github.com/thehunmonkgroup/jester/tree/v1.x) if you need stable functionality, just know that it is unsupported.**
2+
13
# High-level introduction
24

35
Jester is VoIP toolkit for FreeSWITCH written in Lua. The goal of Jester is to provide a standardized set of tools that allow you to accomplish most of the common tasks you'll face when putting together phone trees, voicemail systems, etc. And, if Jester can't do something you need, it's modular, extensible design allows you to easily add the functionality in a way that not only you but others can benefit from!

0 commit comments

Comments
 (0)