Versions Compared

Key

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

Table of Contents

Image ModifiedVoIP

Menu where VoIP carriers are managed.

...

Codecs: Codecs used by the supplier (related to audio).



Image ModifiedDigital Carriers

This is where you configure the E1/T1 digital lines (ISDN PRI and MFCR2).

...

Signalling: Signaling type desired for digital settings.


 Image ModifiedAnalog

 Menu where the FXO – FXS analog lines are configured

...

Busy Detect: If no polarity must make cutting detect analog lines, you can also specify the busy pattern.


Image ModifiedSMS

Menu where SMS Providers are configurated.

...


First of all there is the section "SMS Providers", here we will select the type of api for each provider through the drop-down menu.
It should be noted that the options displayed are currently compatible with uContact.
  • DinstarWeb: Web service communication.
  • Quality: API developed for Quality Telecom.
  • GMG: Communication with GMG SMS API
  • Twilio: Communication with Twilio SMS API
  • Nexmo: Communication with Nexmo SMS API
  • InfoBip:  Communication with InfoBip SMS API
  • URLSMS:  Communication URL GET.
  • URLSMSAuth: Communication with URL Get with basic Auth
  • SMSMasivo:  Communication with SMSMasivo
  • URLSMSPOST: Communication URL POST
  • URLPOSTSMSAuth: Communication URL POST with basic Auth

 Default: This option allows you to select the SMS provider as the default to receive notifications from the system.*

*If one is not selected, the system will take the first one from the list, as if the one that is Default is deleted. If we have several and select another one as Default, the system will remove the previous one and mark the new one.

...

In this case, the DinstarWeb api was selected, which in order to access the provider requires: URL, Ports, Encoding SMS, User Name, Password and SMS RegExp. The aforementioned data will be provided by the SMS provider that the company has.*

Parameters:

URL (SMSEndpoint): 

User: SMS username for the service of sending SMS

Password: SMS password for the service of sending SMS.

SMS Form: In case that the api or hardware allows) Name with which the SMS will leave.

Ports: Port number from where the SMS will leave.

SMS Regexp: Property that validates the format of the cell numbers that are sent, in order to have more practical control of whether or not to send, for example ^(09\d{7})$  this function to validates that the cell phone format is 09XXXXXXX. (SMSNumberRegexp)

This table shows how regular expressions are user in the control:


.   Dot, any character (may or may not match line terminators, read on).

\d   A digit: [0-9].

\D   A non-digit: [^0-9]

\s   A white space character: [ \t\n\x0B\f\r].

\S   A non-white space character: [^\s].

\w   A word character: [a-zA-Z_0-9].

\W   A non-word character: [^\w].



\    Escape the next meta-character (it becomes a normal/literal character).

^    Match the beginning of the line.

.    Match any character (except newline).

$    Match the end of the line (or before newline at the end).

|    Alternation (‘or’ statement).

()   Grouping.

[]   Custom character class.



*      Match 0 or more times

+      Match 1 or more times

?      Match 1 or 0 times

{n}    Match exactly n times

{n,}   Match at least n times

{n,m}  Match at least n but not more than m times.


SMS Encoding: Type of codification that the authorized provider will choose to determine how the text is going to look.


After fill all the fields we press the "Save" button and the provider will be added to the list.

...

Delete: To Remove any Provider we need to select it from the list, we will see all the data charged to edit and we press "Delete".


Image ModifiedProviders & Rates

 Menu for system Providers & rates.

...