Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1248

Přidáno uživatelem Ondřej Fibich před asi 13 roky(ů)

Opravy:

- oprava chyby ve VoIPu zabranujici zobrazeni uctu (API nevraci vzdy descr pri simulovanem hovoru i kdyz se podari vratit VoIP ucet pomoci get_account)

Zobrazit rozdíly:

freenetis/branches/testing/application/libraries/Billing.php
{
$call = $this->billing->simulate_call($number, $caller_number, 60);
if ($call && $call->descr == 'OK')
if ($call && isset($call->descr) && $call->descr == 'OK')
{
$number = explode('@', $call->calls[0]->callee);
$number = explode(':', $number[0]);

Také k dispozici: Unified diff