Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See the following documentation for more details: WMP Dashboards - CLASSOUND Dashboard.

Sending SMS from Dialplan

To send SMS from Dialplan, apply the following configuration:

  1. Set -> CURLOPT(userpwd) ->  101:sms101api (user credentials) - allows sending API request
  2. Custom application -> Set(message=${CURL(http://127.0.0.1/api/v1/originate/sms, message=the message body&number=%2B39333123456)}); - SMS API is applied  
Note

Notes:

  •  "%2B" added to the mobile number is "+" character with URL encoding transformation. The full reference is available on the w3school web site.
  • In "number=" it is possible to indicate several mobile numbers, separated by commas.
  • Using the same CURL request, you can also send mass SMS via external applications. 

Bulk SMS sending via CLASSOUND

...

The "reason" part is the description of the warning/error

Sending SMS from Dialplan

To send SMS from Dialplan, apply the following configuration:

  1. Set -> CURLOPT(userpwd) ->  101:sms101api (user credentials) - allows sending API request
  2. Custom application -> Set(message=${CURL(http://127.0.0.1/api/v1/originate/sms, message=the message body&number=%2B39333123456)}); - SMS API is applied  
Note

Notes:

  •  "%2B" added to the mobile number is "+" character with URL encoding transformation. The full reference is available on the w3school web site.
  • In "number=" it is possible to indicate several mobile numbers, separated by commas.
  • Using the same CURL request, you can also send mass SMS via external applications. 


Html
<div class="fb-like" data-href="https://confluence.wildix.com/x/OISEB" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...