ettoreleandrotognoli / python-ami

Python AMI Client
BSD 3-Clause "New" or "Revised" License
107 stars 66 forks source link

username and secret??? #43

Closed Chenny0808 closed 3 years ago

Chenny0808 commented 3 years ago

client.login(username='username',secret='password') what is username and secret?

ettoreleandrotognoli commented 3 years ago

Username and secret are necessary to authenticate, I put some references bellow, I hope that it would be clear now https://wiki.asterisk.org/wiki/display/AST/Asterisk+17+ManagerAction_Login https://www.voip-info.org/asterisk-manager-api-action-login/ https://www.voip-info.org/asterisk-manager-example-login/