Changeset 973

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

Add 0* and 1* like redial number

Files:

Legend:

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

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

    r970 r973  
    154154                        if($test_var =='username' || $test_var =='filterprefix' ){  
    155155                                //rebuild the search parameter to filter character to format card number 
    156                                 $filtered_char = array(" ", "-", "_","(",")"); 
     156                                $filtered_char = array(" ", "-", "_","(",")", "+"); 
    157157                                $$test_var = str_replace($filtered_char, "", $$test_var); 
    158158                                 


Google