marcelog / PAMI

PHP Asterisk Manager Interface ( AMI ) supports synchronous command ( action )/ responses and asynchronous events using the pattern observer-listener. Supports commands with responses with multiple events. Very suitable for development of operator consoles and / or asterisk / channels / peers monitoring through SOA, etc
http://marcelog.github.com/PAMI
Apache License 2.0
402 stars 281 forks source link

More Secure Connections #220

Open ldo opened 1 year ago

ldo commented 1 year ago

Have you thought of supporting SSL/TLS-encrypted connections? Looks like this is quite easy in PHP, by specifying the right options to the stream_context_create() call.

Another useful thing, particularly on unencrypted connections, would be challenge-response authentication.