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

Add some new actions and corresponding events about ConfBridge #179

Open brenard opened 5 years ago

brenard commented 5 years ago

Hi,

I implement some new actions and corresponding events about ConfBridge :

This PR include tests as implemented for other similar actions/events.

Thank you,

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.2%) to 92.036% when pulling d35fbb734260e38f5e6985f5a5990026f12785f7 on brenard:master into f586d0fcbf7db7952965ccb91e4ed231bd168fb3 on marcelog:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+6.1%) to 98.357% when pulling 64b72d36232117b193d7fdb9c98d645147f52b9b on brenard:master into f586d0fcbf7db7952965ccb91e4ed231bd168fb3 on marcelog:master.

beqabeqa473 commented 5 years ago

hi, why you are not merging this pr to the master?

i think lots of people need this functionality which is absent in original repo.