Changeset 973
- Timestamp:
- 08/26/08 07:23:28 (3 months ago)
- Files:
-
- trunk/common/lib/Class.A2Billing.php (modified) (1 diff)
- trunk/common/lib/Misc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/common/lib/Class.A2Billing.php
r963 r973 850 850 851 851 //REDIAL FIND THE LAST DIALED NUMBER (STORED IN THE DATABASE) 852 if ($this->destination==' *1'){852 if ($this->destination=='1*'|| $this->destination=='0*' ){ 853 853 $this->destination = $this->redial; 854 854 $this -> debug( VERBOSE | WRITELOG, $agi, __FILE__, __LINE__, "[REDIAL : DTMF DESTINATION ::> ".$this->destination."]"); trunk/common/lib/Misc.php
r970 r973 154 154 if($test_var =='username' || $test_var =='filterprefix' ){ 155 155 //rebuild the search parameter to filter character to format card number 156 $filtered_char = array(" ", "-", "_","(",")" );156 $filtered_char = array(" ", "-", "_","(",")", "+"); 157 157 $$test_var = str_replace($filtered_char, "", $$test_var); 158 158
