You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be handy to see which user has got which phone number. As discussed on the ML, you can query the database with select a.number,b.caller_name from phone_numbers a join sip_accounts b
ON a.phone_numberable_id = b.id where a.phone_numberable_type = "SipAccount";
Could you implement this in the web interface?
The text was updated successfully, but these errors were encountered:
It would be handy to see which user has got which phone number. As discussed on the ML, you can query the database with
select a.number,b.caller_name from phone_numbers a join sip_accounts b
ON a.phone_numberable_id = b.id where a.phone_numberable_type = "SipAccount";
Could you implement this in the web interface?
The text was updated successfully, but these errors were encountered: