Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.5 KB

README.md

File metadata and controls

41 lines (36 loc) · 1.5 KB

ari-voicemail

Simple voicemail application using the ARI interface and the Go programming language.

This application is designed to work with the go-ari-proxy and go-ari-library, and should not be considered ready for production. Please feel free to use this application as a basis of learning and prototyping.

Installation

$ go build ari-voicemail

Usage

First, build the go-ari-proxy application and configure the JSON file. We recommend that you use the NATS message bus. Alternatively, you could implement your own proxy for connecting to the Asterisk REST Interface either in your preferred programming lanaguage, or in Go using our handy go-ari-library.

Licensing

Copyright 2015 N-Visible Technology Lab, Inc.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.