... as configured by the sysop in SCFG->System->Advanced Options->Phone Number Format.
A silly artifact from days of old, but still, was missing from the JS object model (e.g. for user in new-user registration), so here it is. Probably should be eliminated at some point.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sat Dec 27 01:17:57 2025
node.extaux is uint32_t; the cast to (int) for INT_TO_JSVAL could yield
a negative value for extaux > INT_MAX. Use UINT_TO_JSVAL like the rest
of the codebase already does for this field (e.g., js_system.cpp:2717).