| | 15 | * '''Automatic extension/phone number assignment''' has been implemented at [https://github.com/nolanke/openbts-p2.8] by Keith Nolan (CTVR). |
| | 16 | * You no longer have to manually insert IMSIs and extension numbers into the Asterisk sqlite3.db database. New and returning users (if selected) will receive a 'welcome' text message that now includes their assigned extension/phone number for use on the OpenBTS network. To support this change, a number of new configuration options were added to the OpenBTS.db configuration database: |
| | 17 | * '''Control.LUR.Registration.Extension.Start''' specifies the start of the assigned extension number range [default: 3000]. |
| | 18 | * '''Control.LUR.Registration.Extension.Message''' specifies the message to be included in the Welcome text message that precedes the assigned extension number [default: 'Your phone number is'] |
| | 19 | * This code has been tested using Asterisk 10 and a USRP N210. |
| | 20 | |