openvoips / OV500

OpenSource Freeswitch & Kamailio Billing, rating and Routing Software
http://ov500.openvoips.org
GNU Affero General Public License v3.0
100 stars 54 forks source link

No answered calls and ringing calls in live calls view #18

Closed amitiyer closed 9 months ago

amitiyer commented 4 years ago

when checking the live call stats can only see total concurrent and total progress cannot see total answered or total ringing calls.

amitiyer commented 4 years ago

any update ?

kanand81 commented 4 years ago

can you check http://localhost/api/api.php URL is working in server?

Anand Kumar Mobile: +919949800228

On Sat, Feb 22, 2020 at 11:54 PM amitiyer notifications@github.com wrote:

any update ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/openvoips/OV500/issues/18?email_source=notifications&email_token=AAWG777F4KKT572FXIA3INDREFUUXA5CNFSM4KZFMYG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMVHE6A#issuecomment-589984376, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAWG7767FBRGO4BGX3WWEYTREFUUXANCNFSM4KZFMYGQ .

amitiyer commented 4 years ago

Yes, The URL is working on the server, Also i can see Total Concurrent and Total Progress calls. I cannot see total Ringing or Answered. I accessed the database and changed the stats from progress to answer manually on one live call in livecall table and i could see 1 answered call in the live dashboard. What i found is all the live calls status is progress in the database. when the call gets answered the status does not change it stays in progress itself i think that's why we are not getting the answered / ringing value in the live call dashboard.

openvoips commented 4 years ago

Update portal/api/lib/OVS.php file with the latest https://github.com/openvoips/OV500/blob/master/portal/api/lib/OVS.php file and check it. As per my understanding, the secure web server is configured in your server and old OVS.php class using an unsecured web server API to update the call status.

On Sun, Feb 23, 2020 at 4:01 PM amitiyer notifications@github.com wrote:

Yes, The URL is working on the server, Also i can see Total Concurrent and Total Progress calls. I cannot see total Ringing or Answered. I accessed the database and changed the stats from progress to answer manually on one live call in livecall table and i could see 1 answered call in the live dashboard. What i found is all the live calls status is progress in the database. when the call gets answered the status does not change it stays in progress itself i think that's why we are not getting the answered / ringing value in the live call dashboard.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/openvoips/OV500/issues/18?email_source=notifications&email_token=AM6JLVBYGQVJ3WK372OV3WLREJF7ZA5CNFSM4KZFMYG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMVYFJQ#issuecomment-590054054, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM6JLVCRVZPQKQV7R2DLB5DREJF7ZANCNFSM4KZFMYGQ .

amitiyer commented 4 years ago

Sure, Let me check that and update you. Thanks.