Changeset 974

Show
Ignore:
Timestamp:
08/26/08 07:35:42 (3 months ago)
Author:
rach
Message:

Add 0* only like redial number

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/common/lib/Class.A2Billing.php

    r973 r974  
    850850 
    851851                //REDIAL FIND THE LAST DIALED NUMBER (STORED IN THE DATABASE) 
    852                 if ($this->destination=='1*'|| $this->destination=='0*' ){ 
     852                if ( $this->destination=='0*' ){ 
    853853                        $this->destination = $this->redial; 
    854854                        $this -> debug( VERBOSE | WRITELOG, $agi, __FILE__, __LINE__, "[REDIAL : DTMF DESTINATION ::> ".$this->destination."]"); 


Google