Changeset 1012
- Timestamp:
- 09/14/08 19:03:14 (4 months ago)
- Files:
-
- trunk/AGI/a2billing.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/AGI/a2billing.php
r895 r1012 803 803 } 804 804 805 /*$arr_save_a2billing['countrycode'] = $A2B-> countrycode; 806 $arr_save_a2billing['subcode'] = $A2B-> subcode; 805 /* 807 806 $arr_save_a2billing['myprefix'] = $A2B-> myprefix; 808 807 $arr_save_a2billing['ipaddress'] = $A2B-> ipaddress; … … 945 944 if ( ($callback_been_connected==1) || ($callback_been_connected != 1) && ($A2B->agiconfig['callback_bill_1stleg_ifcall_notconnected']==1) ){ 946 945 947 /*$A2B-> countrycode = $arr_save_a2billing['countrycode']; 948 $A2B-> subcode = $arr_save_a2billing['subcode']; 946 /* 949 947 $A2B-> myprefix = $arr_save_a2billing['myprefix']; 950 948 $A2B-> ipaddress = $arr_save_a2billing['ipaddress'];
