Hi,<div><br></div><div>No this is a test system so only 3 subscribers exist, I'm just running through some scenarios like terminating then un-terminating a subscriber. Moving a subscriber from one account to another...things like that.</div>
<div><br></div><div> There were no other errors in oss.log that I could see. ngcp-ossbss-billing is 3.3.8</div><div><br></div><div>Skyler</div><div><br></div><div><div class="gmail_quote">On Fri, Jun 15, 2012 at 2:45 AM, Daniel Tiefnig <span dir="ltr"><<a href="mailto:dtiefnig@sipwise.com" target="_blank">dtiefnig@sipwise.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 06/15/2012 02:25 AM, Skyler wrote:<br>
<div class="im">> On Tue, Jun 12, 2012 at 2:06 PM, Daniel Tiefnig wrote:<br>
>> Is it shown as deleted or as active? I.e. is the subscriber name an<br>
>> href?<br>
><br>
> It is shown greyed out within the account it was originally created.<br>
<br>
</div>Ok, so that is not a problem. It's listed as a terminated subscriber and<br>
all parameters (username, phone numbers) should be usable again.<br>
<div class="im"><br>
>> The primary_number_id should be NULL, and you shouldn't be able to<br>
>>  find any numbers assigned to the subscriber:<br>
><br>
> No the primary_id is not NULL.<br>
<br>
</div>Oh sorry, my fault. Just checked, and the primary number ID is not reset<br>
on subscriber termination, so that's ok.<br>
<div class="im"><br>
> mysql> select * from billing.voip_numbers where subscriber_id = '2';<br>
</div>[...]<br>
<div class="im">> 2 rows in set (0.00 sec)<br>
<br>
</div>But that's weird. The subscriber_id column in voip_numbers is set to<br>
NULL when a subscriber is terminated. You terminated the subscriber via<br>
the admin webinterface? Can you see any errors in oss.log after the<br>
terminate_voip_account_subscriber call?<br>
<br>
Are there other subscribers affected too? Try the following in the<br>
billing database:<br>
mysql> select b.username<br>
         from voip_numbers a<br>
              inner join voip_subscribers b on a.subscriber_id = <a href="http://b.id" target="_blank">b.id</a><br>
        where b.status = 'terminated';<br>
<br>
What version of the ngcp-ossbss-billing package is installed on the system?<br>
# dpkg -l ngcp-ossbss-billing<br>
<div class="HOEnZb"><div class="h5"><br>
br,<br>
daniel<br>
<br>
_______________________________________________<br>
Spce-user mailing list<br>
<a href="mailto:Spce-user@lists.sipwise.com">Spce-user@lists.sipwise.com</a><br>
<a href="http://lists.sipwise.com/listinfo/spce-user" target="_blank">http://lists.sipwise.com/listinfo/spce-user</a><br>
</div></div></blockquote></div><br></div>