Name
SpellNumber Generate a list of possible words for a toll-free number.
Description
Spare Number Forecast is a feature that uses the SMS/800 History database to determine what numbers will be coming spare in the near future.

SpellNumber builds a list of all possible words and combinations of words that may be formed from a single toll-free number. The NPA is not included in the spelling.
* dn A single toll-free number. This parameter should not contain the NPA and it may not contain wildcard (* and &) characters.
trailingdigits The number of digits (0-2) that may be added on to the number to allow longer spelled words. Words may then be up to 9 letters long excluding the NPA. This parameter is optional.

MGI Messages
None.
Results
A SpellNumber response is an XML document embedded within the normal API response. A typical XML response will have the following fields.
<msgparams>
<spellnumber>
<count>number of entries</count>
<spelling>first spelling</spelling>
<spelling>second spelling</spelling>
</spellnumber>
</msgparams>
Example
The following request parameters will ask for a list of spellings for all toll free numbers ending in 5551212. All words must be at least 5 characters long.
dn~5551212;trailingdigits~2;