- Simple Number Setup
- Simple Call Flow Setup
- Setup Voicemail
- Create a New Extension
- Edit Phone Buttons
- Create a Conference Bridge
- Create a Fax Extension
- Setup e911
- Ordering Phone Numbers
- Porting Phone Numbers
- Simple Call Flow Menu Setup
- Simple Hours Schedule
- Creating Agents
- Design an Auto-attendant
- Hotdesk
- Test e911
- Create a Routing Extension
- Create Cascading Rings
- Create Cascading Ring to Queue
- Adding a Forward
- Limit 800 Spammers
- Find Call Records
- How To…
Chat Preferences
The “Chat Preferences” screen has a few global settings related that are to text messages.
Enabling Text Messages
Enabling text messages allows people on mobile devices to send your company SMS messages. This feature is off by default.
Messaging Users
The users listed here will appear on all message conversations. If you need more granular control, you can assign messaging users at the phone-number level instead.

=
Text Delivery API Callback URL
The Text Delivery API Callback URL allows the WebFones text message system to deliver inbound text messages directly to your applications using a callback URL. Specify the URL, and then leave a series of placeholders in the appropriate places for the data.
Here is a list of placeholders:
@[sourcenumber] – number sending message
@[targetnumber] – number receiving message
@[message] – URL encoded message
Here is an example of a delivery URL:
http://www.your.url?t=@[targetnumber]&s=@[sourcenumber]&m=@[message]