Skip to content

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

License

Notifications You must be signed in to change notification settings

nvisibleinc/ari-voicemail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages