I am hoping to ask this in a more public setting so that Others who are hoping to work on bugfixes and feature improvements
When chasing down interesting items in the source code, you will often come across calls to FreePBX / other functions that look like this: $this->freepbx->Voicemail->addMailbox($input['extensionId'],$input);
how would one go about finding out where the above addMailbox function actually exists?
or in other words, can someone assist with decoding those breadcrumbs?
working on what I believe is a bug in the voicemail creation API, but having trouble chasing down the source.