Mapping CCXML browsers to a phone number

For a CCXML Browser Service to receive incoming calls for a specific telephone number or line identifier, you must map the phone number or line identifier to the CCXService name. To do this, add a NumToApp keyword to the NodeName configuration entry of a Voice Response node that is to launch the CCXML browser. The service name specified in the NumToApp keyword entry must match the name specified in the CCXService configuration entry. For example, if the number is 987654 and the CCXService name is ccxml1, the entry should be:
NumToApp=987654,ccxml1
The number can contain wildcards. See NumToApp for full details.