Marcelo Gornstein

Results 51 comments of Marcelo Gornstein

Hello, It's hard to say anything without knowing what you're doing exactly and with what (Asterisk version, action(s) that you're sending, logs for both the action sent and response and...

Hello, Thanks for your contribution! These should have unit tests and also be listed in the README with the supported action and events.

Hello, Thanks for the pull. Could you please provide a description for the changes and also unit tests? Cheers,

Hey thanks! :) Could you throw in a unit test too?

So we can't merge unless the build passes. Make sure that running `./vendor/bin/phing build` yields no errors in your box. Travis will run the same command (more information is available...

Thanks for the contribution! :) A small comment before accepting: I see there are some changes that don't look related (docblock updates, vars/args names), these might be fine but make...

yes! ;) traits are more a feature of the language itself. they are planned in php so that's why i didn't go forward with this yet. i thought they can...

I think a friend of mine described to me the same problem just a few days ago, and his proposed solution was to make a special "plugin" or some kind...

Jon.. In the meantime.. you say you're using your controller init() in order to get the beans you need (like the service). This leads me to an alternative option, using...

well, afaik, you have helpers along all the ZF code (like view helpers, and so on, that you use from your controller in a $this->helpername()->helpermethod() way). These are implemented by...