Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add format and mix parameters to MonitorAction.php #149

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

syco
Copy link

@syco syco commented Nov 2, 2017

I've extended monitor action with 2 more parameters, please consider including it in the main repo.
Thanks.

Signed-off-by: Syco <syco@echo>
@coveralls
Copy link

coveralls commented Nov 2, 2017

Coverage Status

Coverage remained the same at 92.244% when pulling 1030068 on syco:master into f586d0f on marcelog:master.

*
* @return void
*/
public function __construct($channel, $filename)
public function __construct($channel, $filename, $format = 'wav', $mix = 'true')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO, If these are not required to create this action, they should be set with setters, like we do in other actions

Syco added 3 commits November 21, 2018 13:37
Signed-off-by: Syco <syco@torann>
Signed-off-by: Syco <syco@torann>
Signed-off-by: Syco <syco@torann>
dkgroot added a commit to chan-sccp/PAMI that referenced this pull request Apr 24, 2019
Add format and mix parameters to MonitorAction.php

Small fix to follow to marcelogs directive

PR: Created by @syco (marcelog#149)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants