[Spce-user] v2.8 outgoing cdr issue / rate-o-mat

Lars Froehlich lfroehlich at wittenberg-net.de
Thu Apr 4 08:47:49 EDT 2013


Hi,

I have no outgoing cdr's in the admin interface.
The rate-o-mat.log contains the following error on a outgoing call:

missing destination profile, so we can't calculate 
destination_reseller_cost for destination_provider_info $VAR1 = 
{#012          'contract_id' => '1',#012          'profile_id' => 
undef,#012          'class' => 'reseller'#012        };

here ist my billing_mappings and resellers table:
mysql> select * from billing_mappings;
+----+------------+----------+--------------------+-------------+------------+
| id | start_date | end_date | billing_profile_id | contract_id | 
product_id |
+----+------------+----------+--------------------+-------------+------------+
|  1 | NULL       | NULL     |               NULL |           1 
|          3 |
|  2 | NULL       | NULL     |                  1 |           2 |       
NULL |
|  4 | NULL       | NULL     |                  1 |           4 
|          2 |
|  5 | NULL       | NULL     |                  1 |           5 |       
NULL |
|  6 | NULL       | NULL     |                  1 |           6 |       
NULL |
+----+------------+----------+--------------------+-------------+------------+
5 rows in set (0.00 sec)

mysql> select * from resellers;
+----+-------------+---------+--------+
| id | contract_id | name    | status |
+----+-------------+---------+--------+
|  1 |           1 | default | active |
+----+-------------+---------+--------+
1 row in set (0.00 sec)

Kind regards,
Lars




More information about the Spce-user mailing list