You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/includes/sms-tollfree-pricing.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.custom: include file
13
13
ms.author: prakulka
14
14
---
15
15
>[!Important]
16
-
>Toll-free availability is currently restricted to Azure subscriptions that have a billing address in the United States.
16
+
>In most cases, customers with Azure subscriptions locations that match the country of the Number offer will be able to buy the Number. However, US and Canada numbers may be purchased by customers with Azure subscription locations in other countries. Please see [here](../numbers/sub-eligibility-number-capability.md) for details on in-country and cross-country purchases.
17
17
18
18
The Toll-free SMS service requires provisioning a toll-free number through the Azure portal. Once a toll-free number is provisioned, pay-as-you-go pricing applies to the leasing fee, and the usage fee. The leasing fee, and the usage fee is determined by the short code type, location of the short code, and the destination.
19
19
@@ -22,21 +22,29 @@ The Toll-free SMS service requires provisioning a toll-free number through the A
22
22
### Leasing Fee
23
23
Fees for toll-free leasing are charged after provisioning and then recur on a month-to-month basis:
24
24
25
-
|Number type |Monthly fee |
26
-
|--------------|-----------|
27
-
|Toll-free (United States) |$2/mo|
25
+
|Country |Number type |Monthly fee|
26
+
|--------|-----------|------------|
27
+
|United States|Toll-free |$2/mo|
28
+
|Canada| Toll-free |$2/mo|
28
29
29
30
### Usage Fee
30
-
SMS offers pay-as-you-go pricing. The price is a per-message segment charge based on the destination of the message. Messages can be sent by toll-free phone numbers to phone numbers located within the United States.
31
+
SMS offers pay-as-you-go pricing. The price is a per-message segment* charge based on the destination of the message. Messages can be sent by toll-free phone numbers to phone numbers located within the United States, Canada, and Puerto Rico.
31
32
32
33
The following prices include required communications taxes and fees:
*Please see our guide on [SMS character limits](../sms/sms-faq.md#what-is-the-sms-character-limit) to learn more about message segments.
40
41
41
42
## Carrier surcharge
42
-
A standard carrier surcharge of $0.0025/sent message segment and $0.0010/received message segment is also applicable. A carrier surcharge is subject to change. See our guide on [Carrier surcharges](https://github.com/Azure/Communication/blob/master/sms-carrier-surcharge.md) for details.
43
+
A standard carrier surcharge is applicable to messages exchanged via toll-free numbers. A carrier surcharge is a per-message segment* charge and is subject to change. Carrier surcharge is calculated based on the destination of the message for sent messages and based on the sender of the message for received messages. See our guide on [Carrier surcharges](https://github.com/Azure/Communication/blob/master/sms-carrier-surcharge.md) for details. See our pricing example [here](../pricing.md#pricing-example-11-sms-sending) to see how SMS prices are calculated.
44
+
45
+
|Country| Send Message | Receive Message|
46
+
|-----------|---------|--------------|
47
+
|United States| $0.0025 | $0.0010|
48
+
|Canada | $0.0085 | NA|
49
+
50
+
*Please see our guide on [SMS character limits](../sms/sms-faq.md#what-is-the-sms-character-limit) to learn more about message segments.
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/pricing.md
+38-4Lines changed: 38 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,13 +190,47 @@ Rose sees the messages and starts chatting. In the meanwhile Casey gets a call a
190
190
- Number of messages sent (20 + 30 + 18 + 30 + 25 + 35) x $0.0008 = $0.1264
191
191
192
192
193
-
## SMS (Short Messaging Service) and Telephony
193
+
## SMS (Short Messaging Service)
194
194
195
-
Please refer to the following links for details on SMS and Telephony pricing
195
+
Azure Communication Services allows for adding SMS messaging capabilities to your applications. You can embed the experience into your applications using JavaScript, Java, Python, or .NET SDKs. Refer to our [full list of available SDKs](./sdk-options.md).
196
196
197
-
-[SMS Pricing Details](./sms-pricing.md)
198
-
-[PSTN Pricing Details](./pstn-pricing.md)
197
+
### Pricing
198
+
199
+
The SMS usage price is a per-message segment charge based on the destination of the message. The carrier surcharge is calculated based on the destination of the message for sent messages and based on the sender of the message for received messages. Please refer to the [SMS Pricing Page](./sms-pricing.md) for pricing details.
200
+
201
+
### Pricing example: 1:1 SMS sending
202
+
203
+
Contoso is a healthcare company with clinics in US and Canada. Contoso has a Patient Appointment Reminder application that sends out SMS appointment reminders to patients regarding upcoming appointments.
204
+
205
+
- The application sends appointment reminders to 20 US patients and 30 Canada patients using a US toll-free number.
206
+
- Message length of the reminder message is 150 chars < 1 message segment*. Hence, total sent messages are 20 message segments for US and 30 message segments for CA.
207
+
208
+
**Cost calculations**
209
+
210
+
- US - 20 message segments x $0.0075 per sent message segment + 20 message segments x $0.0025 carrier surcharge per sent message segment = $0.20
211
+
- CA - 30 message segments x $0.0075 per sent message segment + 30 message segments x $0.0085 carrier surcharge per sent message segment = $0.48
212
+
213
+
**Total cost for the appointment reminders for 20 US patients and 30 CA patients**: $0.20 + $0.48 = $0.68
199
214
215
+
### Pricing example: 1:1 SMS receiving
216
+
217
+
Contoso is a healthcare company with clinics in US and Canada. Contoso has a Patient Appointment Reminder application that sends out SMS appointment reminders to patients regarding upcoming appointments. Patients can respond to the messages with "Reschedule" and include their date/time preference to reschedule their appointments.
218
+
219
+
- The application sends appointment reminders to 20 US patients and 30 Canada patients using a CA toll-free number.
220
+
- 6 US patients and 4 CA patients respond back to reschedule their appointments. Contoso receives 10 SMS responses in total.
221
+
- Message length of the reschedule messages is less than 1 message segment*. Hence, total messages received are 6 message segments for US and 4 message segments for CA.
222
+
223
+
**Cost calculations**
224
+
225
+
- US - 6 message segments x $0.0075 per received message segment + 6 message segments x $0.0010 carrier surcharge per received message segment = $0.051
226
+
- CA - 4 message segments x $0.0075 per received message segment = $0.03
227
+
228
+
**Total cost for receiving patient responses from 6 US patients and 4 CA patients**: $0.051 + $0.03 = $0.081
229
+
230
+
## Telephony
231
+
Please refer to the following links for details on Telephony pricing
> SMS messages can be sent to and received from United States phone numbers. Phone numbers located in other geographies are not yet supported by Communication Services SMS.
15
+
> SMS messages can be sent to and received from United States and Canada phone numbers. Phone numbers located in other geographies are not yet supported by Communication Services SMS.
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/sms/sms-faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ Rate Limits for SMS:
108
108
109
109
## Carrier Fees
110
110
### What are the carrier fees for SMS?
111
-
In July 2021, US carriers started charging an added fee for SMS messages sent and/or received from toll-free numbers and short codes. Carrier fees for SMS are charged per message segment based on the destination. Azure Communication Services charges a standard carrier fee per message segment. Carrier fees are subject to change by mobile carriers. Please refer to [SMS pricing](../sms-pricing.md) for more details.
111
+
US and CA carriers charge an added fee for SMS messages sent and/or received from toll-free numbers and short codes. The carrier surcharge is calculated based on the destination of the message for sent messages and based on the sender of the message for received messages. Azure Communication Services charges a standard carrier fee per message segment. Carrier fees are subject to change by mobile carriers. Please refer to [SMS pricing](../sms-pricing.md) for more details.
112
112
113
113
### When will we come to know of changes to these surcharges?
114
114
As with similar Azure services, customers will be notified at least 30 days prior to the implementation of any price changes. These charges will be reflected on our SMS pricing page along with the effective dates.
0 commit comments