-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe609f2
commit 264c918
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ $ npm install asterisk-manager | |
* password: username's password for authentication | ||
* events: this parameter determines whether events are emited. | ||
**/ | ||
var ami = new require('asterisk-manager')('port','host','username','password', true); | ||
var ami = new require('asterisk-manager')('port','host','username','password', true); | ||
|
||
// In case of any connectiviy problems we got you coverd. | ||
ami.keepConnected(); | ||
|
@@ -70,18 +70,18 @@ MIT License | |
----------- | ||
|
||
Copyright (C) 2012 - 2017 by | ||
Philipp Dunkel <https://github.com/pipobscure> | ||
abroweb <https://github.com/abroweb> | ||
Igor Escobar <https://github.com/igorescobar> | ||
Tekay <https://github.com/Tekay> | ||
Kofi Hagan <https://github.com/kofibentum> | ||
Hugo Chinchilla Carbonell <https://github.com/hugochinchilla> | ||
Nick Mooney <https://github.com/Gnewt> | ||
Asp3ctus <https://github.com/Asp3ctus> | ||
Christian Gutierrez <https://github.com/chesstrian> | ||
bchavet <https://github.com/bchavet> | ||
Joserwan <https://github.com/joserwan> | ||
Joseph Garrone <https://github.com/garronej> | ||
[Philipp Dunkel](https://github.com/pipobscure) | ||
[abroweb](https://github.com/abroweb) | ||
[Igor Escobar](https://github.com/igorescobar) | ||
[Tekay](https://github.com/Tekay) | ||
[Kofi Hagan](https://github.com/kofibentum) | ||
[Hugo Chinchilla Carbonell](https://github.com/hugochinchilla) | ||
[Nick Mooney](https://github.com/Gnewt) | ||
[Asp3ctus](https://github.com/Asp3ctus) | ||
[Christian Gutierrez](https://github.com/chesstrian) | ||
[bchavet](https://github.com/bchavet) | ||
[Joserwan](https://github.com/joserwan) | ||
[Joseph Garrone](https://github.com/garronej) | ||
|
||
Based on a work Copyright (C) 2010 Brian White <[email protected]>, but radically altered thereafter so as to constitute a new work. | ||
|
||
|