-
Notifications
You must be signed in to change notification settings - Fork 18
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
Is this going to be updated with mysqli commands #23
Comments
I know of nobody that is currently maintaining this module. |
I could probably take a look at this over the next week or so. My only issue is i don't have a phone system to test on. . What is incrediblepbx? |
Wesley, I could probably get you a box to play with if you need. It would
be FreePBX, not IncrediblePBX but I think they are pretty much the same
base.
I thought about giving it a stab as I had done a bit of conversion for
mysqli, egrep and such but am certainly not proficient in PHP. But I do
have options to play with.
You can contact me direct at rick at ewart dot net.
From: Wesley Render [mailto:[email protected]]
Sent: Wednesday, February 06, 2019 1:37 PM
To: POSSA/freepbx-Call-Statistics
Cc: Subscribed
Subject: Re: [POSSA/freepbx-Call-Statistics] Is this going to be updated
with mysqli commands (#23)
I could probably take a look at this over the next week or so. My only
issue is i don't have a phone system to test on. . What is incrediblepbx?
-
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#23 (comment)
61136528> , or mute the thread
<https://github.com/notifications/unsubscribe-auth/APu2cTrrSeTluC_-iekzXGI
-st5VPQzkks5vKyDagaJpZM4ajpJs>
.https://github.com/notifications/beacon/APu2cR1RsAug0mGPXjbsubKjOV6_dTnxk
s5vKyDagaJpZM4ajpJs.gif
|
I can setup remote access to a pbx for testing if you need. It wont have any trunks or anything but I can setup http and ssh access.
Sent from my T-Mobile 4G LTE Device<div>
</div><div>
</div><!-- originalMessage --><div>-------- Original message --------</div><div>From: Wesley Render <[email protected]> </div><div>Date: 2/6/19 10:37 AM (GMT-08:00) </div><div>To: POSSA/freepbx-Call-Statistics <[email protected]> </div><div>Cc: jzrlost <[email protected]>, Author <[email protected]> </div><div>Subject: Re: [POSSA/freepbx-Call-Statistics] Is this going to be updated with mysqli commands (#23) </div><div>
</div>I could probably take a look at this over the next week or so. My only issue is i don't have a phone system to test on. . What is incrediblepbx?
…--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#23 (comment)
|
Thanks. Well I could just fire up a freepbx server on my esxi server to test. I just don't have a telephony card. I would just need someone with actual dahdi drivers/card to test it after... |
Wrender or anyone else that wants to take a stab at the conversion let me know and we can get in touch with each other for access to a system here in my office. IncrediblePBX is built on asterisk and FreePBX. http://incrediblepbx.com/ We use the raspberry pi version 13.13 at the moment. |
Sure. I might have a few hours this weekend to take a look. Do you want to just private message me your email and we can go from there? |
Just an update. I've made a bit of progress. It looks like most of the issue is that the mysql statements just needed to be converted to the newer mysqli statements. I'm stuck on one array right now trying to fix it, but my programming skills are not very good. I'm a sys admin :) |
Here is the current error: And here is the line triggering it: |
this is a version of the concurrentcalls.php that is updated for mysqli and confirmed working with FreePBX 14.0.5.2. needs to be added to the repo and re-signed |
Just did the same conversion myself before finding this |
We have been using this program on the older version of the pbxinaflash and it works really good. We have now moved to using Incrediblepbx 13.13 on the raspiberry pi. When we try to use the module it loads up but the page crashes with errors about the mysql commands being outdated and need to be updated to mysqli commands. Is there any plan to update the php pages to reflect the new mysqli commands and php7?
The text was updated successfully, but these errors were encountered: