<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.voip.ms/w/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.voip.ms/w/index.php?feed=atom&amp;target=Albert&amp;title=Special%3AContributions</id>
		<title>VoIP.ms Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.voip.ms/w/index.php?feed=atom&amp;target=Albert&amp;title=Special%3AContributions"/>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Special:Contributions/Albert"/>
		<updated>2026-07-18T18:09:15Z</updated>
		<subtitle>From VoIP.ms Wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>https://wiki.voip.ms/article/API_Overview</id>
		<title>API Overview</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/API_Overview"/>
				<updated>2026-06-24T21:56:32Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: Correct Email address&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width: 100%; background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); border: 1px solid #e2e8f0; border-radius: 8px; padding: 35px; margin-bottom: 25px; box-shadow: 0 1px 3px rgba(0,0,0,0.05);&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 2.8em; font-weight: 200; color: #1e293b; margin-bottom: 15px; letter-spacing: -2px;&amp;quot;&amp;gt;API Overview&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 1rem; color: #64748b; margin-bottom: 10px;&amp;quot;&amp;gt;&lt;br /&gt;
Integrate VoIP.ms into your application, platform, or workflow using the VoIP.ms REST/JSON API.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width: 100%; background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%); border: 1px solid #fca5a5; border-radius: 8px; padding: 25px; margin: 25px 0; box-shadow: 0 2px 10px rgba(248, 113, 113, 0.1);&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 1.1em; font-weight: 500; color: #b91c1c; margin-bottom: 15px;&amp;quot;&amp;gt;'''What is the VoIP.ms API?'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The VoIP.ms API lets you programmatically manage your account, phone numbers, subaccounts, call routing, SMS, fax, and more. It supports both '''REST/JSON''' and '''SOAP''' interfaces, with over 100 methods across all major platform features. The VoIP.ms API is actively used in production by resellers, MSPs, and developers automating workflows. Improved developer documentation including a full public API reference is in progress.&lt;br /&gt;
&lt;br /&gt;
The API is available to all VoIP.ms customers, but must be enabled manually in the customer portal before use, and access is restricted to whitelisted IP addresses.&lt;br /&gt;
&lt;br /&gt;
'''Full method reference:''' Available in the [https://www.voip.ms/m/api.php customer portal] under Main Menu → SOAP &amp;amp; REST/JSON API.&lt;br /&gt;
&lt;br /&gt;
'''Learn More:''' [https://wiki.voip.ms/article/Back-to-Basics:_What_Is_Communication_REST_API%3F What Is a Communication REST API?]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Getting Started =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width: 100%; background: white; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px; margin: 20px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.06);&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align: top;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
Before making any API calls, complete these three steps in the [https://www.voip.ms/m/api.php customer portal]:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''1. Set an API password'''&lt;br /&gt;
&lt;br /&gt;
Go to '''Main Menu → SOAP &amp;amp; REST/JSON API''', enter a password dedicated to API access, and click '''Save API Password'''. This password is separate from your portal login password.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2. Enable API access'''&lt;br /&gt;
&lt;br /&gt;
On the same page, click '''Enable/Disable API''' to activate API access for your account. It is disabled by default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3. Whitelist your IP address'''&lt;br /&gt;
&lt;br /&gt;
Enter the IP address of the server or machine that will be making API requests, then click '''Save IP Addresses'''. No requests are accepted from non-whitelisted IPs.&lt;br /&gt;
&lt;br /&gt;
You can add multiple IPs separated by commas, use CIDR ranges (e.g. &amp;lt;code&amp;gt;192.168.1.0/24&amp;lt;/code&amp;gt;), wildcards (e.g. &amp;lt;code&amp;gt;192.168.1.*&amp;lt;/code&amp;gt;), or DNS hostnames.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Not sure what IP to whitelist?''' Call the &amp;lt;code&amp;gt;getIP&amp;lt;/code&amp;gt; method — it is the only method that bypasses IP authentication and returns the IP address seen by the API.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Authentication =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width: 100%; background: white; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px; margin: 20px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.06);&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align: top;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
Every API request requires two parameters:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;api_username&amp;lt;/code&amp;gt; — the email address used to log in to your VoIP.ms account&lt;br /&gt;
* &amp;lt;code&amp;gt;api_password&amp;lt;/code&amp;gt; — the API-specific password set in the portal (not your portal login password)&lt;br /&gt;
&lt;br /&gt;
Requests must also originate from a whitelisted IP address. '''Both conditions must be met for a request to succeed.'''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Making a Request =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width: 100%; background: white; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px; margin: 20px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.06);&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align: top;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''REST endpoint:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;https://voip.ms/api/v1/rest.php&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Required parameters for every request:'''&lt;br /&gt;
* &amp;lt;code&amp;gt;api_username&amp;lt;/code&amp;gt; — your account email&lt;br /&gt;
* &amp;lt;code&amp;gt;api_password&amp;lt;/code&amp;gt; — your API password&lt;br /&gt;
* &amp;lt;code&amp;gt;method&amp;lt;/code&amp;gt; — the name of the function to call&lt;br /&gt;
&lt;br /&gt;
Additional parameters vary by method and are documented in the portal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Response format:'''&lt;br /&gt;
&lt;br /&gt;
Responses are returned as JSON by default (Content-Type: text/html). To receive &amp;lt;code&amp;gt;application/json&amp;lt;/code&amp;gt;, append &amp;lt;code&amp;gt;&amp;amp;content_type=json&amp;lt;/code&amp;gt; to your request.&lt;br /&gt;
&lt;br /&gt;
All responses include a &amp;lt;code&amp;gt;status&amp;lt;/code&amp;gt; field. A value of &amp;lt;code&amp;gt;success&amp;lt;/code&amp;gt; indicates the request completed without errors.&lt;br /&gt;
&lt;br /&gt;
== Example: GET request ==&lt;br /&gt;
&lt;br /&gt;
Retrieve all DIDs on your account:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;https://voip.ms/api/v1/rest.php?api_username=you@example.com&amp;amp;api_password=your_api_password&amp;amp;method=getDIDsInfo&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example: PHP / cURL with response handling ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;?php&lt;br /&gt;
$user   = 'you@example.com';&lt;br /&gt;
$pass   = 'your_api_password';&lt;br /&gt;
$method = 'getRegistrationStatus';&lt;br /&gt;
$account = '100000_device';&lt;br /&gt;
&lt;br /&gt;
$ch = curl_init();&lt;br /&gt;
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);&lt;br /&gt;
curl_setopt($ch, CURLOPT_URL,&lt;br /&gt;
    &amp;quot;https://voip.ms/api/v1/rest.php?api_username={$user}&amp;amp;api_password={$pass}&amp;amp;method={$method}&amp;amp;account={$account}&amp;quot;&lt;br /&gt;
);&lt;br /&gt;
$result = curl_exec($ch);&lt;br /&gt;
curl_close($ch);&lt;br /&gt;
&lt;br /&gt;
$response = json_decode($result, true);&lt;br /&gt;
&lt;br /&gt;
if ($response['status'] !== 'success') {&lt;br /&gt;
    echo 'Error: ' . $response['status'];&lt;br /&gt;
    exit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
echo $account . ' registered: ' . $response['registered'];&lt;br /&gt;
?&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All responses include a &amp;lt;code&amp;gt;status&amp;lt;/code&amp;gt; field. Check for &amp;lt;code&amp;gt;success&amp;lt;/code&amp;gt; before using the returned data. Any other value is an error code documented in the portal.&lt;br /&gt;
&lt;br /&gt;
== SOAP ==&lt;br /&gt;
&lt;br /&gt;
SOAP is also supported via the WSDL at [https://voip.ms/api/v1/server.wsdl voip.ms/api/v1/server.wsdl]. PHP4, PHP5, and .NET example files are included in the downloadable example package (see Resources below).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Available Method Categories =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width: 100%; background: white; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px; margin: 20px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.06);&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align: top;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
The API has over 100 methods organized into the following categories. The full list with parameters, response fields, and error codes is available in the [https://www.voip.ms/m/api.php customer portal].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%; margin: 10px 0; border-collapse: collapse; border: none; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06);&amp;quot;&lt;br /&gt;
! style=&amp;quot;background: linear-gradient(135deg, #d0382d 0%, #b8261a 100%); color: white; padding: 14px 16px; font-weight: 700; text-align: left; width: 25%;&amp;quot; | Category&lt;br /&gt;
! style=&amp;quot;background: linear-gradient(135deg, #d0382d 0%, #b8261a 100%); color: white; padding: 14px 16px; font-weight: 700; text-align: left;&amp;quot; | What you can do&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #ffffff; border-bottom: 1px solid #f1f5f9; font-weight: 600;&amp;quot; | General&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #ffffff; border-bottom: 1px solid #f1f5f9;&amp;quot; | Retrieve account balance, server list, transaction history, conference data, and sequences&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #fafbfc; border-bottom: 1px solid #f1f5f9; font-weight: 600;&amp;quot; | Accounts&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #fafbfc; border-bottom: 1px solid #f1f5f9;&amp;quot; | Create, update, and delete subaccounts; manage codecs, protocols, music on hold, registration status, and voicemail transcriptions&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #ffffff; border-bottom: 1px solid #f1f5f9; font-weight: 600;&amp;quot; | DIDs&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #ffffff; border-bottom: 1px solid #f1f5f9;&amp;quot; | Search, order, configure, and cancel phone numbers (US, Canada, international, toll-free, virtual); manage routing, POP, IVRs, ring groups, queues, time conditions, forwarding, callbacks, SIP URIs, phonebook, and SMS/MMS&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #fafbfc; border-bottom: 1px solid #f1f5f9; font-weight: 600;&amp;quot; | Call Detail Records&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #fafbfc; border-bottom: 1px solid #f1f5f9;&amp;quot; | Retrieve CDR with filters by date, type, account, and billing; look up termination rates&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #ffffff; border-bottom: 1px solid #f1f5f9; font-weight: 600;&amp;quot; | Call Recordings&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #ffffff; border-bottom: 1px solid #f1f5f9;&amp;quot; | List, retrieve, email, and delete call recordings&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #fafbfc; border-bottom: 1px solid #f1f5f9; font-weight: 600;&amp;quot; | Call Parking&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #fafbfc; border-bottom: 1px solid #f1f5f9;&amp;quot; | Create and manage call parking slots&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #ffffff; border-bottom: 1px solid #f1f5f9; font-weight: 600;&amp;quot; | Fax&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #ffffff; border-bottom: 1px solid #f1f5f9;&amp;quot; | Order and manage fax numbers, send faxes, retrieve messages, manage folders and email-to-fax configurations&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #fafbfc; border-bottom: 1px solid #f1f5f9; font-weight: 600;&amp;quot; | e911&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #fafbfc; border-bottom: 1px solid #f1f5f9;&amp;quot; | Provision, update, validate, and cancel e911 service on DIDs&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #ffffff; border-bottom: 1px solid #f1f5f9; font-weight: 600;&amp;quot; | Local Number Portability (LNP)&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #ffffff; border-bottom: 1px solid #f1f5f9;&amp;quot; | Submit porting requests, upload supporting documents, and check port status&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #fafbfc; font-weight: 600;&amp;quot; | Clients (Reseller)&lt;br /&gt;
| style=&amp;quot;padding: 14px 16px; background: #fafbfc;&amp;quot; | Create and manage reseller client accounts, packages, charges, deposits, and balance thresholds&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= SMS &amp;amp; Messaging =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width: 100%; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border: 1px solid #f59e0b; border-radius: 8px; padding: 25px; margin: 25px 0; box-shadow: 0 2px 10px rgba(245, 158, 11, 0.1);&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: 600; color: #92400e; margin-bottom: 8px;&amp;quot;&amp;gt;⚠️ SMS / A2P requirements&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
VoIP.ms supports Application-to-Person (A2P) delivery for business text messaging via the API (&amp;lt;code&amp;gt;sendSMS&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;sendMMS&amp;lt;/code&amp;gt;). However, due to regulations, A2P messaging requires a separate verification process before use.&lt;br /&gt;
&lt;br /&gt;
The default limit is 100 SMS per day. This can be raised upon request after verification.&lt;br /&gt;
&lt;br /&gt;
To start the A2P verification process, contact: [mailto:messaging@voip.ms messaging@voip.ms]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Resources =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width: 100%; background: white; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px; margin: 20px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.06);&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align: top;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
* '''Full method reference''' (parameters, response fields, error codes): [https://www.voip.ms/m/api.php Main Menu → SOAP &amp;amp; REST/JSON API]&lt;br /&gt;
* '''Download example code''' (REST/PHP, SOAP/PHP4, SOAP/PHP5, SOAP/.NET): [https://voip.ms/api/v1/API.zip voip.ms/api/v1/API.zip]&lt;br /&gt;
* '''WSDL for SOAP:''' [https://voip.ms/api/v1/server.wsdl voip.ms/api/v1/server.wsdl]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Support =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width: 100%; background: white; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px; margin: 20px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.06);&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align: top;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
For bugs, documentation errors, and questions about the functionality of specific methods, please submit these via the ticketing system as the API team does not have access to Live Chat.&lt;br /&gt;
&lt;br /&gt;
For general API questions, please send us an email at [mailto:support@voip.ms support@voip.ms]&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Registration_issue</id>
		<title>Registration issue</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Registration_issue"/>
				<updated>2026-04-14T00:49:54Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: IP Updated. To remove an older IP not longer used with our service&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
! Article en Français !! Artículo en Español&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.voip.ms/article/Probl%C3%A8me_d%27enregistrement Français] || &lt;br /&gt;
[https://wiki.voip.ms/article/Problemas_de_registro Español]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width: 100%; background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%); border: 1px solid #fca5a5; border-radius: 8px; padding: 25px; margin: 25px 0; box-shadow: 0 2px 10px rgba(248, 113, 113, 0.1);&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 1.1em; font-weight: 500; color: #b91c1c; margin-bottom: 15px;&amp;quot;&amp;gt;'''What is SIP registration?'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''SIP registration''' is how your device logs in to VoIP.ms. Without it, outbound calls won't connect and incoming calls will bypass your device entirely, going to voicemail or a failover number instead.&lt;br /&gt;
&lt;br /&gt;
If registration is failing, you may be experiencing one of the following:&lt;br /&gt;
&lt;br /&gt;
* '''No dial tone''' or calls fail immediately after dialing&lt;br /&gt;
* '''Incoming calls go to voicemail or failover''' instead of ringing on your device&lt;br /&gt;
* '''Portal shows &amp;quot;not registered&amp;quot;''' next to your account or subaccount&lt;br /&gt;
* '''It was working before, now it stopped'''&lt;br /&gt;
* '''403 Forbidden''' or '''authentication failed''' errors on your device&lt;br /&gt;
* '''Registers fine, then drops''' after a few minutes or hours&lt;br /&gt;
&lt;br /&gt;
'''To check your status:''' Log in to the [https://www.voip.ms/m/ customer portal], go to Portal Home, and scroll to the bottom. Each subaccount shows its current registration state. Note: this does not apply to subaccounts using IP Authentication.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reboot Your Devices ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Most common issues related with registration failing, can be resolved just by rebooting the [http://wiki.voip.ms/article/Devices Device]/[http://wiki.voip.ms/article/Softphones Softphone], the router and the modem. This suggestion can usually help in the case you had a power outage or if your Internet connection stopped working for a while.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Note: Considering the use of failover options can help to prevent losing calls during the trouble shooting, you can use a call forward or a &lt;br /&gt;
 [[voicemail]] along with your number.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ATA/[http://wiki.voip.ms/article/Softphones Softphone] ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Some common suggestions that can be followed if the issue is related with an ATA device or a [http://wiki.voip.ms/article/Softphones softphone]:&lt;br /&gt;
&lt;br /&gt;
*Verify if your device has any field to set the '''&amp;quot;Register expires&amp;quot;''', if you find something like this, you usually will see a default of 3600 (seconds), lower this value to 300 (5 mins). This tells our side that you are no longer registered and then failovers will kick in immediately.&lt;br /&gt;
&lt;br /&gt;
* '''Register Expires''' is the parameter that controls how often your client contacts the SIP server to remind it that the client is alive and confirming its current location (public IP address and listening SIP port). The SIP server is supposed to set this timer as part of the reply to each Register command. If the automated setting doesn't work you need to set this parameter manually according to the provider's instructions.&lt;br /&gt;
&lt;br /&gt;
*Use the '''IP address''' from the server instead of the domain name, example: Use 208.100.60.35 instead of losangeles.voip.ms. ''This item is recommended as diagnostic only, if this works for you, then it is probably a DNS issue affecting in your network, test using it for a couple of weeks and then change again to the domain name, it is not recommended to have the registration with the Ip all the time, VoIP.ms will redirect the domain to another IP in the case of a server issue, but this will not work for you if you are not using the domain.''&lt;br /&gt;
&lt;br /&gt;
* If your device has any options similar to '''&amp;quot;Nat Keep Alive&amp;quot;''' or '''&amp;quot;Nat Mapping&amp;quot;''' please enable them. This will make sure the connection does not go idle.&lt;br /&gt;
&lt;br /&gt;
*Check if you have the '''Latest Firmware''' updated on your device, some minor bugs get resolved with the new firmwares, so it is important to have them up to date.&lt;br /&gt;
&lt;br /&gt;
== Check Ports ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By default is not necessary to open ports in the router and this is only required in the case of some specific firewall rules are blocking traffic on those ports, however if issues are present, we can forward '''ports UDP 5060 and also 10000 to 20000 UDP''', in the router. Another suggestion is when using different devices under the same network, you can designate an internal port for each one (for instance using port 5061 in one device, 5062 in next one, and so on). Communication between the VoIP.ms and the router will still go through '''port 5060''', even though different internal ports are used for each device.&lt;br /&gt;
&lt;br /&gt;
 Do you suspect your ISP could be blocking these ports ? It is recommended to contact them just to be certain.&lt;br /&gt;
&lt;br /&gt;
 If you have a device capable of supporting IAX2 protocol, you can use this as an alternative, just make sure port UDP 4569 is not blocked in your network.&lt;br /&gt;
&lt;br /&gt;
== Can`t Connect or Register to Login Server ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Check if your device shows any information related with the error when it can not connect, for example on some ATA [[devices]], you can see the &amp;quot;Registration Status&amp;quot;, if it shows something like '''&amp;quot;Cant connect to login server&amp;quot;''' or '''Failed''', you can follow these suggestions:&lt;br /&gt;
&lt;br /&gt;
*This error is usually caused by the '''router''' that somehow is blocking the registration attempts, try rebooting the router then the ATA device, if that does not work, re-enter the password and UserID on the device settings (Please check this Page for [https://www.voip.ms/m/samples/voxalot.php Main Login Credentials]), or try using the IP address of the server instead of the hostname. If you do not have the IP address, you may see all of our IPs [[Servers | here]].&lt;br /&gt;
&lt;br /&gt;
* If this is a new installation and you are just trying to get the service working, then if at all possible please remove your router from the loop. Connect your ATA Device / Computer directly to the Internet without the router in between. If you can then register and receive / make calls you will know there is a router configuration problem preventing proper connectivity.&lt;br /&gt;
&lt;br /&gt;
* You can attempt to use a different SIP port, [[FAQ#Do_you_offer_alternative_ports_besides_5060.3F|such as &amp;lt;tt&amp;gt;5080&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt; 42872&amp;lt;/tt&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Tomato Firmware (PAP2TNA). ==&lt;br /&gt;
&lt;br /&gt;
This part is for PAP2T devices, when using the '''Tomato Firmware''':&lt;br /&gt;
&lt;br /&gt;
*Some of the default settings with Linksys devices conflict with the default Tomato timeout settings. These are the UDP Timeout settings and if they are left at their defaults, VoIP devices will sometimes fail to register after an IP change. These may be found on the '''Conntrack/Netfilter page''' in the Tomato config. Set '''&amp;quot;unreplied timeout&amp;quot;''' to 10 seconds.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Asterisk /[http://wiki.voip.ms/article/PBXs PBX] system. ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Some common suggestions that can be followed if the issue is related with an Asterisk system or a PBX:&lt;br /&gt;
&lt;br /&gt;
*Add to your trunk '''nat=yes''' and '''qualify=yes''', these 2 values can help with your registration issues.&lt;br /&gt;
&lt;br /&gt;
*Use the '''IP address''' from the server instead of the domain name, example: Use 67.215.241.250 instead of losangeles.voip.ms. ''This item is recommended as diagnostic only, if this works for you, then it is probably a DNS issue affecting in your network, test using it for a couple of weeks and then change again to the domain name, it is not recommended to have the registration with the IP all the time, VoIP providers tend to redirect the domain to another IP in the case of a server issue, but this will not work if you are not using the domain.'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Nat=yes ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''NAT option''' determines the type of setting for users trying to connect to an asterisk server. With [http://voip.ms/ VoIP.ms] it is recommended to have the NAT option set on Yes, which is the option that will work best.&lt;br /&gt;
&lt;br /&gt;
Portal settings influencing NAT with Asterisk:&lt;br /&gt;
&lt;br /&gt;
*'''yes = Always ignore info and assume NAT'''&lt;br /&gt;
*no = Use NAT mode only according to RFC3581 (;rport)&lt;br /&gt;
*never = Never attempt NAT mode or RFC3581 support&lt;br /&gt;
*route = Assume NAT, don't send rport (work around more UNIDEN bugs)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Qualify=yes ===&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
This feature may also be used to keep a '''UDP session open''' to a device that is located behind a network address translator (NAT). By sending the OPTIONS request, the UDP port binding in the NAT (on the outside address of the NAT/firewall device) is maintained by sending traffic through it. If the binding was to expire, there would be no way for Asterisk to initiate a call to the SIP device. This can be used in conjunction with the nat=yes setting. &lt;br /&gt;
&lt;br /&gt;
 Note that it is the qualify=xxx(in miliseconds) or qualify=yes or qualify=no in sip.conf file that determines the registration with the&lt;br /&gt;
 server. If you have &amp;quot;yes&amp;quot; for qualify it will check the registration with the server every 2 seconds.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:none&amp;quot;&amp;gt;&lt;br /&gt;
voip.ms no registration found&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:guides]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/3CX_Phone_System</id>
		<title>3CX Phone System</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/3CX_Phone_System"/>
				<updated>2026-03-13T22:49:40Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Outbound Caller ID */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:3CX_Logo.jpg|none|300px|center|link=https://www.3cx.com/|3CX home page]]&lt;br /&gt;
&lt;br /&gt;
3CX offers a complete Unified Communications solution out of the box.&lt;br /&gt;
As an open standards software PBX, installation and management of your phone system have never been easier.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Important update in relation to 3CX as of 2021/2022 ==&lt;br /&gt;
The FQDN used to activate 3CX products will be changed to [https://activate.3cx.com/ activate.3cx.com]. The current activation FQDN will no longer work, no later than February 1, 2022.&lt;br /&gt;
&lt;br /&gt;
=== What needs to be done? ===&lt;br /&gt;
Check your network access rules and make sure you allow connectivity to activate.3cx.com. Due to the nature of our cluster services, we cannot provide you with a fixed IP list.&lt;br /&gt;
&lt;br /&gt;
Make sure to update your 3CX PBX to V18 update 2 by February 1, 2022. Alternatively, make sure that version 16 update 8a is installed when available, however keep in mind that it This is a short-lived fix - until November 2022.&lt;br /&gt;
&lt;br /&gt;
Update to V18 to ensure long term support, compatibility and security. If you need assistance, contact a local 3CX Partner or post your questions in our 3CX Forum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Important update in relation to 3CX as of 2024 ==&lt;br /&gt;
&lt;br /&gt;
Be advised that the 3CX v20 SIP-TLS feature cannot currently be used with our current servers (POPs) because they fail to support any of the newer cipher suites that are requested by the 3CX system.&lt;br /&gt;
If you are using our new architecture (currently in beta), you can make use of SIP-TLS and the sub-account name must be added as the outgoing Caller ID for the outbound route.&lt;br /&gt;
&lt;br /&gt;
To be part of our new architecture beta, you can easily become a beta user by logging into your customer portal and clicking '''Become a Beta Tester.'''&lt;br /&gt;
&lt;br /&gt;
== System Preparation ==&lt;br /&gt;
Before configuring the SIP trunk (in your 3CX system) it is required to go through the following checklist and make changes where necessary:&lt;br /&gt;
&lt;br /&gt;
:*'''NAT (when used) created to 3CX'''&lt;br /&gt;
(https://www.3cx.com/ports-used-3cx-phone-system-v14-v15/)&lt;br /&gt;
&lt;br /&gt;
:*'''Firewall Checker passed'''&lt;br /&gt;
(https://www.3cx.com/docs/troubleshooting-firewall-checker/)&lt;br /&gt;
&lt;br /&gt;
:*'''Firewall SIP ALG checked and if present disabled'''&lt;br /&gt;
(https://www.3cx.com/docs/manual/firewall-router-configuration/)&lt;br /&gt;
&lt;br /&gt;
== 3CX Version ==&lt;br /&gt;
Some providers gained support and compatibility with 3CX on a specific product version. It is advisable to always run the latest version of 3CX to ensure ongoing compatibility.&lt;br /&gt;
&lt;br /&gt;
 Minimum 3CX Version: 3CX v15.5 SP5&lt;br /&gt;
&lt;br /&gt;
== Adjusting the device's type ==&lt;br /&gt;
&lt;br /&gt;
The first thing is adjusting the Device type. &lt;br /&gt;
: If you are using your '''Main account''' for your SIP trunk:&lt;br /&gt;
:: 1) Go to '''Main Menu''' and click '''Account settings'''&lt;br /&gt;
:: 2) Under the '''Inbound Settings''' tab, &lt;br /&gt;
::: '''Protocol''': Select '''SIP'''&lt;br /&gt;
::: '''Device Type''': Select '''IP PBX Server''', then '''apply''' the change.&lt;br /&gt;
:::: [[File:3CX_1.png|thumb|none|400px]]&lt;br /&gt;
&lt;br /&gt;
: Or if you are using a '''&amp;quot;Sub-Account&amp;quot;''' for your SIP trunk:&lt;br /&gt;
:: The same setting can be found under it, at the sub-account Edit or creation page.&lt;br /&gt;
:: 1) Go to '''Sub-Account''' then '''Manage sub-account'''&lt;br /&gt;
:: 2) If you sub-account is already created, click the Yellow '''edit''' button.&lt;br /&gt;
::: '''Device Type''': Select '''IP PBX Server''', then '''Apply''' your change.&lt;br /&gt;
&lt;br /&gt;
==Enabling rInstance on your Main Account==&lt;br /&gt;
: If you are using your '''Main account''' for your SIP trunk:&lt;br /&gt;
:: Next, head to '''Advanced''' tab and enable the option '''rInstance Parameter'''. &lt;br /&gt;
:: That parameter is used for the Call Source Identification to match an incoming call with a SIP trunk on the registration-based trunk of 3CX. &lt;br /&gt;
&lt;br /&gt;
:: Then you need to make sure that the DIDs ordered are linked to your Main or Sub-Account. &lt;br /&gt;
:: To do so navigate to '''DID Numbers''' &amp;gt; '''Manage DID(s)'''. &lt;br /&gt;
:: Click on the '''Edit DID icon''' and make sure that the routing points to SIP/IAX and your main account.&lt;br /&gt;
::: [[File:RInstance2.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
===Enabling rInstance on sub accounts===&lt;br /&gt;
: For sub accounts,'''rInstance Parameter''' can be found while creating or modifying your sub account under&lt;br /&gt;
:: [[File:RInstance_sub.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
== Collecting 3CX Configuration Settings ==&lt;br /&gt;
In order to be able to register and operate the trunk in 3CX you will to gather some information that will be needed in the configuration of the trunk in 3CX.&lt;br /&gt;
&lt;br /&gt;
:*'''Username:''' The username for registering the trunk can be found under Main Menu → Account Information&lt;br /&gt;
:*'''Password:''' The trunk password can be found in the email you received from VoIP.ms during the registration process. You can also change the password by navigating to Main Menu → Account Settings → Security.&lt;br /&gt;
:*'''DID numbers:''' The DID numbers can be seen by navigating to DID Numbers → Manage DID(s)&lt;br /&gt;
:*'''Registrar:''' Go to Main Menu → Account Settings → Default DID Routing. From here make note of the selected server. In this example the server is sanjose2.voip.ms.&lt;br /&gt;
&lt;br /&gt;
[[File:3CX_4.png|thumb|none|600px]] &lt;br /&gt;
&lt;br /&gt;
== Configuring the Trunk with 3CX ==&lt;br /&gt;
The general instructions outlining how to add a new SIP Trunk to 3CX can be found [https://www.3cx.com/docs/manual/sip-trunks/#h.3ywj8e8w5130 here].&lt;br /&gt;
&lt;br /&gt;
Adding the Trunk&lt;br /&gt;
Go to “'''SIP Trunks'''” and select “'''Add SIP Trunk'''”&lt;br /&gt;
&lt;br /&gt;
Select Country: CA&lt;br /&gt;
Select Provider in your Country: VoIP.ms&lt;br /&gt;
Main trunk number: Use the DID collected from the VoIP.ms portal. You must enter the number in the national number format (e.g. 6471234567)&lt;br /&gt;
Press OK&lt;br /&gt;
&lt;br /&gt;
Under the “'''General'''” tab in the “'''Registrar/Server/Gateway Hostname or IP'''” enter the registrar as collected in the previous step.&lt;br /&gt;
&lt;br /&gt;
[[File:3CX_5.png|thumb|none|600px]] &lt;br /&gt;
&lt;br /&gt;
In the “'''Authentication'''” section enter your Authentication ID and Password collected in the previous step.&lt;br /&gt;
&lt;br /&gt;
[[File:3CX_6.png|thumb|none|600px]] &lt;br /&gt;
&lt;br /&gt;
Now, In the '''&amp;quot;Outbound Parameters&amp;quot;''' tab, search for '''&amp;quot;From : User Part&amp;quot;''', and select '''&amp;quot;AuthID authentication&amp;quot;''', to ensure the PBX will send the proper header when initiate the outbound calls' invite.&lt;br /&gt;
&lt;br /&gt;
Once you have filled in these fields, and set the &amp;quot;Outbound Parameters&amp;quot;, press OK at the TOP of the page. At this point if you refresh the page you should see your VoIP.ms Trunk appear as Registered.&lt;br /&gt;
&lt;br /&gt;
== Adding Additional DIDs ==&lt;br /&gt;
To associate all other DIDs/Numbers you have in your VoIP.ms account with 3CX, you need to go to the Management Console → SIP Trunks, double-click on your VoIP.ms Trunk and go to the “'''DIDs'''” tab.&lt;br /&gt;
&lt;br /&gt;
Here you should already see 1 entry that is the Main Trunk number you have set. Add all other DIDs/Numbers you have to the list in the 10-digit number format (e.g. 6471234567) and press OK once you have finished.&lt;br /&gt;
&lt;br /&gt;
== Creating Inbound Rules ==&lt;br /&gt;
Now that you have associated all your DIDs/Numbers with your SIP Trunk in 3CX, you can create Inbound Rules to set where calls will be routed when those numbers are called. Instructions on how to create Inbound Rules can be found [https://www.3cx.com/docs/manual/inbound-did-call-routing/ here].&lt;br /&gt;
&lt;br /&gt;
== Outbound Caller ID ==&lt;br /&gt;
You can set any valid callerID number, as long as the number is a DID number in your account or a previously verified callerID. &lt;br /&gt;
&lt;br /&gt;
For this to work, in any field within 3CX where the Outbound Caller ID can be set, the numbers must be input in either a 10-digit (e.g. 6471234567),  11-digit format (e.g. 16471234567) or E164 format (e.g. +16471234567).&lt;br /&gt;
&lt;br /&gt;
== Outbound Rules ==&lt;br /&gt;
When configuring your Outbound Rules make sure that all numbers are dialed either in the 10-digit (e.g. 6471234567),  11-digit format (e.g. 16471234567) or E164 format (e.g. +116471234567).&lt;br /&gt;
&lt;br /&gt;
More information about how to create Outbound Rules and how they work can be found [https://www.3cx.com/blog/voip-howto/outbound-rules-a-complete-example/ here].&lt;br /&gt;
&lt;br /&gt;
== Multiple VoIP.MS SIP Trunks on the same 3CX ==&lt;br /&gt;
&lt;br /&gt;
=== Voice Trunk (Inbound) ===&lt;br /&gt;
: VoIP.MS SIP Trunks can only work reliably on 3CX if there is only one SIP Trunk on each installation.&lt;br /&gt;
&lt;br /&gt;
: If necessary, multiple VoIP.MS SIP Trunks can exist on the same 3CX &amp;lt;font style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;'''ONLY if the SIP Trunks do not share any DID numbers'''&amp;lt;/font&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
: In this case, in each one of the VoIP.MS SIP Trunk settings, go to your '''3CX Management Console''' &amp;gt; '''SIP Trunks''', in the '''&amp;quot;Inbound Parameters&amp;quot;''' tab, you '''MUST''' have the '''[X] Call Source Identification''' checked.&lt;br /&gt;
&lt;br /&gt;
::* '''User Agent: Text String'''&lt;br /&gt;
::* '''Custom Field'''&lt;br /&gt;
::* the default ''voip.ms'' value.  (lower-case)&lt;br /&gt;
&lt;br /&gt;
:: [[File:3CX_7.png|thumb|none|600px]] &lt;br /&gt;
&lt;br /&gt;
: Also you MUST '''enable''' option '''''&amp;quot;Use both &amp;quot;Call Source Identification&amp;quot; rules and &amp;quot;Caller Number/Name-&amp;gt;CalledNum&amp;quot; field mappings&amp;quot;'''''.&lt;br /&gt;
: However, '''If you do not have multiple trunks, it is recommended that this option remains '''disabled''''''.&lt;br /&gt;
&lt;br /&gt;
=== Fax Trunk (Inbound) ===&lt;br /&gt;
----&lt;br /&gt;
: If you have multiple trunk with VoIP.ms on the same 3CX instance, your '''&amp;quot;Inbound Parameters&amp;quot;''' for your FAX Trunk needs to be edited to reflex the proper User-Agent of our Fax Server. Without this correction, inbound calls to your DID (Voice/Fax) may have conflict.&lt;br /&gt;
&lt;br /&gt;
: Note that your Trunk needs to be registered on our FAX POP Server '''&amp;quot;fax1.voip.ms&amp;quot; or &amp;quot;fax2.voip.ms&amp;quot; or &amp;quot;fax3.voip.ms&amp;quot;'''.&lt;br /&gt;
&lt;br /&gt;
: Go to, 3CX Management Console &amp;gt; SIP Trunks, in the &amp;quot;Inbound Parameters&amp;quot; tab, have the '''[X] Call Source Identification''' checked.&lt;br /&gt;
&lt;br /&gt;
::* '''User Agent: Text String'''&lt;br /&gt;
::* '''Custom Field'''&lt;br /&gt;
::* use '''VoIPMS/SERAST''' instead of the default ''voip.ms'' value.&lt;br /&gt;
&lt;br /&gt;
:: [[File:3CX_FAX_Voipms.png|thumb|none|500px]] &lt;br /&gt;
&lt;br /&gt;
: You MUST '''enable''' option '''''&amp;quot;Use both &amp;quot;Call Source Identification&amp;quot; rules and &amp;quot;Caller Number/Name-&amp;gt;CalledNum&amp;quot; field mappings&amp;quot;'''''.&lt;br /&gt;
&lt;br /&gt;
== Outbound Caller ID Name for calls to Canada ==&lt;br /&gt;
&lt;br /&gt;
If you would like to set an Outbound Caller ID Name with your number when you call a Canadian number, since the major canadian provider's will not using the CNAM/LIBD database, you will need to pass your Outbound caller ID Name direcly by your Trunk. &lt;br /&gt;
&lt;br /&gt;
To do so, Edit your VoIP.ms Trunk in your 3CX. On your left navigation menu, click on '''&amp;quot;Trunk&amp;quot;''', then select your '''VoIP.ms Trunk''' and click on the '''&amp;quot;Outbound parameters&amp;quot;''' tab.&lt;br /&gt;
&lt;br /&gt;
You will need to edit these fields. &lt;br /&gt;
&lt;br /&gt;
:* '''From : Display Name''' : Select '''[Custom Field]''' : Another field at the right will appears, you will need to enter your Caller ID Name here. &amp;lt;font style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;'''* SEE THE NOTE BLOW'''&amp;lt;/font&amp;gt;&lt;br /&gt;
:* '''From : User Part''' : Be sure that this option is selected to '''[AuthID authentication]''' &lt;br /&gt;
:* '''Remote Party ID - Calling Party : Display Name''' : Select '''[Custom Field]''' : Another field at the right will appears, you will need to enter your Caller ID Name here.&amp;lt;font style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;'''* SEE THE NOTE BLOW'''&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;font style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;'''* IMPORTANT'''&amp;lt;/font&amp;gt;:&lt;br /&gt;
   - We suggest entering your outbound Caller ID Name must be in '''CAPITAL LETTERS'''. This will appears more clearly/visible on some devices.&lt;br /&gt;
   - You must '''NOT use any special characters''', they will not be displayed. &lt;br /&gt;
   - '''Use Max 15 characters, spaces included'''. Regular Canadian providers will not display more than 15 characters. We suggest shrinking or adapt your caller ID. &lt;br /&gt;
   - Spaces are allowed in a caller id name.&lt;br /&gt;
&lt;br /&gt;
== Whitelisting VoIP.ms IPs in 3CX==&lt;br /&gt;
&lt;br /&gt;
To whitelist VoIP.ms IPs in 3CX, follow these steps:&lt;br /&gt;
&lt;br /&gt;
* Go to “Dashboard” &amp;gt; “IP Blacklist” in the 3CX Management Console.&lt;br /&gt;
* Click “Add” to add an entry.&lt;br /&gt;
* From the dropdown menu select “Add single IP Address” and enter the IP address that you want to allow, e.g. 123.123.123.123 (you can also select to add a range of IP addresses using a subnet mask).&lt;br /&gt;
* Set Action to “Allow”.&lt;br /&gt;
* Add a description for the IP address, e.g. “Remote office”.&lt;br /&gt;
* Click on “OK” to create an Allow entry in the IP Blacklist for the whitelisted IP address. All traffic originating from this IP address will be unchecked and the anti-hacking algorithms will not come into effect.&lt;br /&gt;
&lt;br /&gt;
'''For more information on the IPs related to our servers, click [https://wiki.voip.ms/article/Servers here]''' &amp;lt;br&amp;gt;&lt;br /&gt;
'''For more information on the FreePBX setting, click [https://www.3cx.com/docs/allow-deny-ip-addresses/ here]&lt;br /&gt;
&lt;br /&gt;
[[Image:3CX_Firewall.png|600px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Configuring VoIP.ms SMS/MMS service with your 3CX =&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
: 1. Ensure that you have the latest version of your 3CX PBX, including the updated version of the VoIP.ms trunk template.&lt;br /&gt;
: 2. Have a DID that supports SMS/MMS with the service enabled. ''(Navigate to Main Menu &amp;gt; DID Number &amp;gt; Edit DID)''&lt;br /&gt;
: 3. Generate a copy of your API Key, known as the &amp;quot;Bearer Token.&amp;quot; [[#Generate_a_Bearer_Token|See this section]]&lt;br /&gt;
&lt;br /&gt;
==Service Limitations==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left:50px; &lt;br /&gt;
            padding:5px; &lt;br /&gt;
            border-left: 6px solid rgb(208, 56, 45, 0.8); &lt;br /&gt;
            box-shadow: 8px 6px 9px -2px #f2f2f2; &lt;br /&gt;
            background-color: rgba(208, 56, 45, 0.08); &lt;br /&gt;
            width:70vw;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
🏗️  ''' Temporary Limitation'''&lt;br /&gt;
: ➜ '''Temporarily''' the current integration supports a maximum of '''160 characters per sent message'''. We are currently working on a way to permit more than 160 characters and will be available soon. &lt;br /&gt;
: ➜ Messages longer than 160 characters will result in an error, noticeable by a ❌ where your message. The error can be retrieved in your 3CX Admin console under '''Event Log'''.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left:50px; &lt;br /&gt;
            padding:5px; &lt;br /&gt;
            border-left: 6px solid rgb(208, 56, 45, 0.8); &lt;br /&gt;
            box-shadow: 8px 6px 9px -2px #f2f2f2; &lt;br /&gt;
            background-color: rgba(51, 51, 51, 0.08); &lt;br /&gt;
            width:70vw;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
⚠️ '''LIMITATIONS''' &lt;br /&gt;
: ➜  VoIP.ms supports ''Application-to-Person (A2P)'' delivery for business text messaging. However, requirements and fees vary due to industry regulations. The default limit is 100 SMS per day, which can be raised upon request. Contact us at '''messaging@voip.ms''' to start your verification process.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
: ➜  The limit of sending SMS/MMS using the '''Bearer token''' is limited to the '''same limit''' as our '''SOAP and REST/JSON API''' which is '''&amp;lt;u&amp;gt;100 per day&amp;lt;/u&amp;gt;'''. For any modification to the limit, please contact our support team through the live chat or open a ticket via the customer portal.&lt;br /&gt;
: ➜  The SMS/MMS service is only available for &amp;lt;u&amp;gt;'''US and Canadian DID and Toll-Free Numbers'''&amp;lt;/u&amp;gt; marked with the distinctive '''SMS/MMS Icon'''.&lt;br /&gt;
: ➜  The SMS/MMS service can only be used to send SMS/MMS Messages to &amp;lt;u&amp;gt;'''Canadian and US'''&amp;lt;/u&amp;gt; 10 digit numbers at this time.&lt;br /&gt;
: ➜  We cannot guarantee that '''accents or special characters''' including non-Latin letters will be properly delivered.&lt;br /&gt;
: ➜  Public URL shorteners such as '''''bit.ly, tinyurl.com''''' etc, &amp;lt;font style=&amp;quot;color:red&amp;quot;&amp;gt;'''are widely restricted'''&amp;lt;/font&amp;gt; by mobile providers as a response from the industry to combat SPAM campaigns and protect the consumer. Including this type of links into your messages '''&amp;lt;u&amp;gt;may result in a blocked or undelivered message&amp;lt;/u&amp;gt;'''.&lt;br /&gt;
: ➜  VoIP.ms reserves the right, at its sole discretion, to limit or disable the SMS/MMS service from any account that may present marketing patterns/automation patterns/bulk sending or receiving.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left:50px;&lt;br /&gt;
            clear:left;&lt;br /&gt;
            padding:5px; &lt;br /&gt;
            border-left: 6px solid rgb(66, 192, 251, 0.8); &lt;br /&gt;
            box-shadow: 8px 6px 9px -2px #f2f2f2; &lt;br /&gt;
            background-color: rgba(66, 192, 251, 0.05); &lt;br /&gt;
            width:70vw;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''💬 NOTE ''' &lt;br /&gt;
: ➜ If you are using an existing trunk created using an old VoIP.ms 3CX template, the &amp;quot;SMS&amp;quot; tab may not be available. In such cases, you must recreate a new trunk using VoIP.ms template.&lt;br /&gt;
: ➜ When you send an SMS, you must enter the phone number into a '''E.164''' format. Eg: '''''+15145551234'''''&lt;br /&gt;
: When there is an error while sending a message, you will notice a ❌ where your message. You can retrieve the error details in your 3CX Admin console under '''Event Log'''.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Generate a Bearer Token==&lt;br /&gt;
&lt;br /&gt;
If you do not already have a &amp;quot;Bearer Token&amp;quot; generated that you have copied somewhere, click on &amp;quot;Generate New Token&amp;quot; to obtain one.&lt;br /&gt;
You will need to generate a new one. &lt;br /&gt;
&lt;br /&gt;
: 1) Go to your VoIP.ms client portal '''&amp;quot;Main Menu&amp;quot;''' &amp;gt; '''&amp;quot;SOAP and REST/JSON API&amp;quot;'''&lt;br /&gt;
: 2) Click on '''&amp;quot;Enable&amp;quot;''' the API if its not already made.&lt;br /&gt;
: 3) Where '''Bearer Token''' click on '''Generate New Token'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left:50px; &lt;br /&gt;
            padding:5px; &lt;br /&gt;
            border-left: 6px solid rgb(208, 149, 45, 0.8); &lt;br /&gt;
            box-shadow: 8px 6px 9px -2px #f2f2f2; &lt;br /&gt;
            background-color: rgba(208, 144, 45, 0.08); &lt;br /&gt;
            width:70vw;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
🔐 '''ATTENTION: Store your generated token securely!''' ⚠️&lt;br /&gt;
: When you generate a Bearer Token, be sure to copy and store it in a secure place, as it won't be visible again after generation. &lt;br /&gt;
: It will only be available to be copied once it being generated. If you lost your Bearer Token, you need to regenerate a new one.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==When creating a new trunk==&lt;br /&gt;
To create a new 3CX Trunk &lt;br /&gt;
:1) Go to your 3CX admin console, on the left menu, click on '''&amp;quot;Trunk&amp;quot;'''. &lt;br /&gt;
:2) Select the country 🇨🇦'''&amp;quot;CA&amp;quot;''' and choose '''&amp;quot;VoIP.ms&amp;quot;'''.&lt;br /&gt;
:3) Enter your main trunk DID number you wish to use for this trunk.&lt;br /&gt;
:4) Finish the configuration of your trunk. &lt;br /&gt;
&lt;br /&gt;
== Add your Bearer Token to your 3CX trunk ==&lt;br /&gt;
Once the trunk is created and configured&lt;br /&gt;
:1) Go to the '''&amp;quot;SMS&amp;quot;''' tab.&lt;br /&gt;
:2) In the '''&amp;quot;Bearer Token&amp;quot;''' field, paste your VoIP.ms [[#Generate a Bearer Token|generated Bearer Token]].&lt;br /&gt;
&lt;br /&gt;
:: [[File:VOIPMS_3CX_SMS_TAB.png|thumb|none|500px]]&lt;br /&gt;
&lt;br /&gt;
:3) Then, copy the Webhook URL, you can click on the '''copy 📋 icon '''.&lt;br /&gt;
&lt;br /&gt;
== Set the 3CX trunk Webhook URL to your VoIP.ms DID == &lt;br /&gt;
:1) Go to your VoIP.ms client portal and navigate to '''&amp;quot;DID Number&amp;quot;''' tab &amp;gt; '''&amp;quot;Manage DID&amp;quot;''' &amp;gt; &lt;br /&gt;
:2) click the '''yellow Edit button''' of your DID you wish to use for SMS.&lt;br /&gt;
:3) Scroll down to the SMS section until you see the '''Message Service (SMS/MMS)''' section.&lt;br /&gt;
:4) Enable the SMS/MMS service.&lt;br /&gt;
:5) In the '''&amp;quot;SMS/MMS Webhook URL (3CX)&amp;quot;''' field, paste the Webhook URL from the new 3CX trunk.&lt;br /&gt;
:6) Select if you wish to send and receive SMS/MMS messages with the format NANPA or E164.&lt;br /&gt;
::A) '''E164''': To send a SMS or MMS with this format, you will need to include + sign and the country code for every messages&lt;br /&gt;
::B) '''NANPA''': To send a SMS or MMS with this format, you only need to enter the 10-digit number without the country code.&lt;br /&gt;
&lt;br /&gt;
Done! Simply associate the DID to your Queue or your extension. &lt;br /&gt;
&lt;br /&gt;
:: [[File:3CXconfig20240520.png|thumb|none|500px]]&lt;br /&gt;
&lt;br /&gt;
[[Category:PBXes]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Beronet</id>
		<title>Beronet</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Beronet"/>
				<updated>2026-03-13T22:48:26Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: Removing the &amp;quot;CLIP no screening&amp;quot; which should not be there&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''BeroNet''' is Europe's leading manufacturer of ISDN, Analog, Hybrid and GSM VoIP access technologies. The following section describes the configuration to configure a VoIP.ms SIP Trunk on a beroNet VoIP gateway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
To start, please login into your BeroNET VoIP Appliance.&lt;br /&gt;
&lt;br /&gt;
[[File:BeroNET_login.png|780px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= SIP General Settings =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===SIP General===&lt;br /&gt;
&lt;br /&gt;
You will need to adjust the RTP Port Range under &amp;quot;'''SIP General Options'''&amp;quot; settings to this value.&lt;br /&gt;
&lt;br /&gt;
[[File:BeroNET_SIP_Gen.png|border|400px]]&lt;br /&gt;
&lt;br /&gt;
'''Bind Port''': 5060  &amp;lt;br /&amp;gt;&lt;br /&gt;
'''RTP Port Range''': 10000-20000  &amp;lt;br /&amp;gt;&lt;br /&gt;
'''TOS RTP''': 160  &amp;lt;br /&amp;gt;&lt;br /&gt;
'''TOS SIP''': 160  &amp;lt;br /&amp;gt;&lt;br /&gt;
'''Reject Calls under load''': [unchecked]  &amp;lt;br /&amp;gt;&lt;br /&gt;
'''RTP Port section''': standard  &amp;lt;br /&amp;gt;&lt;br /&gt;
'''Emergency Numbers''': Enter the emergency numbers like 911. Each numbers needs to be separated by &amp;quot;''' | '''&amp;quot; &amp;lt;br /&amp;gt;&lt;br /&gt;
'''SIP transport''': udp  &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 ''' Determining on how or where, you will use your beroNet VoIP gateway, you will probably need to add into your firewall/router a &amp;quot;port forwarding rules&amp;quot; &lt;br /&gt;
 ''' for the SIP Bindport &amp;quot;5060&amp;quot; and also for the Audio packet RTP Range &amp;quot;10000-20000&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== SIP Account == &lt;br /&gt;
To be able to connect your VoIP.ms SIP account, you will need to create a SIP Trunk. To do so, go to the top navigation menu and click on &amp;quot;'''SIP+'''&amp;quot;. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:BeroNET_SIP.png|780px|border]]&lt;br /&gt;
&lt;br /&gt;
Once you are at the &amp;quot;'''SIP CONFIGURATION'''&amp;quot; page, you will need to add a new trunk by clicking on the &amp;quot;'''Add'''&amp;quot; button. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:BeroNET_SIP_Manual.png|780px|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Sip Configuration ====&lt;br /&gt;
&lt;br /&gt;
At this part, you will need to enter the information of your VoIP.ms account. &lt;br /&gt;
&lt;br /&gt;
[[File:BeroNET_SIP_Config.png|border]]&lt;br /&gt;
&lt;br /&gt;
- '''Name''': VoIPms (Or the name of your choice) &amp;lt;br /&amp;gt;&lt;br /&gt;
- '''Server Address''': ''Your preferred VoIP.ms Server''  &amp;lt;br /&amp;gt;&lt;br /&gt;
- '''User''': Your sub account username  &amp;lt;br /&amp;gt;&lt;br /&gt;
- '''Authentification user''': Your sub account username &amp;lt;br /&amp;gt;&lt;br /&gt;
- '''Secret''': Your sub account password  &amp;lt;br /&amp;gt;&lt;br /&gt;
- '''Displayname''': Is your Outbound Caller ID Name ''(Usualy not exceed 15 characters for landline caller ID Display)''  &amp;lt;br /&amp;gt;&lt;br /&gt;
- '''SIP Transport''': You need to choose '''UDP''' &amp;lt;br /&amp;gt;&lt;br /&gt;
- '''NAT options''': Use the option by default No-NAT. &amp;lt;br /&amp;gt;&lt;br /&gt;
- '''Register''': Check the box&lt;br /&gt;
&lt;br /&gt;
[[File:BeroNET_SIP_Config_aftr.png|border|780px]]&lt;br /&gt;
&lt;br /&gt;
===Advanced SIP Settings (More)===&lt;br /&gt;
&lt;br /&gt;
Under the menu &amp;quot;more&amp;quot; the default settings are normally good. You can adjust it if you need.&lt;br /&gt;
&lt;br /&gt;
[[File:BeroNET_SIP_Config_VoIPms_AdsCfg.png|border]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Finally, you need to set your the country and your city code, under '''provider settings'''. For example, the configuration is for American Canada/USA)&lt;br /&gt;
&lt;br /&gt;
'''Country Code''': 1 ''(e.g. for USA)'' &amp;lt;br /&amp;gt;&lt;br /&gt;
'''City Code''': You will enter your '''NPA''' ''(e.g. '''NPA'''-NXX-XXXX &amp;gt; '''555'''-123-1234'')&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Gateway Configuration=&lt;br /&gt;
==Hardware Settings==&lt;br /&gt;
&lt;br /&gt;
For this part, you will need to .To do so, on the navigation bar, click on &amp;quot;'''Hardware'''&amp;quot;. You will access to all parameters of your current hardware.  &lt;br /&gt;
&lt;br /&gt;
Now, you have to set the PRI to '''NT''' mode by modifying the Type settings. (The setting is the same for BRI ports). Likewise set the &amp;quot;Clock mode&amp;quot; to InernalCrystal&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:BeroNET_HARDWARE.png|border|780px]]&lt;br /&gt;
&lt;br /&gt;
==Set the ISDN Port Groups==&lt;br /&gt;
&lt;br /&gt;
In this part, you will need to create a new group for your PRI and give them the proper name. To do so, navigate to the navigation bar and select under the menu &amp;quot;'''PSTN+'''&amp;quot;, select &amp;quot;'''ISDN PRI'''&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--[[File:BeroNET_ISDN-BRI-PRI.png]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Dialplan configuration==&lt;br /&gt;
&lt;br /&gt;
[[File:BeroNET_Dialplan.png|780px|border]]&lt;br /&gt;
&lt;br /&gt;
[[File:BeroNET_Dialplan_Add_VoIPms.png|780px|border]]&lt;br /&gt;
&lt;br /&gt;
[[File:BeroNET_Dialplan_Added.png|780px|border]]&lt;br /&gt;
&lt;br /&gt;
= FAX =&lt;br /&gt;
&lt;br /&gt;
You will be able to use Fax over G.711 as well as is using the T.38 protocol with your fax if your sub account is linked on it. Please note that the T.38 Faxing is currently in '''BETA Testing Phase'''.&lt;br /&gt;
&lt;br /&gt;
Please refer to our [https://wiki.voip.ms/article/Virtual_Fax#T.38_Faxing_.28BETA_Testing_Phase.29 Wiki Virtual Fax T.38 page] to know how to link a Fax to a sub account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Other= &lt;br /&gt;
''If the configuration is not working with the version 15 of your BeroNET VoIP Gateway, you will need to upgrade the firmware to the version 16.15 or higher.''&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/OBi_100/110_%26_OBi_200</id>
		<title>OBi 100/110 &amp; OBi 200</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/OBi_100/110_%26_OBi_200"/>
				<updated>2022-12-17T01:15:09Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: New link to Mango's blog.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:OBi110-ATA.jpg|none|200px|center|link=http://www.polycom.com/voice-conferencing-solutions/voip-adapters.html|Obi]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;''The OBi100 &amp;amp; OBi200 are single phone port ATA adapters that support SIP VoIP services. The OBi100 &amp;amp; OBi200 are perfect for customers who do not have a traditional phone service, yet need a similar solution and want the savings and simplicity of using a VoIP service for all their calls. To start configuring your OBi100 or OBi200 device you will need to plug it in to your router/modem via its Internet port with an Ethernet cable and connect a regular handset phone to it's Phone port, then follow the next steps.''&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Manual Configuration Details ==&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Start by dialing  ''' * * * '''  from the connected phone, then press '''1''' to confirm your choice, this will return the IP address of your device being a number similar to '''192.168.xxx.xxx'''.&amp;lt;br/&amp;gt;&lt;br /&gt;
Once you get the IP address, enter it in the URL address bar '''&amp;quot;http://&amp;quot;''' of your Internet Browser to get access to the Graphic User Interface of the OBi100.&lt;br /&gt;
&lt;br /&gt;
 For an OBi202 please do the following to enable the GUI Web Interface:&lt;br /&gt;
 &lt;br /&gt;
 Dial *** from the phone connected to the OBi202&lt;br /&gt;
 Enter 0 For Advanced&lt;br /&gt;
 Enter 30# Check Mark from&lt;br /&gt;
 Press 1 to Enter a New Value&lt;br /&gt;
 Press 1# to Enable&lt;br /&gt;
 Press 1 to Save&lt;br /&gt;
 Hang up&lt;br /&gt;
&lt;br /&gt;
If done properly, the following window should appear on your screen:&lt;br /&gt;
[[File:ObiLogin.png|300px|thumb|left|Authentication Window - click to enlarge]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once you get the Authentication Required window you will be prompted for a User Name and Password, the default credentials are: &lt;br /&gt;
&lt;br /&gt;
 '''User Name:''' admin&lt;br /&gt;
 &lt;br /&gt;
 '''Password:''' admin&lt;br /&gt;
&lt;br /&gt;
After this, you should now be able to see the OBi Web interface. &lt;br /&gt;
&lt;br /&gt;
Now on the left side of the screen please find the next options and follow the next steps:&lt;br /&gt;
&lt;br /&gt;
===Disabling auto-provisioning===&lt;br /&gt;
&lt;br /&gt;
'''**NOTE :''' You may use this guide to configure an OBi110 as well. This is the VoIP.ms recommended configuration versus using the Obihai configuration dashboard (more on this later on this page) and you may also not find all new VoIP.ms servers on the Obihai Dahsboard. In order to make sure there will be no conflicts between this Manual configuration and the Obihai dashboard, please perform the following steps to disable auto-provisioning:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*System Management -&amp;gt; Auto Provisioning -&amp;gt; Auto Firmware Update -&amp;gt; Method : Disabled&lt;br /&gt;
*System Management -&amp;gt; Auto Provisioning -&amp;gt; ITSP Provisioning -&amp;gt; Method : Disabled&lt;br /&gt;
*System Management -&amp;gt; Auto Provisioning -&amp;gt; OBiTALK Provisioning -&amp;gt; Method : Disabled&lt;br /&gt;
*Voice Services -&amp;gt; OBiTALK Service -&amp;gt; Enable : Unchecked&lt;br /&gt;
&lt;br /&gt;
 Please note you must remove the check mark from the &amp;quot;default&amp;quot; column, then under &amp;quot;Method&amp;quot; please use the ''''Drop Down Selection'''' and choose '''Disabled'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Step1.png|450px|thumb|left|Disabling Auto Provision - click to enlarge]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
After this, save all changes and you are ready to move on to the actual configuration.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
===Configuring the ITSP Profile===&lt;br /&gt;
&lt;br /&gt;
====General Section====&lt;br /&gt;
In this section you will set the name and the DigiMap you will use in the profile you configure. By default you will configure the profile A, unless you use the same device with another provider.&lt;br /&gt;
&lt;br /&gt;
:'''Name''': 100000 (Replace with your 6 digit Main SIP account UserID or Sub Account user name, i.e. 123456 or 123456_sub)&amp;lt;br/&amp;gt;&lt;br /&gt;
:'''DigitMap''': Copy the line, including parenthesis, in the Digitmap field in the ITSP Profile and replace the &amp;quot;555&amp;quot; digits in the following lines by the area code of your choice: &lt;br /&gt;
&lt;br /&gt;
::Dial Plan (recommended):&lt;br /&gt;
 (1xxxxxxxxxx|&amp;lt;1555&amp;gt;[2-9]xxxxxx|&amp;lt;1&amp;gt;[2-9]xxxxxxxxx|911|011xx.|xx.|*xx.|***xxx|4xxx|(Mipd)|[^*]@@.) &lt;br /&gt;
&lt;br /&gt;
Also, some clients have been successful by dialing '''**1 and *97''' for line 1 or '''**2 and *97''' for line 2.&lt;br /&gt;
&lt;br /&gt;
:*If you need to set the dial plan back to Default, you can use this:&lt;br /&gt;
&lt;br /&gt;
 (1xxxxxxxxxx|&amp;lt;1&amp;gt;[2-9]xxxxxx|&amp;lt;1&amp;gt;[2-9]xxxxxxxxx|011xx.|***xxx|xx.|(Mipd)|[^*]@@.) &lt;br /&gt;
&lt;br /&gt;
[[File:Step2.png|550px|thumb|left|ITSP profile, General - click to enlarge]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====SIP Section====&lt;br /&gt;
In this section you can set the server and the port that you wish to register to.&lt;br /&gt;
&lt;br /&gt;
 Please note that in order to change the settings, you need to uncheck the Default box on the right hand side. &lt;br /&gt;
&lt;br /&gt;
*ProxyServer: denver.voip.ms (one of VoIP.ms multiple [http://wiki.voip.ms/article/Choosing_Server servers], you can choose the one closest to your location.)&lt;br /&gt;
*ProxyServerPort: 5060&lt;br /&gt;
*RegistrarServer: denver.voip.ms (one of VoIP.ms multiple servers [http://wiki.voip.ms/article/Choosing_Server servers], you can choose the one closest to your location.)&lt;br /&gt;
*RegistrarServerPort: 5060&lt;br /&gt;
&lt;br /&gt;
[[File:Step3.png|550px|thumb|left|ITSP profile, SIP - click to enlarge]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additionally, you may want to change the RegisterExpires value to 300, scroll down, deselect the default box and set the value there from 3600 to 300.&lt;br /&gt;
&lt;br /&gt;
[[File:Step4.png|550px|thumb|left|ITSP profile, SIP (Register Expires)- click to enlarge]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Configuring Voice Services===&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
In this section you can set your Main account/sub_account credentials like User name and Password. The Main account password by default is the same password as the Customer Portal.&lt;br /&gt;
&lt;br /&gt;
*AuthUserName: 100000 (Replace with your 6 digits Main SIP account UserID or Sub Account user name, i.e. 123456 or 123456_sub)&lt;br /&gt;
*AuthPassword: ****** (''Your SIP Account Password'')&lt;br /&gt;
&lt;br /&gt;
[[File:Step5.png|550px|thumb|left|Voice Services (SIP Credentials) - click to enlarge]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Once you have finished changing all those settings, click on the button ''Submit'' to save the changes and ''reboot your OBi device'',  your device should now be registered.&lt;br /&gt;
&lt;br /&gt;
== Configuration for usage with call encryption TLS/SRTP ==&lt;br /&gt;
&lt;br /&gt;
===Configuring a Voice line using TLS===&lt;br /&gt;
&lt;br /&gt;
 '''NOTE''': This section is optional. It explains in detail how to use encrypted traffic in the device. If you are not certain about how encrypted traffic works, or the benefits of encrypting SIP traffic, please contact technical support for more information.&lt;br /&gt;
&lt;br /&gt;
These devices are compatible with TLS, however, some settings need to be adjusted to have it working. This section will be assuming that your SIP account is already enabled to use TLS, if you have not enabled it yet, please follow these instructions before going further:&lt;br /&gt;
&lt;br /&gt;
For more information on how to enable encrypted traffic for the main account, please click on [[Call_Encryption_-_TLS/SRTP#Activate_This_Option_on_Your_Main_Account | Main account]] or more information on how to enable encrypted traffic for the sub-account [[Call_Encryption_-_TLS/SRTP#Activate_This_Option_on_Your_Sub_Account | sub account]]&lt;br /&gt;
&lt;br /&gt;
=== Configuring your OBi device ===&lt;br /&gt;
&lt;br /&gt;
In order to use TLS/call encryption with OBi devices, you'll need to modify the following parameters accordingly. Please note that this is only available for some OBi devices, and the screenshots are from the most recent firmware version.&lt;br /&gt;
&lt;br /&gt;
Under Service Providers &amp;gt; ITSP Profile &amp;gt; SIP use the following values:&lt;br /&gt;
:'''ProxySeverPort''': 5061&lt;br /&gt;
:'''ProxyServerTransport''': TLS&lt;br /&gt;
:'''RegistrarServerPort''': 5061&lt;br /&gt;
:'''OutboundProxyPort''': 5061&lt;br /&gt;
:'''X_OutboundProxyTransport''': TLS&lt;br /&gt;
&lt;br /&gt;
[[File:TLSOBi1.png|550px|thumb|left|ITSP profile, SIP (TLS)- click to enlarge]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Under Voice Services &amp;gt; SP Service use the following values:&lt;br /&gt;
:'''X_KeepAliveServerPort''': 5061&lt;br /&gt;
:'''X_SRTP''': Use SRTP Only&lt;br /&gt;
&lt;br /&gt;
[[File:TLSOBi2.png|550px|thumb|left|Voice Services, SP Service (SRTP)- click to enlarge]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configuration Using OBi Dashboard ==&lt;br /&gt;
&lt;br /&gt;
Besides the Manual Configuration previously explained, Obihai also provides us with their own API dashboard where you can add your device, to complete the configuration in easy steps.&lt;br /&gt;
Add your device to the OBiTALK service in the OBi Dashboard [https://www.obitalk.com/obinet/]. Instructions for this are included with the OBi110 and are not discussed here.&lt;br /&gt;
&lt;br /&gt;
After the OBi110 is added, edit the device. You can select '''Service Provider 1''' or '''Service Provider 2''' under the '''Configure Voice Services''' heading. This will take you to a page where you can select ''voip.ms''. Follow the instructions and once you are done the configuration will be downloaded to your Obi110.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Known Issues and Resolutions==&lt;br /&gt;
=== Ghost Calls ===&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Some customers have reported receiving constant calls from &amp;quot;100&amp;quot; or &amp;quot;101&amp;quot; as callerID. These calls are going directly to your device and do not pass through our servers, so we cannot filter them. You can read more about these calls, including how to prevent them, here: [[Sip Scanner Ghost Calls]]&lt;br /&gt;
&lt;br /&gt;
You can also follow these suggestions, specific for the OBi brand devices:&lt;br /&gt;
*You can just disable (by unchecking Enable) for SP2 and OBiTALK under your Voice Tab (If you are using our service as SP1).&lt;br /&gt;
&lt;br /&gt;
*You can restrict which IP addresses that can connect to your OBi. Going to &amp;quot;Service Providers -&amp;gt; ITSP Profile A -&amp;gt; SIP -&amp;gt; X_AccessList&amp;quot; : voip.ms_ip_address. You can see the IP address of the server you are currently using from this link: [http://wiki.voip.ms/article/Choosing_Server#IPs Server's IPs]&lt;br /&gt;
&lt;br /&gt;
*You can also change your Obi Firewall Setting X_InboundCallRoute to : {(?|x|xx|xxx|xxxx|xxxxx|xxxxxx|un@@.|anon@@.):}, ph&lt;br /&gt;
 This will only allow 7 digit or greater numbers through.&lt;br /&gt;
&lt;br /&gt;
*Another alternative: OBi Interface&amp;gt;&amp;gt; Voice Services&amp;gt;&amp;gt; SP1 Service&amp;gt;&amp;gt; X_InboundCallRoute: {&amp;gt;('Insert your AuthUserName here'):ph}, example:&lt;br /&gt;
&lt;br /&gt;
 {&amp;gt;('100000'):ph} where 100000 is replaced with your own six digit SIP account UserID or the sub-account registered with your device.&lt;br /&gt;
&lt;br /&gt;
By default, OBi devices accept calls destined for any username.  The above syntax rejects calls that are not intended for whatever you have configured as AuthUserName.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===10 Second Delay Reaching voip.ms Voicemail Attendant when dialing *97 or *98===&lt;br /&gt;
&lt;br /&gt;
The Obi 100, 110 and 202 devices have non-configurable 'short' and 'long' delays if a dialed sequence does not match a digitmap.  So you may have a 10 second delay when you dial into your voip.ms voicemail because of the built-in 'long' delay. This can be resolved in a couple of ways. Simply dial a # sign after you dial *97 or *98. Or include literals in your digitmap under the Service Provider / ITSP profile A or B / General / digitmap.  Here is an example digitmap with a *97 literal included:&lt;br /&gt;
&lt;br /&gt;
 (1xxxxxxxxxx|&amp;lt;1&amp;gt;[2-9]xxxxxxxxx|011xx.|xx.|*xx.|'*97'|(Mipd)|[^*#]@@.)&lt;br /&gt;
&lt;br /&gt;
The literal in the example is '*97'. You could also add a literal for '*98'.&lt;br /&gt;
&lt;br /&gt;
Then when you dial *97, the device immediately sends it instead of waiting 10 seconds.&lt;br /&gt;
&lt;br /&gt;
Read more on digitmaps under the topic Digit Map Configuration in the Obi Device Admin Guide.&lt;br /&gt;
&lt;br /&gt;
=== Call Drops ===&lt;br /&gt;
&lt;br /&gt;
If you experience random call drops while in the middle of a call or if the person you talk to remains silent for over a minute (60 seconds by default), OBi will hang up the call. Please go here and check and increase the following setting (Physical interface -&amp;gt; LINE port -&amp;gt; DetectFarEndLongSilence / SilenceTimeThreshold) &lt;br /&gt;
&lt;br /&gt;
=== Enable Message Waiting Indicator MWI === &lt;br /&gt;
&lt;br /&gt;
To enable MWI please refer to the following section of the OBI web page:&lt;br /&gt;
&lt;br /&gt;
Voice Services -&amp;gt; SP1 Service -&amp;gt; Calling Features -&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''MWIEnable''' - Uncheck the box at the far right, to be able to check the box at the left, this enables the option.&lt;br /&gt;
&lt;br /&gt;
'''X_VMWIEnable''' - Uncheck the box at the far right, to be able to check the box at the left, this enables the option.&lt;br /&gt;
&lt;br /&gt;
'''MessageWaiting''' - Mark the checkbox&lt;br /&gt;
&lt;br /&gt;
After these steps, the MWI should be active and working.&lt;br /&gt;
&lt;br /&gt;
'''If you are trying to place an outbound call and get a recorded message ¨There is no service to complete your call¨ Please do the following to resolve this.'''&lt;br /&gt;
  In Your OBi Device please go to Physical Interfaces &amp;gt;&amp;gt; PHONE Port which by default it is PSTN and it needs to be changed to Trunk Group 1&lt;br /&gt;
&lt;br /&gt;
=== Using the OBi Network ===&lt;br /&gt;
&lt;br /&gt;
You can use your OBi device to make calls directly to other OBi devices &amp;quot;''The OBi comes out of the box ready to make FREE calls to other OBi endpoints using the OBiTALK network. Dialing **9 + obi account number will use the OBiTALK feature and does not place calls to regular numbers nor use our network. ''&amp;quot; Be aware that those calls will not pass through our network. If you need assistance with that feature, please contact [https://www.obitalk.com/info/support/request-support OBI's support].&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
=== Can not dial *98 even if is on your DigiMap ===&lt;br /&gt;
By default your OBi device uses *98 as Blind transfer code. If you want to be able to dial *98 from your device, you should change this code. You can achieve this in the settings of your device at: ''Star Codes &amp;gt;&amp;gt; Star code profile (A/B)'', unmark the &amp;quot;default&amp;quot; box and change *98 for something else (like *99)&lt;br /&gt;
&lt;br /&gt;
[[File:Step6.png|550px|thumb|left|Changing *98 default code - click to enlarge]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Using the Phone book of your customer portal === &lt;br /&gt;
&lt;br /&gt;
If you plan on using the Phone Book in your Customer Portal and Speed Dial *75. Please log into your OBi and change the built-in speed dial code from *75 in the device to something else.&lt;br /&gt;
&lt;br /&gt;
=== An additional note regarding outgoing calls===&lt;br /&gt;
&lt;br /&gt;
In at least one instance it was necessary to specify a non-default outbound calling route in the OBi110 to be able to place calls using the voip.ms service. The default setting had the OBi110 attempting to place calls using the PSTN port on the device. The relevant setting is:&lt;br /&gt;
&lt;br /&gt;
'''Physical Interfaces &amp;gt;&amp;gt; PHONE Port '''&lt;br /&gt;
*PrimaryLine: (Select from drop-down)&lt;br /&gt;
&lt;br /&gt;
[[File:ObiPhoneport.JPG|550px|thumb|left|Changing Phone Port - click to enlarge]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The default is PSTN. Select SP1 Service if you only have one SIP account configured on the device. Select Trunk Group 1 to have it attempt to place calls using SP1 first, then SP2. Additional Trunk groups can be configured under Voice Services &amp;gt;&amp;gt; Gateways and Trunk Groups.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Portions of this article have been taken from [https://toao.net/VoIP/mangos-guide-to-configuring-an-obi-ata.html Mango's Guide to Configuring an OBi ATA].  Used with permission.&lt;br /&gt;
&lt;br /&gt;
==Guide Links==&lt;br /&gt;
In the event where you need the guide directly from OBIHAI Technology Inc, you may find the admin manual guide below:&lt;br /&gt;
&lt;br /&gt;
Admin Manual : [https://www.obitalk.com/info/documents/admin_guide/OBiDeviceAdminGuide.pdf Download PDF]&lt;br /&gt;
&lt;br /&gt;
[[Category:Analog Telephone Adapters]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== OBI 100/110 OBI 200/202 star codes ==&lt;br /&gt;
&lt;br /&gt;
Here's a list of the most common used Star codes available for the OBI devices. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* *81 Block Caller ID (Persistent Mode)&lt;br /&gt;
* *82 Unblock Caller ID (Persistent Mode)&lt;br /&gt;
* *67 Block Caller ID (One Time)&lt;br /&gt;
* *68 Unblock Caller ID (One Time)&lt;br /&gt;
* *72 Call Forward All (Enter Number + #)&lt;br /&gt;
* *73 Disable Call Forward All&lt;br /&gt;
* *60 Call Forward on Busy (Enter Number + #)&lt;br /&gt;
* *61 Disable Call Forward in Busy&lt;br /&gt;
* *62 Call Forward on No Answer (Enter Number + #)&lt;br /&gt;
* *63 Disable Call Forward No Answer&lt;br /&gt;
* *56 Enable Call Waiting&lt;br /&gt;
* *57 Disable Call Waiting&lt;br /&gt;
* *78 Do Not Disturb - Turn On&lt;br /&gt;
* *79 Do Not Disturb – Disable&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also click on the following link in order to see different guides available to see all the functionalities, star codes and more:&lt;br /&gt;
[https://www.obitalk.com/info/support/docs-downloads/ OBI guides]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Choosing_Server</id>
		<title>Choosing Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Choosing_Server"/>
				<updated>2021-08-04T17:12:35Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* IPs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:ChooseServerImg.png|thumb|none|1280px|VoIP.ms servers]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
! Article en Français !! Artículo en Español&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.voip.ms/article/Choisir_un_serveur Français] || &lt;br /&gt;
[https://wiki.voip.ms/article/Elegir_servidor Español] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Choosing a Server =&lt;br /&gt;
&lt;br /&gt;
[http://www.voip.ms VoIP.ms] offers many different servers, but which one should you choose? One misconception is that you should pick the closest to your location, however this is not needed most of the time. For example, if you are in the USA, any of the US servers will provide a really good latency and service quality. The newest server within a city is indicated with the highest number attached to the name, as they are classified in ascending order. Also worth noting is that there is a network tool that will help you when deciding which server you want to use, generally named a &amp;quot;ping&amp;quot;, which will provide you the latency between you and the server. Therefore the server which provides you less latency should be used.&lt;br /&gt;
&lt;br /&gt;
 '''Note:''' Please bear in mind that some servers might not be available for your DID number to be used as POP (Point of presence) at the ''Manage DIDs'' section. &lt;br /&gt;
 Make sure that your SIP/IAX device and your phone number are pointing to the same server. &lt;br /&gt;
&lt;br /&gt;
=== IPs ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block; vertical-align:top;&amp;quot;&amp;gt; &lt;br /&gt;
'''Canada'''&lt;br /&gt;
*Montreal 1, QC     ('''montreal.voip.ms''')    192.175.96.73&lt;br /&gt;
*Montreal 2, QC     ('''montreal2.voip.ms''')   192.175.96.74&lt;br /&gt;
*Montreal 3, QC     ('''montreal3.voip.ms''')   192.175.96.68&lt;br /&gt;
*Montreal 4, QC     ('''montreal4.voip.ms''')   67.205.74.179&lt;br /&gt;
*Montreal 5, QC     ('''montreal5.voip.ms''')   192.175.96.69&lt;br /&gt;
*Montreal 6, QC     ('''montreal6.voip.ms''')   192.175.96.70&lt;br /&gt;
*Montreal 7, QC     ('''montreal7.voip.ms''')   192.175.96.71&lt;br /&gt;
*Montreal 8, QC     ('''montreal8.voip.ms''')   192.175.96.72&lt;br /&gt;
*Montreal 9, QC     ('''montreal9.voip.ms''')   67.205.74.184&lt;br /&gt;
*Montreal 10, QC     ('''montreal10.voip.ms''') 67.205.74.187&lt;br /&gt;
*Toronto 1, ON      ('''toronto.voip.ms''')     158.85.70.148&lt;br /&gt;
*Toronto 2, ON      ('''toronto2.voip.ms''')    158.85.70.149&lt;br /&gt;
*Toronto 3, ON      ('''toronto3.voip.ms''')    158.85.70.150&lt;br /&gt;
*Toronto 4, ON      ('''toronto4.voip.ms''')    158.85.70.151&lt;br /&gt;
*Toronto 5, ON      ('''toronto5.voip.ms''')    184.75.215.106&lt;br /&gt;
*Toronto 6, ON      ('''toronto6.voip.ms''')    184.75.215.114&lt;br /&gt;
*Toronto 7, ON      ('''toronto7.voip.ms''')    184.75.215.146&lt;br /&gt;
*Toronto 8, ON      ('''toronto8.voip.ms''')    184.75.213.210&lt;br /&gt;
*Toronto 9, ON      ('''toronto9.voip.ms''')    158.85.70.154&lt;br /&gt;
*Toronto 10, ON      ('''toronto10.voip.ms''')    158.85.70.158&lt;br /&gt;
*Vancouver 1, BC    ('''vancouver.voip.ms''')   162.213.157.220&lt;br /&gt;
*Vancouver 2, BC    ('''vancouver2.voip.ms''')  162.213.157.117&lt;br /&gt;
*Vancouver 3, BC    ('''vancouver3.voip.ms''')  162.213.157.82&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block; vertical-align:top;&amp;quot;&amp;gt; &lt;br /&gt;
'''United States'''&lt;br /&gt;
*Atlanta 1, GA      ('''atlanta.voip.ms''')     75.127.65.130&lt;br /&gt;
*Atlanta 2, GA      ('''atlanta2.voip.ms''')    209.217.224.50&lt;br /&gt;
*Chicago 1, IL      ('''chicago.voip.ms''')     69.162.175.27&lt;br /&gt;
*Chicago 2, IL      ('''chicago2.voip.ms''')    69.162.175.28 &lt;br /&gt;
*Chicago 3, IL      ('''chicago3.voip.ms''')    69.162.175.29&lt;br /&gt;
*Chicago 4, IL      ('''chicago4.voip.ms''')    208.100.22.166&lt;br /&gt;
*Chicago 5, IL      ('''chicago5.voip.ms''')    50.31.115.149&lt;br /&gt;
*Chicago 6, IL      ('''chicago6.voip.ms''')    50.31.115.150&lt;br /&gt;
*Chicago 7, IL      ('''chicago7.voip.ms''')    50.31.115.151&lt;br /&gt;
*Dallas, TX         ('''dallas.voip.ms''')      158.85.149.162&lt;br /&gt;
*Dallas 2, TX         ('''dallas2.voip.ms''')   158.85.149.163&lt;br /&gt;
*Denver 1, CO       ('''denver.voip.ms''')      23.239.211.90 &lt;br /&gt;
*Denver 2, CO       ('''denver2.voip.ms''')     64.27.52.226&lt;br /&gt;
*Houston, TX        ('''houston.voip.ms''')     205.251.137.130&lt;br /&gt;
*Houston 2, TX        ('''houston2.voip.ms''')  74.81.95.146&lt;br /&gt;
*Los Angeles 1, CA  ('''losangeles.voip.ms''')  104.254.128.162&lt;br /&gt;
*Los Angeles 2, CA  ('''losangeles2.voip.ms''') 104.254.128.2&lt;br /&gt;
*Los Angeles 3, CA  ('''losangeles3.voip.ms''') 64.188.6.162&lt;br /&gt;
*Los Angeles 4, CA  ('''losangeles4.voip.ms''') 64.188.6.170&lt;br /&gt;
*New York 1, NY     ('''newyork.voip.ms''')     72.251.239.196&lt;br /&gt;
*New York 2, NY     ('''newyork2.voip.ms''')    72.251.239.205&lt;br /&gt;
*New York 3, NY     ('''newyork3.voip.ms''')    72.251.239.206&lt;br /&gt;
*New York 4, NY     ('''newyork4.voip.ms''')    72.251.239.207&lt;br /&gt;
*New York 5, NY     ('''newyork5.voip.ms''')    23.29.136.28&lt;br /&gt;
*New York 6, NY     ('''newyork6.voip.ms''')    23.29.136.29&lt;br /&gt;
*New York 7, NY     ('''newyork7.voip.ms''')    23.29.136.38&lt;br /&gt;
*New York 8, NY     ('''newyork8.voip.ms''')    23.29.136.40 &lt;br /&gt;
*San Jose, CA       ('''sanjose.voip.ms''')     23.246.247.146&lt;br /&gt;
*San Jose 2, CA     ('''sanjose2.voip.ms''')    23.246.247.147&lt;br /&gt;
*Seattle 1, WA      ('''seattle.voip.ms''')     104.129.57.250&lt;br /&gt;
*Seattle 2, WA      ('''seattle2.voip.ms''')    173.205.93.122&lt;br /&gt;
*Seattle 3, WA      ('''seattle3.voip.ms''')    173.205.93.226&lt;br /&gt;
*Tampa, FL          ('''tampa.voip.ms''')       162.254.144.173&lt;br /&gt;
*Tampa 2, FL        ('''tampa2.voip.ms''')      209.133.209.70&lt;br /&gt;
*Tampa 3, FL        ('''tampa3.voip.ms''')      23.111.187.139&lt;br /&gt;
*Tampa 4, FL        ('''tampa4.voip.ms''')      23.111.166.202&lt;br /&gt;
*Washington 1, DC   ('''washington.voip.ms''')  169.62.41.189&lt;br /&gt;
*Washington 2, DC   ('''washington2.voip.ms''') 169.62.41.187&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block; vertical-align:top;&amp;quot;&amp;gt; &lt;br /&gt;
'''International'''&lt;br /&gt;
*Amsterdam, NL      ('''amsterdam.voip.ms''')   66.212.22.42&lt;br /&gt;
*London, UK         ('''london.voip.ms''')      159.8.157.212&lt;br /&gt;
*Sydney, AU      ('''sydney1.voip.ms''')   168.1.73.84&lt;br /&gt;
*Paris, FR          ('''paris.voip.ms''')       159.8.85.180&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Server Realms===&lt;br /&gt;
&lt;br /&gt;
For IOS, Please click here [http://wiki.voip.ms/article/Server_Realms Server Realms] to get the Realm Name for the server you plan on using, this can differ from the Domain Name being used. &lt;br /&gt;
&lt;br /&gt;
= What is a Ping? =&lt;br /&gt;
&lt;br /&gt;
Ping is a standard tool used to test network connections. It is mostly used to determine if a server or device can be reached across the network and the latency of the response(the time it takes to send a packet to the destination and for it to return to your computer).&lt;br /&gt;
&lt;br /&gt;
Ping tools are part of Windows, Mac OS X and Linux as well as some routers.&lt;br /&gt;
&lt;br /&gt;
== How does the ping work? ==&lt;br /&gt;
&lt;br /&gt;
It sends request messages to a target network address or DNS names at periodic intervals and measures the time it takes for a response message to arrive and return(better known as latency). &lt;br /&gt;
&lt;br /&gt;
==How to ping on a PC==&lt;br /&gt;
&lt;br /&gt;
Pinging is a command which tells you if the connection between your computer and a particular domain is working correctly.&lt;br /&gt;
&lt;br /&gt;
In Windows, select Start &amp;gt; Programs &amp;gt; Accessories &amp;gt; Command Prompt. This will give you a window like the one below.&lt;br /&gt;
&lt;br /&gt;
Enter the word ping, followed by a space, then the domain name.(montreal.voip.ms) in this case domain is our server name.&lt;br /&gt;
&lt;br /&gt;
If the results show a series of replies, the connection is working. The time shows you how fast the connection is. If you see a &amp;quot;timed out&amp;quot; error instead of a reply, there is a breakdown somewhere between your computer and the domain.&lt;br /&gt;
&lt;br /&gt;
[[File:Ping.gif|thumb|none|600px|Ping]]&lt;br /&gt;
&lt;br /&gt;
==How to ping on a Mac Computer==&lt;br /&gt;
&lt;br /&gt;
1- Click on Finder in the dock.&lt;br /&gt;
&lt;br /&gt;
2- Click on Applications.&lt;br /&gt;
&lt;br /&gt;
3- Click on Utilities.&lt;br /&gt;
&lt;br /&gt;
4- Double-click on Network Utility. &amp;amp;#42;&lt;br /&gt;
&lt;br /&gt;
&amp;amp;#42; In OS X Mavericks (10.9.x) this utility app changed location. Launch it from spotlight instead, either press &amp;quot;command&amp;quot;+&amp;quot;space bar&amp;quot; or click on spotlight directly (magnifying glass icon at top right of screen), type &amp;quot;network utility&amp;quot; and hit &amp;quot;return&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5- In the Network Utility window, click on the Ping tab&lt;br /&gt;
&lt;br /&gt;
6- In the field under &amp;quot;Please enter the network address to ping,&amp;quot; like montreal.voip.ms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''If pings results are not consistent, you may have an issue with Jitter. You can work on this issue by adjusting the &amp;quot;Network Jitter Level&amp;quot; setting on your VoIP device. Usually a ping of under 150 ms is recommended in order to have good quality. The latency time to the server is important, however there are also other factors that could affect the quality of the calls such as packet loss (VoIP communications are very sensitive to this), and the Jitter level of your Internet connection.''&lt;br /&gt;
&lt;br /&gt;
The following is the output of running ping with the target losangeles.voip.ms.&lt;br /&gt;
&lt;br /&gt;
 #ping losangeles.voip.ms&lt;br /&gt;
 Ping to losangeles.voip.ms [67.215.241.250] with 32 bytes de datos:&lt;br /&gt;
 Response from 67.215.241.250: bytes=32 time=67ms TTL=52&lt;br /&gt;
 Response from 67.215.241.250: bytes=32 time=69ms TTL=52&lt;br /&gt;
 Response from 67.215.241.250: bytes=32 time=68ms TTL=52&lt;br /&gt;
 Response from 67.215.241.250: bytes=32 time=67ms TTL=52&lt;br /&gt;
 ping statistics from 67.215.241.250:&lt;br /&gt;
 4 packets transmitted, 4 received, 0% packet lost. rtt min/avg/max/mdev = 67ms, 69ms, 67ms&lt;br /&gt;
&lt;br /&gt;
Sample ping output in windows:&lt;br /&gt;
 C:\Windows\system32&amp;gt;ping montreal.voip.ms&lt;br /&gt;
 &lt;br /&gt;
 Pinging montreal.voip.ms [67.205.74.184] with 32 bytes of data:&lt;br /&gt;
 Reply from 67.205.74.184: bytes=32 time=85ms TTL=49&lt;br /&gt;
 Reply from 67.205.74.184: bytes=32 time=86ms TTL=49&lt;br /&gt;
 Reply from 67.205.74.184: bytes=32 time=86ms TTL=49&lt;br /&gt;
 Reply from 67.205.74.184: bytes=32 time=85ms TTL=49&lt;br /&gt;
 &lt;br /&gt;
 Ping statistics for 67.205.74.184:&lt;br /&gt;
     Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),&lt;br /&gt;
 Approximate round trip times in milli-seconds:&lt;br /&gt;
     Minimum = 85ms, Maximum = 86ms, Average = 85ms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Latency Testing Scripts (User Submitted) =&lt;br /&gt;
&amp;lt;p&amp;gt;All the following scripts were produced by voip.ms users who felt others might also benefit from the output of their efforts.  They were written over a span of Years and probably need adjusting before you use them, to cater for changes in servers over time and changes in policies (like not testing heavily subscribed servers which are not open to new registrations)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you aren't satisfied that the scripts are safe or simply don’t like the way they syntactically appear, you can still manually ping a selection of servers and choose a server based on the best latency. The following scripts are essentially just wrappers around the ping command which support lists of servers to feed to ping and present the output in a readable format.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you feel you have a simpler cleaner script that works for another platform or language, please do add it to this wiki via a support ticket.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
=== Bash Script To Handle The Mac Ping Output Format ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;To make use of this script (1) save as a plain text file (2) set permissions on the file to executable (3) invoke script&lt;br /&gt;
e.g. Save script below using your favourite editor as pingVoipMS.sh (2) chmod u+x pingVoipMS.sh (3) ./pingVoipMS.sh&lt;br /&gt;
This is a bash 3.x script, so it also works in Linux, just change the ping packet loss field from 7 to 6 in the final loop below (or wherever the loss field is in your ping output format).  Depending upon your distro curl might need to change to wget.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
# Ping several servers and display Latency, Jitter and Packet Loss&lt;br /&gt;
#      Usage: [-c &amp;lt;count&amp;gt;][-i &amp;lt;wait time&amp;gt;][-r test restricted servers][&amp;lt;server list file&amp;gt;]&lt;br /&gt;
#&lt;br /&gt;
# The optional server list text file should be formatted with one host name per line.&lt;br /&gt;
# The list of voip.ms servers is available at https://wiki.voip.ms/article/Choosing_Server&lt;br /&gt;
# If no args are supplied, this script will scrape a ping server list from voip.ms&lt;br /&gt;
#&lt;br /&gt;
USER_FILE=&amp;quot;&amp;quot;&lt;br /&gt;
COUNT=3; INTERVAL=5; RESTRICTED=0&lt;br /&gt;
restrictedList=(atlanta.voip.ms chicago.voip.ms&lt;br /&gt;
                montreal.voip.ms montreal2.voip.ms montreal3.voip.ms montreal4.voip.ms&lt;br /&gt;
                newyork.voip.ms newyork4.voip.ms seattle.voip.ms&lt;br /&gt;
                toronto.voip.ms toronto2.voip.ms toronto3.voip.ms toronto4.voip.ms)&lt;br /&gt;
&lt;br /&gt;
# Handle any passed in script arguments&lt;br /&gt;
while getopts c:i:r parm&lt;br /&gt;
do&lt;br /&gt;
    case $parm in&lt;br /&gt;
        c)count_opt=$OPTARG;;&lt;br /&gt;
        i)interval_opt=$OPTARG;;&lt;br /&gt;
        r)RESTRICTED=1;;&lt;br /&gt;
        *)echo -e &amp;quot;Invalid arg\nUsage:\t[ -c &amp;lt;count of ECHO_REQUESTs to Tx, default 3&amp;gt; ] \&lt;br /&gt;
                  \n\t[ -i &amp;lt;wait time (s) between datagrams, default 5&amp;gt; ]                \&lt;br /&gt;
                  \n\t[ -r ] Include restricted servers in latency test                  \&lt;br /&gt;
                  \n\t[FILE &amp;lt;ping server list&amp;gt; ]&amp;quot;;exit 1;;&lt;br /&gt;
    esac&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
# Test if an option was specified and whether it's a +ve non-zero integer&lt;br /&gt;
[[ -n $count_opt    &amp;amp;&amp;amp; ($count_opt =~ ^[[:digit:]]+$)    &amp;amp;&amp;amp; $count_opt -gt 0 ]] &amp;amp;&amp;amp;&lt;br /&gt;
        COUNT=$count_opt&lt;br /&gt;
[[ -n $interval_opt &amp;amp;&amp;amp; ($interval_opt =~ ^[[:digit:]]+$) &amp;amp;&amp;amp; $interval_opt -gt 0 ]] &amp;amp;&amp;amp;&lt;br /&gt;
        INTERVAL=$interval_opt&lt;br /&gt;
&lt;br /&gt;
shift $((OPTIND - 1))&lt;br /&gt;
&lt;br /&gt;
# Validate supplied file (server list)&lt;br /&gt;
[[ -n $1 &amp;amp;&amp;amp; ! (-f $1 &amp;amp;&amp;amp; -r $1) ]] &amp;amp;&amp;amp;&lt;br /&gt;
        { echo &amp;quot;\&amp;quot;$1\&amp;quot; file does not exist or is not readable&amp;quot;; exit 1; }&lt;br /&gt;
[[ -n $1 &amp;amp;&amp;amp; -f $1 &amp;amp;&amp;amp; -r $1 ]] &amp;amp;&amp;amp; USER_FILE=&amp;quot;$1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
if [[ -n $USER_FILE ]]&lt;br /&gt;
then&lt;br /&gt;
# Bash 3.x in macOS does not support readarray, need to do cumbersome array loops instead&lt;br /&gt;
    while IFS= read -r servers; do&lt;br /&gt;
        serverList+=( &amp;quot;$servers&amp;quot; )&lt;br /&gt;
    done &amp;lt; &amp;lt;(grep -Eo '^\b[[:alpha:]]+?[[:alnum:]]\.voip\.ms\b$' &amp;quot;$USER_FILE&amp;quot; | \&lt;br /&gt;
             grep -v '^\s*#' | awk NF | sort)&lt;br /&gt;
else&lt;br /&gt;
# N.B. The script looks for the html boldface tags &amp;lt;b&amp;gt; &amp;lt;/b&amp;gt; inside a bracket&lt;br /&gt;
# If the website alters and the parse fails, manually create the list and&lt;br /&gt;
# supply as a script arg (or perhaps update the parsing to work again :)&lt;br /&gt;
    while IFS= read -r servers; do&lt;br /&gt;
        serverList+=( &amp;quot;$servers&amp;quot; )&lt;br /&gt;
    done &amp;lt; &amp;lt;(curl -sm 10 https://wiki.voip.ms/article/Choosing_Server | \&lt;br /&gt;
             grep -E '(&amp;lt;b&amp;gt;[[:alpha:]]+?[[:alnum:]]\.voip\.ms&amp;lt;/b&amp;gt;)'    | \&lt;br /&gt;
             tr &amp;quot;&amp;lt;&amp;gt;&amp;quot; &amp;quot; &amp;quot; | awk '{print $(NF-3)}' | sort                 )&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# Newer voip.ms clients can't register onto these over-subscribed servers&lt;br /&gt;
# Don't test the restricted list unless explicitly asked (with the -r cmd line option)&lt;br /&gt;
if [[ $RESTRICTED -eq 0 ]]&lt;br /&gt;
then&lt;br /&gt;
    for server in &amp;quot;${restrictedList[@]}&amp;quot;&lt;br /&gt;
    do&lt;br /&gt;
        ix=$(printf &amp;quot;%s\n&amp;quot; &amp;quot;${serverList[@]}&amp;quot; | grep -n &amp;quot;^${server}&amp;quot; | cut -d &amp;quot;:&amp;quot; -f1)&lt;br /&gt;
        while IFS= read -ra idx; do&lt;br /&gt;
            keys+=( &amp;quot;${idx[@]}&amp;quot; )&lt;br /&gt;
        done &amp;lt; &amp;lt;([[ $ix -gt 0 ]] &amp;amp;&amp;amp; echo $((ix-1)))&lt;br /&gt;
    done&lt;br /&gt;
    for ((i=${#keys[@]} - 1; i &amp;gt;= 0; i--)); do unset &amp;quot;serverList[keys[i]]&amp;quot;; done&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
if [[ ${#serverList[@]} -eq 0 ]]&lt;br /&gt;
then&lt;br /&gt;
    echo &amp;quot;No unrestricted Voip.ms servers could be found, please supply a server list&amp;quot;&lt;br /&gt;
    exit 1&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
runTime=$((COUNT * INTERVAL * ${#serverList[@]}))&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;PING will send $COUNT packet(s) with a wait of $INTERVAL sec(s) between each packet&amp;quot;&lt;br /&gt;
echo &amp;quot;Change the PING options by invoking this script with -c and/or -i, default \&amp;quot;-c 3 -i 5\&amp;quot;&amp;quot;&lt;br /&gt;
echo &amp;quot;Over $((${#serverList[@]})) server(s) the estimated script Run Time will be $runTime seconds&amp;quot;&lt;br /&gt;
echo &amp;quot;================================================================&amp;quot;&lt;br /&gt;
printf &amp;quot;%-20s %-18s %7s %8s %6s   %s\n&amp;quot; &amp;quot;VoIP Server&amp;quot; &amp;quot;IP Address&amp;quot; &amp;quot;Latency&amp;quot; &amp;quot;Jitter&amp;quot; &amp;quot;Loss&amp;quot; &amp;quot;Countdown&amp;quot;&lt;br /&gt;
echo &amp;quot;================================================================  (seconds)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for myLn in &amp;quot;${serverList[@]}&amp;quot;&lt;br /&gt;
do&lt;br /&gt;
     while IFS=$'\n' read -r pings; do&lt;br /&gt;
         pingList+=( &amp;quot;$pings&amp;quot; )&lt;br /&gt;
         printf &amp;quot;%-64s %5d   %2d/%-2d\n&amp;quot; &amp;quot;$pings&amp;quot; \&lt;br /&gt;
                &amp;quot;$((runTime - COUNT * INTERVAL * ${#pingList[@]}))&amp;quot; \&lt;br /&gt;
                &amp;quot;${#pingList[@]}&amp;quot; &amp;quot;${#serverList[@]}&amp;quot;&lt;br /&gt;
     done &amp;lt; &amp;lt;( ping -c &amp;quot;$COUNT&amp;quot; -i &amp;quot;$INTERVAL&amp;quot; -q &amp;quot;$myLn&amp;quot; | awk \&lt;br /&gt;
     '&lt;br /&gt;
        /^PING / {myH=$2}&lt;br /&gt;
        /^PING / {&lt;br /&gt;
            IP = substr($3,2,15)&lt;br /&gt;
            split(IP,myIP,&amp;quot;)&amp;quot;) }&lt;br /&gt;
        /packet loss/ {myPL=$7}&lt;br /&gt;
        /min\/avg\/max/ {&lt;br /&gt;
            split($4,myS,&amp;quot;/&amp;quot;)&lt;br /&gt;
            printf(&amp;quot;%-20s %-18s %7.3f %8.3f %6s\n&amp;quot;,&lt;br /&gt;
                    myH, myIP[1], myS[2], myS[4], myPL ) }&lt;br /&gt;
     ' )&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;================================================================&amp;quot;&lt;br /&gt;
echo -e &amp;quot;\nMost appropriate server listed in order of best latency\n&amp;quot;&lt;br /&gt;
echo &amp;quot;================================================================&amp;quot;&lt;br /&gt;
printf &amp;quot;%-20s %-18s %7s %8s %6s\n&amp;quot; &amp;quot;VoIP Server&amp;quot; &amp;quot;IP Address&amp;quot; &amp;quot;Latency&amp;quot; &amp;quot;Jitter&amp;quot; &amp;quot;Loss&amp;quot;&lt;br /&gt;
echo &amp;quot;================================================================&amp;quot;&lt;br /&gt;
printf &amp;quot;%s\n&amp;quot; &amp;quot;${pingList[@]}&amp;quot; | LC_ALL=C sort -n -k 3,3 -k 5,5 -k 4,4 | \&lt;br /&gt;
        awk '{printf(&amp;quot;%s    \(%2d\)\n&amp;quot;,$0, NR)}'&lt;br /&gt;
echo &amp;quot;================================================================&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Perl Script ===&lt;br /&gt;
Pings list of voip.ms servers round robin with optional output csv file.&lt;br /&gt;
&lt;br /&gt;
    # usage ping_voip.ms.pl &amp;lt;number of times&amp;gt; &amp;lt;seconds in between&amp;gt; &amp;lt;output.csv&amp;gt;&lt;br /&gt;
    use Net::Ping;&lt;br /&gt;
    use Time::HiRes;&lt;br /&gt;
    use strict;&lt;br /&gt;
    &lt;br /&gt;
    # input list &lt;br /&gt;
    my @hosts = qw(&lt;br /&gt;
        atlanta.voip.ms&lt;br /&gt;
        atlanta2.voip.ms&lt;br /&gt;
        chicago.voip.ms&lt;br /&gt;
        chicago2.voip.ms&lt;br /&gt;
        chicago3.voip.ms&lt;br /&gt;
        chicago4.voip.ms&lt;br /&gt;
        dallas.voip.ms&lt;br /&gt;
        denver.voip.ms&lt;br /&gt;
        denver2.voip.ms&lt;br /&gt;
        houston.voip.ms&lt;br /&gt;
        losangeles.voip.ms&lt;br /&gt;
        losangeles2.voip.ms&lt;br /&gt;
        newyork.voip.ms&lt;br /&gt;
        newyork2.voip.ms&lt;br /&gt;
        newyork3.voip.ms&lt;br /&gt;
        newyork4.voip.ms&lt;br /&gt;
        seattle.voip.ms&lt;br /&gt;
        seattle2.voip.ms&lt;br /&gt;
        seattle3.voip.ms&lt;br /&gt;
        tampa.voip.ms&lt;br /&gt;
        washington.voip.ms&lt;br /&gt;
        washington2.voip.ms&lt;br /&gt;
        montreal.voip.ms&lt;br /&gt;
        montreal2.voip.ms&lt;br /&gt;
        montreal3.voip.ms&lt;br /&gt;
        montreal4.voip.ms&lt;br /&gt;
        toronto2.voip.ms&lt;br /&gt;
        toronto3.voip.ms&lt;br /&gt;
        toronto4.voip.ms&lt;br /&gt;
        toronto.voip.ms&lt;br /&gt;
        london.voip.ms&lt;br /&gt;
    );&lt;br /&gt;
    &lt;br /&gt;
    $| = 1; #autoflush&lt;br /&gt;
    # High precision syntax (requires Time::HiRes)&lt;br /&gt;
    my $p = Net::Ping-&amp;gt;new(&amp;quot;icmp&amp;quot;,1);&lt;br /&gt;
    $p-&amp;gt;hires();&lt;br /&gt;
    my $max_name_length = (reverse sort { $a &amp;lt;=&amp;gt; $b } map { length($_) } @hosts)[0];&lt;br /&gt;
    my $count = 4; # number of times to ping&lt;br /&gt;
    my $interval = 5; # seconds between ping rounds&lt;br /&gt;
    my $output_file = &amp;quot;&amp;quot;;&lt;br /&gt;
    my @data;&lt;br /&gt;
    &lt;br /&gt;
    # check for arguments&lt;br /&gt;
    my $num_args = @ARGV;&lt;br /&gt;
    if ($num_args &amp;gt;= 1) {$count = $ARGV[0];}&lt;br /&gt;
    if ($num_args &amp;gt;= 2) {$interval = $ARGV[1];}&lt;br /&gt;
    if ($num_args &amp;gt;= 3) {$output_file = $ARGV[2];}&lt;br /&gt;
    &lt;br /&gt;
    # check argument validity&lt;br /&gt;
    $0 =~ /^.*\\(.*)$/;&lt;br /&gt;
    my $script = $1;&lt;br /&gt;
    if ($count !~ /^\d+$/ or $interval !~ /^\d+$/) {die &amp;quot;Usage: $script &amp;lt;number of rounds&amp;gt; &amp;lt;seconds between rounds&amp;gt; &amp;lt;output.csv&amp;gt;\n&amp;quot;;}&lt;br /&gt;
    if (length($output_file) &amp;gt; 0 and $output_file !~ /\.csv$/) {$output_file .= &amp;quot;.csv&amp;quot;;}&lt;br /&gt;
    &lt;br /&gt;
    # main loop&lt;br /&gt;
    for my $i (1..$count)&lt;br /&gt;
    {&lt;br /&gt;
        sleep $interval unless $i == 1;&lt;br /&gt;
        print &amp;quot;Round $i\n&amp;quot;;&lt;br /&gt;
        my $host_num=0;&lt;br /&gt;
        foreach my $host (@hosts)&lt;br /&gt;
        {&lt;br /&gt;
            (my $ret, my $duration, my $ip) = $p-&amp;gt;ping($host);&lt;br /&gt;
            $ip =~ /(\d+)\.(\d+)\.(\d+)\.(\d+)/; &lt;br /&gt;
            if ($ret)&lt;br /&gt;
            {&lt;br /&gt;
                printf(&amp;quot;%*s [ip: %3s.%3s.%3s.%3s] is alive (%6.2f ms)\n&amp;quot;, $max_name_length, $host, $1, $2, $3, $4, $duration*1000);&lt;br /&gt;
                $data[$host_num][$i]=$duration*1000;&lt;br /&gt;
            }&lt;br /&gt;
            else&lt;br /&gt;
            {&lt;br /&gt;
                printf(&amp;quot;%*s [ip: %3s.%3s.%3s.%3s] is dead\n&amp;quot;, $max_name_length, $host, $1, $2, $3, $4);&lt;br /&gt;
            }&lt;br /&gt;
            $host_num++;&lt;br /&gt;
        }&lt;br /&gt;
        print &amp;quot;\n&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
    $p-&amp;gt;close();&lt;br /&gt;
    &lt;br /&gt;
    # if output file name given&lt;br /&gt;
    if (length($output_file)&amp;gt;0)&lt;br /&gt;
    {&lt;br /&gt;
        # print output to file&lt;br /&gt;
        open FILE, &amp;quot;&amp;gt;$output_file&amp;quot; or die &amp;quot;$!\n&amp;quot;;&lt;br /&gt;
        &lt;br /&gt;
        # print column headers&lt;br /&gt;
        print FILE &amp;quot;Server\\Round&amp;quot;;&lt;br /&gt;
        for my $i (1..$count)&lt;br /&gt;
        {&lt;br /&gt;
            print FILE &amp;quot;, $i&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
        print FILE &amp;quot;, Average\n&amp;quot;;&lt;br /&gt;
        &lt;br /&gt;
        # print data&lt;br /&gt;
        my $i = 0;&lt;br /&gt;
        foreach my $host (@hosts)&lt;br /&gt;
        {&lt;br /&gt;
            print FILE &amp;quot;$host&amp;quot;;&lt;br /&gt;
            my $sum = 0;&lt;br /&gt;
            for my $j (1..$count)&lt;br /&gt;
            {&lt;br /&gt;
                $sum += $data[$i][$j];&lt;br /&gt;
                printf FILE &amp;quot;, %8.4f&amp;quot;,$data[$i][$j];&lt;br /&gt;
            }&lt;br /&gt;
            printf FILE &amp;quot;, %8.4f\n&amp;quot;,$sum/$count;&lt;br /&gt;
            $i++;&lt;br /&gt;
        }&lt;br /&gt;
        &lt;br /&gt;
        close FILE;&lt;br /&gt;
        print &amp;quot;Data written to $output_file\n&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    # print summary to screen&lt;br /&gt;
    my $i = 0;&lt;br /&gt;
    printf(&amp;quot;%-*s Average (ms)\n&amp;quot;, $max_name_length, &amp;quot;Server&amp;quot;);&lt;br /&gt;
    foreach my $host (@hosts)&lt;br /&gt;
    {&lt;br /&gt;
        my $sum = 0;&lt;br /&gt;
        for my $j (1..$count)&lt;br /&gt;
        {&lt;br /&gt;
            $sum += $data[$i][$j];&lt;br /&gt;
        }&lt;br /&gt;
        printf(&amp;quot;%-*s %8.4f\n&amp;quot;, $max_name_length+1, $host, $sum/$count);&lt;br /&gt;
        $i++;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
    Round 1&lt;br /&gt;
        atlanta.voip.ms [ip: 174. 34.146.162] is alive ( 88.97 ms)&lt;br /&gt;
       atlanta2.voip.ms [ip:  72.  9.246.170] is alive ( 92.99 ms)&lt;br /&gt;
        chicago.voip.ms [ip: 208.100. 39. 52] is alive ( 49.70 ms)&lt;br /&gt;
       chicago2.voip.ms [ip: 208.100. 39. 53] is alive ( 59.76 ms)&lt;br /&gt;
       chicago3.voip.ms [ip: 208.100. 39. 54] is alive ( 59.53 ms)&lt;br /&gt;
       chicago4.voip.ms [ip: 208.100. 39. 55] is alive ( 49.73 ms)&lt;br /&gt;
         dallas.voip.ms [ip:  74. 54. 54.178] is alive ( 94.99 ms)&lt;br /&gt;
         denver.voip.ms [ip: 173.248.161. 90] is alive ( 94.05 ms)&lt;br /&gt;
        denver2.voip.ms [ip: 173.248.159.210] is alive ( 85.13 ms)&lt;br /&gt;
        houston.voip.ms [ip: 209. 62.  1.  2] is alive (102.87 ms)&lt;br /&gt;
     losangeles.voip.ms [ip:  96. 44.149.186] is alive ( 64.92 ms)&lt;br /&gt;
    losangeles2.voip.ms [ip:  96. 44.149.202] is alive ( 63.41 ms)&lt;br /&gt;
        newyork.voip.ms [ip:  74. 63. 41.218] is alive (131.75 ms)&lt;br /&gt;
       newyork2.voip.ms [ip: 107.  6. 67.236] is alive (120.64 ms)&lt;br /&gt;
       newyork3.voip.ms [ip: 107.  6. 67.237] is alive (120.49 ms)&lt;br /&gt;
       newyork4.voip.ms [ip: 107.  6. 67.238] is alive (111.43 ms)&lt;br /&gt;
        seattle.voip.ms [ip:  50. 23.160. 50] is alive ( 94.25 ms)&lt;br /&gt;
       seattle2.voip.ms [ip:  50. 23.160. 51] is alive ( 95.86 ms)&lt;br /&gt;
       seattle3.voip.ms [ip:  50. 23.160. 52] is alive ( 90.85 ms)&lt;br /&gt;
          tampa.voip.ms [ip:  68.233.226. 97] is alive (123.29 ms)&lt;br /&gt;
     washington.voip.ms [ip: 208. 43.234.226] is alive ( 98.71 ms)&lt;br /&gt;
    washington2.voip.ms [ip: 208. 43.234.227] is alive (101.19 ms)&lt;br /&gt;
       montreal.voip.ms [ip:  67.205. 74.184] is alive ( 81.82 ms)&lt;br /&gt;
      montreal2.voip.ms [ip:  67.205. 74.187] is alive ( 86.13 ms)&lt;br /&gt;
      montreal3.voip.ms [ip:  72. 55.168. 18] is alive ( 77.09 ms)&lt;br /&gt;
      montreal4.voip.ms [ip:  67.205. 74.179] is alive ( 96.18 ms)&lt;br /&gt;
       toronto2.voip.ms [ip: 184. 75.215.114] is alive (103.70 ms)&lt;br /&gt;
       toronto3.voip.ms [ip: 184. 75.215.146] is alive (131.27 ms)&lt;br /&gt;
       toronto4.voip.ms [ip: 184. 75.213.210] is alive (125.13 ms)&lt;br /&gt;
        toronto.voip.ms [ip: 184. 75.215.106] is alive (103.26 ms)&lt;br /&gt;
         london.voip.ms [ip:   5. 77. 36.136] is alive (152.77 ms)&lt;br /&gt;
    &lt;br /&gt;
    Round 2&lt;br /&gt;
        atlanta.voip.ms [ip: 174. 34.146.162] is alive ( 88.14 ms)&lt;br /&gt;
       atlanta2.voip.ms [ip:  72.  9.246.170] is alive ( 92.86 ms)&lt;br /&gt;
        chicago.voip.ms [ip: 208.100. 39. 52] is alive ( 50.03 ms)&lt;br /&gt;
       chicago2.voip.ms [ip: 208.100. 39. 53] is alive ( 59.44 ms)&lt;br /&gt;
       chicago3.voip.ms [ip: 208.100. 39. 54] is alive ( 59.33 ms)&lt;br /&gt;
       chicago4.voip.ms [ip: 208.100. 39. 55] is alive ( 50.22 ms)&lt;br /&gt;
         dallas.voip.ms [ip:  74. 54. 54.178] is alive ( 95.58 ms)&lt;br /&gt;
         denver.voip.ms [ip: 173.248.161. 90] is alive ( 95.94 ms)&lt;br /&gt;
        denver2.voip.ms [ip: 173.248.159.210] is alive ( 85.29 ms)&lt;br /&gt;
        houston.voip.ms [ip: 209. 62.  1.  2] is alive (102.73 ms)&lt;br /&gt;
     losangeles.voip.ms [ip:  96. 44.149.186] is alive ( 65.59 ms)&lt;br /&gt;
    losangeles2.voip.ms [ip:  96. 44.149.202] is alive ( 64.27 ms)&lt;br /&gt;
        newyork.voip.ms [ip:  74. 63. 41.218] is alive (112.74 ms)&lt;br /&gt;
       newyork2.voip.ms [ip: 107.  6. 67.236] is alive (121.22 ms)&lt;br /&gt;
       newyork3.voip.ms [ip: 107.  6. 67.237] is alive (121.34 ms)&lt;br /&gt;
       newyork4.voip.ms [ip: 107.  6. 67.238] is alive (110.75 ms)&lt;br /&gt;
        seattle.voip.ms [ip:  50. 23.160. 50] is alive ( 94.06 ms)&lt;br /&gt;
       seattle2.voip.ms [ip:  50. 23.160. 51] is alive ( 95.33 ms)&lt;br /&gt;
       seattle3.voip.ms [ip:  50. 23.160. 52] is alive ( 91.58 ms)&lt;br /&gt;
          tampa.voip.ms [ip:  68.233.226. 97] is alive (122.94 ms)&lt;br /&gt;
     washington.voip.ms [ip: 169.62.41.189] is alive ( 98.28 ms)&lt;br /&gt;
    washington2.voip.ms [ip: 169.62.41.187] is alive (101.40 ms)&lt;br /&gt;
       montreal.voip.ms [ip:  67.205. 74.184] is alive ( 81.91 ms)&lt;br /&gt;
      montreal2.voip.ms [ip:  67.205. 74.187] is alive ( 85.64 ms)&lt;br /&gt;
      montreal3.voip.ms [ip:  72. 55.168. 18] is alive ( 75.15 ms)&lt;br /&gt;
      montreal4.voip.ms [ip:  67.205. 74.179] is alive ( 96.79 ms)&lt;br /&gt;
       toronto2.voip.ms [ip: 184. 75.215.114] is alive (103.10 ms)&lt;br /&gt;
       toronto3.voip.ms [ip: 184. 75.215.146] is alive (150.85 ms)&lt;br /&gt;
       toronto4.voip.ms [ip: 184. 75.213.210] is alive (138.40 ms)&lt;br /&gt;
        toronto.voip.ms [ip: 184. 75.215.106] is alive (103.45 ms)&lt;br /&gt;
         london.voip.ms [ip:   5. 77. 36.136] is alive (170.79 ms)&lt;br /&gt;
    &lt;br /&gt;
    Round 3&lt;br /&gt;
        atlanta.voip.ms [ip: 174. 34.146.162] is alive ( 88.76 ms)&lt;br /&gt;
       atlanta2.voip.ms [ip:  72.  9.246.170] is alive ( 92.86 ms)&lt;br /&gt;
        chicago.voip.ms [ip: 208.100. 39. 52] is alive ( 49.65 ms)&lt;br /&gt;
       chicago2.voip.ms [ip: 208.100. 39. 53] is alive ( 60.01 ms)&lt;br /&gt;
       chicago3.voip.ms [ip: 208.100. 39. 54] is alive ( 59.05 ms)&lt;br /&gt;
       chicago4.voip.ms [ip: 208.100. 39. 55] is alive ( 49.53 ms)&lt;br /&gt;
         dallas.voip.ms [ip:  74. 54. 54.178] is alive ( 95.82 ms)&lt;br /&gt;
         denver.voip.ms [ip: 173.248.161. 90] is alive ( 95.02 ms)&lt;br /&gt;
        denver2.voip.ms [ip: 173.248.159.210] is alive ( 85.60 ms)&lt;br /&gt;
        houston.voip.ms [ip: 209. 62.  1.  2] is alive (103.35 ms)&lt;br /&gt;
     losangeles.voip.ms [ip:  96. 44.149.186] is alive ( 65.79 ms)&lt;br /&gt;
    losangeles2.voip.ms [ip:  96. 44.149.202] is alive ( 64.05 ms)&lt;br /&gt;
        newyork.voip.ms [ip:  74. 63. 41.218] is alive (113.01 ms)&lt;br /&gt;
       newyork2.voip.ms [ip: 107.  6. 67.236] is alive (121.41 ms)&lt;br /&gt;
       newyork3.voip.ms [ip: 107.  6. 67.237] is alive (122.23 ms)&lt;br /&gt;
       newyork4.voip.ms [ip: 107.  6. 67.238] is alive (110.62 ms)&lt;br /&gt;
        seattle.voip.ms [ip:  50. 23.160. 50] is alive ( 93.65 ms)&lt;br /&gt;
       seattle2.voip.ms [ip:  50. 23.160. 51] is alive ( 95.19 ms)&lt;br /&gt;
       seattle3.voip.ms [ip:  50. 23.160. 52] is alive ( 90.75 ms)&lt;br /&gt;
          tampa.voip.ms [ip:  68.233.226. 97] is alive (125.12 ms)&lt;br /&gt;
     washington.voip.ms [ip: 208. 43.234.226] is alive ( 98.19 ms)&lt;br /&gt;
    washington2.voip.ms [ip: 208. 43.234.227] is alive (101.98 ms)&lt;br /&gt;
       montreal.voip.ms [ip:  67.205. 74.184] is alive ( 80.16 ms)&lt;br /&gt;
      montreal2.voip.ms [ip:  67.205. 74.187] is alive ( 87.16 ms)&lt;br /&gt;
      montreal3.voip.ms [ip:  72. 55.168. 18] is alive ( 76.54 ms)&lt;br /&gt;
      montreal4.voip.ms [ip:  67.205. 74.179] is alive ( 97.51 ms)&lt;br /&gt;
       toronto2.voip.ms [ip: 184. 75.215.114] is alive (104.18 ms)&lt;br /&gt;
       toronto3.voip.ms [ip: 184. 75.215.146] is alive (142.81 ms)&lt;br /&gt;
       toronto4.voip.ms [ip: 184. 75.213.210] is alive (138.95 ms)&lt;br /&gt;
        toronto.voip.ms [ip: 184. 75.215.106] is alive (103.78 ms)&lt;br /&gt;
         london.voip.ms [ip:   5. 77. 36.136] is alive (153.14 ms)&lt;br /&gt;
    &lt;br /&gt;
    Round 4&lt;br /&gt;
        atlanta.voip.ms [ip: 174. 34.146.162] is alive ( 89.19 ms)&lt;br /&gt;
       atlanta2.voip.ms [ip:  72.  9.246.170] is alive ( 92.98 ms)&lt;br /&gt;
        chicago.voip.ms [ip: 208.100. 39. 52] is alive ( 49.21 ms)&lt;br /&gt;
       chicago2.voip.ms [ip: 208.100. 39. 53] is alive ( 60.50 ms)&lt;br /&gt;
       chicago3.voip.ms [ip: 208.100. 39. 54] is alive ( 59.68 ms)&lt;br /&gt;
       chicago4.voip.ms [ip: 208.100. 39. 55] is alive ( 50.18 ms)&lt;br /&gt;
         dallas.voip.ms [ip:  74. 54. 54.178] is alive ( 93.93 ms)&lt;br /&gt;
         denver.voip.ms [ip: 173.248.161. 90] is alive ( 94.22 ms)&lt;br /&gt;
        denver2.voip.ms [ip: 173.248.159.210] is alive ( 85.10 ms)&lt;br /&gt;
        houston.voip.ms [ip: 209. 62.  1.  2] is alive (103.67 ms)&lt;br /&gt;
     losangeles.voip.ms [ip:  96. 44.149.186] is alive ( 65.58 ms)&lt;br /&gt;
    losangeles2.voip.ms [ip:  96. 44.149.202] is alive ( 63.60 ms)&lt;br /&gt;
        newyork.voip.ms [ip:  74. 63. 41.218] is alive (114.76 ms)&lt;br /&gt;
       newyork2.voip.ms [ip: 107.  6. 67.236] is alive (120.44 ms)&lt;br /&gt;
       newyork3.voip.ms [ip: 107.  6. 67.237] is alive (121.05 ms)&lt;br /&gt;
       newyork4.voip.ms [ip: 107.  6. 67.238] is alive (110.51 ms)&lt;br /&gt;
        seattle.voip.ms [ip:  50. 23.160. 50] is alive ( 94.04 ms)&lt;br /&gt;
       seattle2.voip.ms [ip:  50. 23.160. 51] is alive ( 96.92 ms)&lt;br /&gt;
       seattle3.voip.ms [ip:  50. 23.160. 52] is alive ( 91.23 ms)&lt;br /&gt;
          tampa.voip.ms [ip:  68.233.226. 97] is alive (123.28 ms)&lt;br /&gt;
     washington.voip.ms [ip: 208. 43.234.226] is alive ( 98.45 ms)&lt;br /&gt;
    washington2.voip.ms [ip: 208. 43.234.227] is alive (100.94 ms)&lt;br /&gt;
       montreal.voip.ms [ip:  67.205. 74.184] is alive ( 82.33 ms)&lt;br /&gt;
      montreal2.voip.ms [ip:  67.205. 74.187] is alive ( 85.02 ms)&lt;br /&gt;
      montreal3.voip.ms [ip:  72. 55.168. 18] is alive ( 76.85 ms)&lt;br /&gt;
      montreal4.voip.ms [ip:  67.205. 74.179] is alive ( 96.32 ms)&lt;br /&gt;
       toronto2.voip.ms [ip: 184. 75.215.114] is alive (104.22 ms)&lt;br /&gt;
       toronto3.voip.ms [ip: 184. 75.215.146] is alive (148.33 ms)&lt;br /&gt;
       toronto4.voip.ms [ip: 184. 75.213.210] is alive (141.61 ms)&lt;br /&gt;
        toronto.voip.ms [ip: 184. 75.215.106] is alive (105.91 ms)&lt;br /&gt;
         london.voip.ms [ip:   5. 77. 36.136] is alive (152.85 ms)&lt;br /&gt;
    &lt;br /&gt;
    Server              Average (ms)&lt;br /&gt;
    atlanta.voip.ms       88.7630&lt;br /&gt;
    atlanta2.voip.ms      92.9233&lt;br /&gt;
    chicago.voip.ms       49.6477&lt;br /&gt;
    chicago2.voip.ms      59.9305&lt;br /&gt;
    chicago3.voip.ms      59.3972&lt;br /&gt;
    chicago4.voip.ms      49.9152&lt;br /&gt;
    dallas.voip.ms        95.0790&lt;br /&gt;
    denver.voip.ms        94.8077&lt;br /&gt;
    denver2.voip.ms       85.2797&lt;br /&gt;
    houston.voip.ms      103.1562&lt;br /&gt;
    losangeles.voip.ms    65.4693&lt;br /&gt;
    losangeles2.voip.ms   63.8347&lt;br /&gt;
    newyork.voip.ms      118.0643&lt;br /&gt;
    newyork2.voip.ms     120.9265&lt;br /&gt;
    newyork3.voip.ms     121.2778&lt;br /&gt;
    newyork4.voip.ms     110.8275&lt;br /&gt;
    seattle.voip.ms       93.9993&lt;br /&gt;
    seattle2.voip.ms      95.8267&lt;br /&gt;
    seattle3.voip.ms      91.1035&lt;br /&gt;
    tampa.voip.ms        123.6570&lt;br /&gt;
    washington.voip.ms    98.4065&lt;br /&gt;
    washington2.voip.ms  101.3774&lt;br /&gt;
    montreal.voip.ms      81.5525&lt;br /&gt;
    montreal2.voip.ms     85.9863&lt;br /&gt;
    montreal3.voip.ms     76.4058&lt;br /&gt;
    montreal4.voip.ms     96.7013&lt;br /&gt;
    toronto2.voip.ms     103.7986&lt;br /&gt;
    toronto3.voip.ms     143.3156&lt;br /&gt;
    toronto4.voip.ms     136.0254&lt;br /&gt;
    toronto.voip.ms      104.1012&lt;br /&gt;
    london.voip.ms       157.3885&lt;br /&gt;
&lt;br /&gt;
=== Powershell ===&lt;br /&gt;
&lt;br /&gt;
 Dec 2017 - A bug in the code shown washington2.voip.ms as the best server, this was corrected.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Usage: Copy and paste the following code into a powershell window&lt;br /&gt;
# To run it from a command prompt, save this file with extension ps1. &lt;br /&gt;
# Then run Powershell.exe -file &amp;quot;pathtothisscript.ps1&amp;quot;&lt;br /&gt;
Clear-Variable best* -Scope Global #Clear the best* variables in case you run it more than once...&lt;br /&gt;
#Get the list of servers into an array&lt;br /&gt;
$Servers =      &lt;br /&gt;
@(&amp;quot;amsterdam.voip.ms&amp;quot;,&amp;quot;atlanta.voip.ms&amp;quot;,&amp;quot;atlanta2.voip.ms&amp;quot;,&amp;quot;chicago.voip.ms&amp;quot;,&amp;quot;chicago2.voip.ms&amp;quot;,&amp;quot;chicago3.voip.ms&amp;quot;,&lt;br /&gt;
&amp;quot;chicago4.voip.ms&amp;quot;,&amp;quot;dallas.voip.ms&amp;quot;,&amp;quot;dallas2.voip.ms&amp;quot;,&amp;quot;denver.voip.ms&amp;quot;,&amp;quot;denver2.voip.ms&amp;quot;,&amp;quot;houston.voip.ms&amp;quot;,&lt;br /&gt;
&amp;quot;houston2.voip.ms&amp;quot;,&amp;quot;london.voip.ms&amp;quot;,&amp;quot;losangeles.voip.ms&amp;quot;,&amp;quot;losangeles2.voip.ms&amp;quot;,&amp;quot;montreal.voip.ms&amp;quot;,&lt;br /&gt;
&amp;quot;montreal2.voip.ms&amp;quot;,&amp;quot;montreal3.voip.ms&amp;quot;,&amp;quot;montreal4.voip.ms&amp;quot;,&amp;quot;montreal5.voip.ms&amp;quot;,&amp;quot;montreal6.voip.ms&amp;quot;,&amp;quot;montreal7.voip.ms&amp;quot;,&lt;br /&gt;
&amp;quot;montreal8.voip.ms&amp;quot;,&amp;quot;newyork.voip.ms&amp;quot;,&amp;quot;newyork2.voip.ms&amp;quot;,&amp;quot;newyork3.voip.ms&amp;quot;,&amp;quot;newyork4.voip.ms&amp;quot;,&amp;quot;newyork5.voip.ms&amp;quot;,&lt;br /&gt;
&amp;quot;newyork6.voip.ms&amp;quot;,&amp;quot;newyork7.voip.ms&amp;quot;,&amp;quot;newyork8.voip.ms&amp;quot;,&amp;quot;paris.voip.ms&amp;quot;,&amp;quot;sanjose.voip.ms&amp;quot;,&amp;quot;sanjose2.voip.ms&amp;quot;,&lt;br /&gt;
&amp;quot;seattle.voip.ms&amp;quot;,&amp;quot;seattle2.voip.ms&amp;quot;,&amp;quot;seattle3.voip.ms&amp;quot;,&amp;quot;tampa.voip.ms&amp;quot;,&amp;quot;tampa2.voip.ms&amp;quot;,&amp;quot;toronto.voip.ms&amp;quot;,&lt;br /&gt;
&amp;quot;toronto2.voip.ms&amp;quot;,&amp;quot;toronto3.voip.ms&amp;quot;,&amp;quot;toronto4.voip.ms&amp;quot;,&amp;quot;toronto5.voip.ms&amp;quot;,&amp;quot;toronto6.voip.ms&amp;quot;,&amp;quot;toronto7.voip.ms&amp;quot;,&lt;br /&gt;
&amp;quot;toronto8.voip.ms&amp;quot;,&amp;quot;vancouver.voip.ms&amp;quot;,&amp;quot;vancouver2.voip.ms&amp;quot;,&amp;quot;washington.voip.ms&amp;quot;,&amp;quot;washington2.voip.ms&amp;quot;)&lt;br /&gt;
$k = 0 #Counting variable so we know what server number we are testing&lt;br /&gt;
#num of servers to test&lt;br /&gt;
$servercount = $servers.length &lt;br /&gt;
#Do the following code for each server in our array&lt;br /&gt;
ForEach($server in $servers)&lt;br /&gt;
{  &lt;br /&gt;
  #Add one to the counting variable....we are on server #1...then server 2, then server 3 etc...&lt;br /&gt;
  $k++&lt;br /&gt;
  #Update the progress bar                    &lt;br /&gt;
  Write-Progress -Activity &amp;quot;Testing Server: ${server}&amp;quot; -status &amp;quot;Testing Server $k out of $servercount&amp;quot; -percentComplete ($k / $servercount*100) &lt;br /&gt;
  #Counting variable for number of times we tried to ping a given server&lt;br /&gt;
  $i = 0&lt;br /&gt;
  Do{&lt;br /&gt;
     #assume a failure&lt;br /&gt;
     $pingsuccess = $false &lt;br /&gt;
     $i++ #Add one to the counting variable.....1st try....2nd try....3rd try etc...&lt;br /&gt;
     Try{&lt;br /&gt;
         #Try to ping&lt;br /&gt;
         $currentping = (test-connection $server -count 1 -ErrorAction Stop).responsetime &lt;br /&gt;
         #If success full, set success variable&lt;br /&gt;
         $pingsuccess = $true&lt;br /&gt;
     }&lt;br /&gt;
     #Catch the failure and set the success variable to false&lt;br /&gt;
     Catch {&lt;br /&gt;
      $pingsuccess = $false &lt;br /&gt;
      }     &lt;br /&gt;
  }&lt;br /&gt;
  #Try everything between Do and While up to 5 times, or while $pingsuccess is not true&lt;br /&gt;
  While($pingsuccess -eq $false -and $i -le 5) &lt;br /&gt;
  #Compare the last ping test with the best known ping test....if there is no known best ping test, assume this one is the best $bestping = $currentping &lt;br /&gt;
  If($pingsuccess -and ($currentping -lt $bestping -or (!($bestping)))){ &lt;br /&gt;
  #If this is the best ping...save it&lt;br /&gt;
        $bestserver = $server    #Save the best server&lt;br /&gt;
        $bestping = $currentping #Save the best ping results&lt;br /&gt;
  }&lt;br /&gt;
  write-host &amp;quot;tested: $server at $currentping ms after $i attempts&amp;quot; #write the results of the test for this server&lt;br /&gt;
}&lt;br /&gt;
write-host &amp;quot;`r`n The server with the best ping is: $bestserver at $bestping ms`r`n&amp;quot; #write the end result&lt;br /&gt;
Pause&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Linux Shell Script ===&lt;br /&gt;
Pings several voip.ms servers&lt;br /&gt;
&lt;br /&gt;
   #!/bin/sh&lt;br /&gt;
   # Ping several servers and display Latency, Jitter and Packet Loss &lt;br /&gt;
   #&lt;br /&gt;
   # First, create a text file with all servers you want to ping - one host name per line. &lt;br /&gt;
   # The list of voip.ms servers is available at http://wiki.voip.ms/article/Choosing_Server&lt;br /&gt;
   myHF=&amp;quot;voip_ping_hosts.txt&amp;quot;&lt;br /&gt;
   # Sample file:&lt;br /&gt;
   #    toronto.voip.ms&lt;br /&gt;
   #    montreal.voip.ms&lt;br /&gt;
   #    seattle.voip.ms&lt;br /&gt;
   #    chicago.voip.ms&lt;br /&gt;
   #    newyork.voip.ms&lt;br /&gt;
   #&lt;br /&gt;
   echo &amp;quot;============================================&amp;quot;&lt;br /&gt;
   printf &amp;quot;%-20s %7s %8s %6s\n&amp;quot; &amp;quot;VoIP Server&amp;quot; &amp;quot;Latency&amp;quot; &amp;quot;Jitter&amp;quot; &amp;quot;Loss&amp;quot;&lt;br /&gt;
   echo &amp;quot;============================================&amp;quot;&lt;br /&gt;
   cat ${myHF} |\&lt;br /&gt;
   while read myLn&lt;br /&gt;
   do&lt;br /&gt;
      ping -c 3 -i 5 -q $myLn |\&lt;br /&gt;
      awk '/^PING / {myH=$2}&lt;br /&gt;
           /packet loss/ {myPL=$6}&lt;br /&gt;
           /min\/avg\/max/ {&lt;br /&gt;
              split($4,myS,&amp;quot;/&amp;quot;)&lt;br /&gt;
              printf( &amp;quot;%-20s    %3.1f    %1.3f   %4s\n&amp;quot;, myH, myS[2], myS[4], myPL)&lt;br /&gt;
          }'&lt;br /&gt;
   done&lt;br /&gt;
   echo &amp;quot;============================================&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
&lt;br /&gt;
   ============================================&lt;br /&gt;
   VoIP Server          Latency   Jitter   Loss&lt;br /&gt;
   ============================================&lt;br /&gt;
   toronto.voip.ms         68.3    0.439     0%&lt;br /&gt;
   montreal.voip.ms        89.6    0.197     0%&lt;br /&gt;
   seattle.voip.ms         71.2    0.387     0%&lt;br /&gt;
   chicago.voip.ms         71.6    0.084     0%&lt;br /&gt;
   newyork.voip.ms         79.1    0.411     0%&lt;br /&gt;
   ============================================&lt;br /&gt;
&lt;br /&gt;
=== Using PingInfoView (Freeware, Windows Only) ===&lt;br /&gt;
PingInfoView is a tool that allows you to ping multiple servers at once which can be quite useful given the extended list of servers provided by Voip.ms. The tool can be found [https://www.nirsoft.net/utils/multiple_ping_tool.html here] (no affiliation with the author or voip.ms; direct download link [https://www.nirsoft.net/utils/pinginfoview.zip here]) and requires no installation, you can execute it directly from the zip file.&lt;br /&gt;
&lt;br /&gt;
Server list (same as the list above, but simplified for easier copy/paste into the tool):&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block; vertical-align:top;&amp;quot;&amp;gt; &lt;br /&gt;
'''Canada'''&lt;br /&gt;
*montreal.voip.ms&lt;br /&gt;
*montreal2.voip.ms&lt;br /&gt;
*montreal3.voip.ms&lt;br /&gt;
*montreal4.voip.ms&lt;br /&gt;
*montreal5.voip.ms&lt;br /&gt;
*montreal6.voip.ms&lt;br /&gt;
*montreal7.voip.ms&lt;br /&gt;
*montreal8.voip.ms&lt;br /&gt;
*montreal9.voip.ms&lt;br /&gt;
*montreal10.voip.ms&lt;br /&gt;
*toronto.voip.ms&lt;br /&gt;
*toronto2.voip.ms&lt;br /&gt;
*toronto3.voip.ms&lt;br /&gt;
*toronto4.voip.ms&lt;br /&gt;
*toronto5.voip.ms&lt;br /&gt;
*toronto6.voip.ms&lt;br /&gt;
*toronto7.voip.ms&lt;br /&gt;
*toronto8.voip.ms&lt;br /&gt;
*toronto9.voip.ms&lt;br /&gt;
*toronto10.voip.ms&lt;br /&gt;
*vancouver.voip.ms&lt;br /&gt;
*vancouver2.voip.ms&lt;br /&gt;
*vancouver3.voip.ms&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block; vertical-align:top;&amp;quot;&amp;gt; &lt;br /&gt;
'''United States'''&lt;br /&gt;
*atlanta.voip.ms&lt;br /&gt;
*atlanta2.voip.ms&lt;br /&gt;
*chicago.voip.ms&lt;br /&gt;
*chicago2.voip.ms&lt;br /&gt;
*chicago3.voip.ms&lt;br /&gt;
*chicago4.voip.ms&lt;br /&gt;
*chicago5.voip.ms&lt;br /&gt;
*chicago6.voip.ms&lt;br /&gt;
*chicago7.voip.ms&lt;br /&gt;
*dallas.voip.ms&lt;br /&gt;
*dallas2.voip.ms&lt;br /&gt;
*denver.voip.ms&lt;br /&gt;
*denver2.voip.ms&lt;br /&gt;
*houston.voip.ms&lt;br /&gt;
*houston2.voip.ms&lt;br /&gt;
*losangeles.voip.ms&lt;br /&gt;
*losangeles2.voip.ms&lt;br /&gt;
*losangeles3.voip.ms&lt;br /&gt;
*losangeles4.voip.ms&lt;br /&gt;
*newyork.voip.ms&lt;br /&gt;
*newyork2.voip.ms&lt;br /&gt;
*newyork3.voip.ms&lt;br /&gt;
*newyork4.voip.ms&lt;br /&gt;
*newyork5.voip.ms&lt;br /&gt;
*newyork6.voip.ms&lt;br /&gt;
*newyork7.voip.ms&lt;br /&gt;
*newyork8.voip.ms&lt;br /&gt;
*sanjose.voip.ms&lt;br /&gt;
*sanjose2.voip.ms&lt;br /&gt;
*seattle.voip.ms&lt;br /&gt;
*seattle2.voip.ms&lt;br /&gt;
*seattle3.voip.ms&lt;br /&gt;
*tampa.voip.ms&lt;br /&gt;
*tampa2.voip.ms&lt;br /&gt;
*tampa3.voip.ms&lt;br /&gt;
*tampa4.voip.ms&lt;br /&gt;
*washington.voip.ms&lt;br /&gt;
*washington2.voip.ms&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block; vertical-align:top;&amp;quot;&amp;gt; &lt;br /&gt;
'''International'''&lt;br /&gt;
*amsterdam.voip.ms&lt;br /&gt;
*london.voip.ms&lt;br /&gt;
*sydney1.voip.ms&lt;br /&gt;
*paris.voip.ms&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
&lt;br /&gt;
[[File:PingInfoView_screenshot.png]]&lt;br /&gt;
&lt;br /&gt;
= Latency and its importance =&lt;br /&gt;
&lt;br /&gt;
Latency is very important for Voip, this will determine the time that will take for the data package transmission to reach the destination. A high latency will lead to a delay and echoes in the communication.&lt;br /&gt;
&lt;br /&gt;
Latency is measured in milliseconds (ms) For example: a latency of 150ms is barely noticeable, thus acceptable. Higher than that, quality starts to suffer. When it gets higher than 300 ms, it becomes unacceptable.&lt;br /&gt;
&lt;br /&gt;
[[category:guides]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Preguntas_frecuentes</id>
		<title>Preguntas frecuentes</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Preguntas_frecuentes"/>
				<updated>2021-01-24T20:19:11Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* ¿Es compatible con IPV6 con SIP yo IAX2? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Logo-VoIPms-light.png|250px|]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
! Article in English !! Article en Français&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.voip.ms/article/FAQ English] || [https://wiki.voip.ms/article/Questions_Les_Plus_Fr%C3%A9quentes Français] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;__TOC__&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrece una cuenta o un número de prueba? ==&lt;br /&gt;
Actualmente no tenemos una cuenta de prueba o un programa de números de prueba, sin embargo, abrir una cuenta es completamente gratis y proporcionamos códigos de marcación gratuitos para probar la calidad del servicio.&lt;br /&gt;
Consulte nuestros numerosos códigos de marcación aquí: [[Códigos de Marcación]]&lt;br /&gt;
&lt;br /&gt;
== ¿Como empiezo? ==&lt;br /&gt;
Puede abrir una cuenta de forma gratuita siguiendo este enlace: https://voip.ms/signup.php Una vez que su cuenta esté activa, podrá iniciar sesión y encontrar todas nuestras funciones y opciones. Le sugerimos que consulte también nuestra guía de [[Primeros Pasos]]&lt;br /&gt;
&lt;br /&gt;
== ¿Hay algún costo para abrir la cuenta? ==&lt;br /&gt;
Abrir una cuenta es completamente gratis. La cantidad mínima de fondos que puede agregar es de $ 15 USD, que se convertirá en el saldo de su cuenta para usar los servicios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Existe un contrato? ==&lt;br /&gt;
No hay contratos con nosotros, puedes abrir una cuenta gratis en cualquier momento que lo desee, durante el tiempo que quiera.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cuáles son las opciones de pago? ==&lt;br /&gt;
Las opciones actuales disponibles son Paypal (No se necesita una cuenta para el pago de PayPal Guest CC), VISA, Master Card, American Express y mediante depósito bancario a nuestra cuenta bancaria en Montreal.Comuníquese con Atención a clientes para obtener información sobre transferencias bancarias.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo depositar menos de $ 15 en mi cuenta? ==&lt;br /&gt;
Actualmente $ 15 es la cantidad mínima que puede agregar a su cuenta. Este crédito no caducará y durará hasta que se agote al utilizar los servicios.&lt;br /&gt;
Puede solicitar un reembolso del saldo restante dentro de los primeros 90 dias despues de su ultimo pago&lt;br /&gt;
&lt;br /&gt;
== ¿Cobran impuestos? ==&lt;br /&gt;
Todos los clientes que tengan Canadá como país pagarán el impuesto denominado GST. Los clientes que también son de Quebec en Canadá pagarán un impuesto provincial adicional, PST. Esto se aplica tanto a los pagos con Paypal como con tarjeta de crédito. El HST se aplicará en las provincias canadienses que lo requieran. Para obtener más detalles sobre cómo se aplican, no dude en consultar este enlace: http://en.wikipedia.org/wiki/Sales_taxes_in_Canada&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cuánto cuesta el servicio? ==&lt;br /&gt;
El costo variará dependiendo de los servicios utilizados. Para las llamadas salientes, está sujeto a la tarifa por minuto del destino al que llama y al incremento de facturación. Para las llamadas entrantes, está sujeto al plan de tarifas del DID, la tarifa mensual y el incremento de facturación si corresponde. Puede haber tarifas mensuales adicionales o tarifas de configuración según los servicios a los que se suscriba. Consulte más detalles sobre el costo del servicio aquí Costo del servicio&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es el incremento de facturación? ==&lt;br /&gt;
El Incremento de facturación (Billing Increment) es una unidad de medida de la duración de la llamada expresada en segundos. Por ejemplo, con nuestro incremento de facturación de 6 segundos, una llamada de 5 segundos se facturará como 6 segundos o 1/10 de 1 minuto o $ 0.0010. De esta manera, no se le cobrará el minuto completo a una llamada de 10 segundos.&lt;br /&gt;
&lt;br /&gt;
Con una tarifa de $ 0.0100 por minuto y un incremento de facturación de 60 segundos, cualquier llamada de menos de 60 segundos se redondea a 60 segundos o 1 minuto completo de uso. Una llamada de 5 segundos y una llamada de 50 segundos se facturan como 1 minuto o $ 0.0100.&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es un DID? ==&lt;br /&gt;
Un número de marcación interna directa (DID), en términos simples, es un número virtual que, para todos los efectos, puede considerarse un número de teléfono regular, con la excepción de que no está conectado a ninguna línea POTS (línea fija). Una vez que su configuración esté lista, su DID será el número de teléfono al que todos en el mundo llamarán para comunicarse con usted, al igual que cualquier otro número de teléfono.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué tipo de números DID ofrecen? ==&lt;br /&gt;
Hay diferentes tipos de números DID. En su mayoría se diferencian por su presencia geográfica. DID locales de E.U.A. O Canadá. DID internacionales. Números de lada sin costo.&lt;br /&gt;
&lt;br /&gt;
Estos son los más utilizados por nuestros clientes. Para obtener más información sobre cómo obtener un número DID y otros tipos, consulte nuestro artículo relacionado Comprar un número DID (Order a DID Number).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo marcar con mi DID? ==&lt;br /&gt;
Los números DID son un tipo de servicio que son exclusivamente para recibir llamadas.&lt;br /&gt;
Cuando realiza llamadas salientes con nuestro servicio, no está llamando desde el número DID sino desde la cuenta, y el número que pasará en sus llamadas como su identificador de llamadas será el que esté configurado en la configuración de cuentas del portal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es el número identificador (caller ID)? ==&lt;br /&gt;
El número identificador (caller ID) es un servicio telefónico que transmite el número de la persona que llama al teléfono de la persona a la que llama. Cuando esté disponible, el número identificador se puede complementar con el nombre identificador (por ejemplo, John Smith). Si realiza llamadas salientes, es probable que deba pasar un número identificador para garantizar la terminación adecuada de sus llamadas, especialmente para comunicarse con números de lada sin costo. Hay dos tipos de identificador y es importante diferenciarlos: Número identificador (CID) y nombre identificador (CNAM). Comuníquese con el Soporte técnico para obtener ayuda o más detalles sobre el identificador o consulte nuestro artículo relacionado en Numero Identificador (Caller ID).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es CNAM? ==&lt;br /&gt;
CNAM significa CallerID Name y es la información que se mostrará en el teléfono de la parte receptora, cuando realice una llamada saliente. Si va a realizar llamadas a números canadienses, simplemente puede pasar el nombre del identificador de llamadas desde su dispositivo o sistema, ya que la mayoría de ellos lo admiten. El nombre del identificador de llamadas en las llamadas de E.U.A. Funciona de manera diferente, esto está controlado por una base de datos nacional CNAM con registros de números y nombres que coinciden con cada número. Podemos actualizar la base de datos CNAM bajo pedido. Para obtener más información, consulte nuestro artículo relacionado en Nombre de identificación de llamadas salientes ( Caller ID Name).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo transferir mi número existente de otro proveedor a VoIP.ms? ==&lt;br /&gt;
VoIP.ms ofrece el servicio de portabilidad de número local (LNP) y su número puede estar disponible para la transferencia. Comuníquese con el Servicio de atención al cliente para averiguar si su número actual es porteable a la red VoIP.ms o si ya tiene una cuenta abierta, consulte la guía Porteo de numeros (Porting a number).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Proporciona algún hardware para el servicio? ==&lt;br /&gt;
No proporcionamos ningún tipo de dispositivo de hardware, software o sistema para utilizar el servicio. El servicio es BYOD (Traiga su propio dispositivo). Debería poder conseguir uno en cualquier tienda especializada en comunicaciones y todos los dispositivos compatibles con SIP son compatibles.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo usar mi dispositivo existente con VoIP.ms? ==&lt;br /&gt;
Básicamente, cualquier dispositivo o sistema que admita el protocolo SIP o IAX2 funcionará con nuestro servicio. Si trae su dispositivo (ATA, teléfono IP) de un proveedor anterior, asegúrese de que esté desbloqueado y de que pueda realizar cambios en su configuración. Puede encontrar una lista de algunos dispositivos que admitimos, con sus guías de configuración, en Dispositivos (Devices).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Tiene ejemplos de configuración? ==&lt;br /&gt;
Puede encontrar ejemplos de configuración para la mayoría de los dispositivos y sistemas telefónicos comunes que se utilizan con VoIP.ms aquí: Dispositivos (Devices). Si su dispositivo o sistema no aparece en la lista, pero admite el protocolo SIP o IAX2 y al menos uno de los siguientes códecs: G711u, G729a o GSM, debería poder utilizarlo y siempre puede ponerse en contacto con nuestro personal de soporte técnico para obtener asistencia adicional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrecen soporte técnico por teléfono? ==&lt;br /&gt;
Debido a la naturaleza de la resolución de problemas, que puede llevar mucho tiempo, elegimos nuestras principales formas de ofrecer soporte a través del sistema de tickets (correo electrónico) y el chat en vivo.En este momento, el soporte técnico por teléfono no está disponible.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Cuál es la contraseña SIP de mi cuenta principal?==&lt;br /&gt;
La contraseña SIP de la cuenta principal es, por defecto, la misma que la contraseña del portal del cliente. Si no ha cambiado la contraseña SIP, es la misma contraseña que usa para iniciar sesión en su portal. Puede cambiar su contraseña SIP desde el Portal del  cliente en cualquier momento desde la página Main Menu - Account Settings. Consulte nuestro artículo relacionado para&lt;br /&gt;
obtener más información: Seguridad (Security)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Qué servidor debo utilizar?==&lt;br /&gt;
Por lo general, para obtener mejores resultados, debe elegir el servidor físicamente más cercano a su ubicación. También puede enviar un ping a cualquiera de los servidores para verificar el mejor tiempo de respuesta.Consulte nuestro artículo relacionado para obtener más información sobre este tema  Elegir Servidor (Choosing Server)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿VoIP.ms encripta la comunicación?==&lt;br /&gt;
De forma predeterminada, la comunicación SIP es segura aunque no está encriptada; sin embargo, las contraseñas tienen hash MD5 y no se transmiten sin ser encriptadas al establecer la llamada. Ofrecemos encriptado de llamadas sobre SIP-TLS / SRTP, que podemos habilitar como desee para su cuenta principal / subcuenta. La comunicación se encriptará entre nuestros servidores y sus dispositivos / PBX. Le sugerimos habilitar esta opción si se encuentra en una red pública.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen e911?==&lt;br /&gt;
Ofrecemos el servicio e911 solo para números DID de E.U.A. y Canadá (incluidos los números de lada sin costo de E.U.A. y Canadá). Esta función se puede activar en el Portal del cliente directamente en la página e911 en el menú de números DID. Más información disponible en nuestro artículo wiki relacionado aquí E911&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen tarjetas para hacer llamadas?==&lt;br /&gt;
No ofrecemos ninguna función de tarjetas de llamada en este momento, sin embargo, puede configurar una solución de tarjeta de llamada con su propio sistema y nuestros números DID siempre que se utilice con números DID en nuestro plan por minuto. Para obtener más información, comuníquese con el Soporte técnico.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen servicio de fax?==&lt;br /&gt;
Ofrecemos una función de fax virtual. Esta función se puede utilizar con números DID de fax especiales que se pueden adquirir y configurar a través de nuestro portal de fax.&lt;br /&gt;
Consulte nuestro artículo relacionado para obtener más detalles: Fax virtual (Virtual Fax)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen servicio de SMS?==&lt;br /&gt;
Los SMS están disponibles para una gran cantidad de DID y ciudades de E.U.A. y Canadá y deben utilizarse a través del portal de SMS. También ofrecemos SMS SIP, brindando la posibilidad de enviar y recibir mensajes SMS desde softwares y PBX que admiten la funcionalidad.&lt;br /&gt;
Puede leer más detalles sobre esta función en nuestro artículo relacionado mensaje de texto.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen llamadas de conferencias? ==&lt;br /&gt;
Ofrecemos  llamadas de conferencias telefónicas, como una función en el portal del cliente. Esta función se conoce como Audioconferencia (Audioconferencing).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrece TCP para la comunicación SIP?==&lt;br /&gt;
TCP es totalmente compatible con nuestros servidores.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿El servicio SIP y/o IAX2 es compatible con IPv6?==&lt;br /&gt;
El servicio no es compatible con IPv6 en este momento.&lt;br /&gt;
&lt;br /&gt;
==¿Transmite bits de prioridad DSCP QoS?==&lt;br /&gt;
Sí, transmitimos el código CS3 para SIP y EF para RTP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen puertos alternativos además del 5060/5061?==&lt;br /&gt;
Ofrecemos puertos SIP alternativos, UDP / TCP 5080 y 42872 en todos nuestros servidores. Puede probar esos puertos en caso de que su proveedor de servicios de Internet bloquee el puerto 5060 UDP / TCP o si necesita usar otro. Para el SIP-TLS, ofrecemos puertos alternativos solo por protocolo TCP, 5061 y 42873 en todos nuestros servidores con el nombre con un número al final. ''p.ej.chicago1.voip.ms ''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Puedo registrar 2 o más dispositivos diferentes con el mismo nombre de usuario de cuenta?==&lt;br /&gt;
Se recomienda encarecidamente no hacerlo, ya que esto puede causar conflictos al enrutar las llamadas a su dispositivo, así como problemas relacionados con el registro. Si necesita registrar más de un dispositivo, cree y use las subcuentas, obtendrá nuevas credenciales para cualquier dispositivo adicional.Para obtener más información sobre las subcuentas, consulte el artículo relacionado sobre este tema Subcuentas (Subaccounts)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Aceptan tráfico de Call Center, Autodialers o Telemarketing?==&lt;br /&gt;
El Cliente se compromete y acepta que si desea utilizar los servicios de terminación (llamadas salientes) de VoIP.ms para fines de telemarketing (incluidos, entre otros, marcadores automáticos, centros de llamadas (call center) y agencias de cobro), primero debe comunicarse con sales@voip.ms para obtener la autorización por escrito y poder hacerlo. En el caso de que el Cliente no obtenga la debida autorización de la compañía, el cliente entiende que VoIP.ms suspenderá dichas actividades sin previo aviso, a su entera discreción.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo revender sus servicios? ==&lt;br /&gt;
Sí, nuestros clientes podrán encontrar una &amp;quot;Sección de revendedor&amp;quot; incluida en el Portal del cliente.&lt;br /&gt;
Le brindamos todas las herramientas que necesita, además de una interfaz de revendedor de marca blanca que ha sido desarrollada para ayudar a nuestros clientes a vender nuestros servicios bajo su propia marca. También le recomendamos que se familiarice con la interfaz de Voip.ms&lt;br /&gt;
antes de revender el servicio.Para obtener más información sobre el revendedor, póngase en contacto con el servicio de asistencia técnica o visite nuestro artículo relacionado aquí: Guía básica del revendedor (Reseller basic guide)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrecen tarifas de mayoreo? ==&lt;br /&gt;
Si está interesado en un descuento basado en el uso o volumen de tráfico, envíe un correo electrónico a sales@voip.ms proporcionando todos los detalles sobre su tráfico, como los destinos a los que necesita llamar y el promedio de minutos utilizados por mes, para recibir información adicional y cotizaciones.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo portear mi número? ==&lt;br /&gt;
Si desea portear o transferir un número de nuestro servicio, puede hacerlo en cualquier momento iniciando la solicitud de porteo con el nuevo proveedor. Autorizamos todas las solicitudes de porteo que coincidan con la información correcta de su cuenta.Recuerde eliminar el número DID de su cuenta VoIP.ms una vez que se complete el proceso de porteo.Para cualquier pregunta relacionada con Port Out, envíe un correo electrónico a nuestro Departamento de LNP a ports@voip.ms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cómo elimino mi DID? ==&lt;br /&gt;
Desde el portal del cliente, vaya a la pestaña del menú Números DID (DID Numbers) y luego haga clic en Facturación DID (DID Billing). Desde esta página, puede cancelar el (los) número (s). Recuerde que este proceso no se puede revertir, asegúrese de que ya no necesitará el número.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Hay alguna tarifa de cancelación? ==&lt;br /&gt;
No cobramos ninguna tarifa de cancelación de ningún tipo, puede cancelar su cuenta o número en cualquier momento que desee.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Dónde se encuentra? ==&lt;br /&gt;
VoIP.ms es una empresa Canadiense fundada en 2007 en Montreal.&lt;br /&gt;
La oficina principal está ubicada en Montreal, QC, Canadá y también hay un Sitio Técnico en Mérida, Yucatán, México para el mercado de América del Sur.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrecen un programa de recomendación? ==&lt;br /&gt;
Sí, el enlace de invitación a referidos, así como todos los detalles e información se pueden encontrar en el portal del cliente en el menú Finanzas (Finances). También puede revisar la información pública haciendo clic en el siguiente enlace: https://voip.ms/en/features/referral-program&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cuáles son los códecs de audio que son compatibles? ==&lt;br /&gt;
Son compatibles los códecs de audio: G722, G729a, G711u (también conocido como uLaw o PCMU) y GSM. Sus especificaciones son:&lt;br /&gt;
&lt;br /&gt;
Códec: G.722&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 64 Kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 87,2 Kbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Códec: G.711u&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 64 Kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 87,2 Kbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Códec: G.729a&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 8 Kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 31,2 Kbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Códec: GSM&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 13 kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 29,2 kbps&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Preguntas_frecuentes</id>
		<title>Preguntas frecuentes</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Preguntas_frecuentes"/>
				<updated>2021-01-24T20:10:59Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* ¿Qué es el incremento de facturación? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Logo-VoIPms-light.png|250px|]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
! Article in English !! Article en Français&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.voip.ms/article/FAQ English] || [https://wiki.voip.ms/article/Questions_Les_Plus_Fr%C3%A9quentes Français] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;__TOC__&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrece una cuenta o un número de prueba? ==&lt;br /&gt;
Actualmente no tenemos una cuenta de prueba o un programa de números de prueba, sin embargo, abrir una cuenta es completamente gratis y proporcionamos códigos de marcación gratuitos para probar la calidad del servicio.&lt;br /&gt;
Consulte nuestros numerosos códigos de marcación aquí: [[Códigos de Marcación]]&lt;br /&gt;
&lt;br /&gt;
== ¿Como empiezo? ==&lt;br /&gt;
Puede abrir una cuenta de forma gratuita siguiendo este enlace: https://voip.ms/signup.php Una vez que su cuenta esté activa, podrá iniciar sesión y encontrar todas nuestras funciones y opciones. Le sugerimos que consulte también nuestra guía de [[Primeros Pasos]]&lt;br /&gt;
&lt;br /&gt;
== ¿Hay algún costo para abrir la cuenta? ==&lt;br /&gt;
Abrir una cuenta es completamente gratis. La cantidad mínima de fondos que puede agregar es de $ 15 USD, que se convertirá en el saldo de su cuenta para usar los servicios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Existe un contrato? ==&lt;br /&gt;
No hay contratos con nosotros, puedes abrir una cuenta gratis en cualquier momento que lo desee, durante el tiempo que quiera.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cuáles son las opciones de pago? ==&lt;br /&gt;
Las opciones actuales disponibles son Paypal (No se necesita una cuenta para el pago de PayPal Guest CC), VISA, Master Card, American Express y mediante depósito bancario a nuestra cuenta bancaria en Montreal.Comuníquese con Atención a clientes para obtener información sobre transferencias bancarias.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo depositar menos de $ 15 en mi cuenta? ==&lt;br /&gt;
Actualmente $ 15 es la cantidad mínima que puede agregar a su cuenta. Este crédito no caducará y durará hasta que se agote al utilizar los servicios.&lt;br /&gt;
Puede solicitar un reembolso del saldo restante dentro de los primeros 90 dias despues de su ultimo pago&lt;br /&gt;
&lt;br /&gt;
== ¿Cobran impuestos? ==&lt;br /&gt;
Todos los clientes que tengan Canadá como país pagarán el impuesto denominado GST. Los clientes que también son de Quebec en Canadá pagarán un impuesto provincial adicional, PST. Esto se aplica tanto a los pagos con Paypal como con tarjeta de crédito. El HST se aplicará en las provincias canadienses que lo requieran. Para obtener más detalles sobre cómo se aplican, no dude en consultar este enlace: http://en.wikipedia.org/wiki/Sales_taxes_in_Canada&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cuánto cuesta el servicio? ==&lt;br /&gt;
El costo variará dependiendo de los servicios utilizados. Para las llamadas salientes, está sujeto a la tarifa por minuto del destino al que llama y al incremento de facturación. Para las llamadas entrantes, está sujeto al plan de tarifas del DID, la tarifa mensual y el incremento de facturación si corresponde. Puede haber tarifas mensuales adicionales o tarifas de configuración según los servicios a los que se suscriba. Consulte más detalles sobre el costo del servicio aquí Costo del servicio&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es el incremento de facturación? ==&lt;br /&gt;
El Incremento de facturación (Billing Increment) es una unidad de medida de la duración de la llamada expresada en segundos. Por ejemplo, con nuestro incremento de facturación de 6 segundos, una llamada de 5 segundos se facturará como 6 segundos o 1/10 de 1 minuto o $ 0.0010. De esta manera, no se le cobrará el minuto completo a una llamada de 10 segundos.&lt;br /&gt;
&lt;br /&gt;
Con una tarifa de $ 0.0100 por minuto y un incremento de facturación de 60 segundos, cualquier llamada de menos de 60 segundos se redondea a 60 segundos o 1 minuto completo de uso. Una llamada de 5 segundos y una llamada de 50 segundos se facturan como 1 minuto o $ 0.0100.&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es un DID? ==&lt;br /&gt;
Un número de marcación interna directa (DID), en términos simples, es un número virtual que, para todos los efectos, puede considerarse un número de teléfono regular, con la excepción de que no está conectado a ninguna línea POTS (línea fija). Una vez que su configuración esté lista, su DID será el número de teléfono al que todos en el mundo llamarán para comunicarse con usted, al igual que cualquier otro número de teléfono.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué tipo de números DID ofrecen? ==&lt;br /&gt;
Hay diferentes tipos de números DID. En su mayoría se diferencian por su presencia geográfica. DID locales de E.U.A. O Canadá. DID internacionales. Números de lada sin costo.&lt;br /&gt;
&lt;br /&gt;
Estos son los más utilizados por nuestros clientes. Para obtener más información sobre cómo obtener un número DID y otros tipos, consulte nuestro artículo relacionado Comprar un número DID (Order a DID Number).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo marcar con mi DID? ==&lt;br /&gt;
Los números DID son un tipo de servicio que son exclusivamente para recibir llamadas.&lt;br /&gt;
Cuando realiza llamadas salientes con nuestro servicio, no está llamando desde el número DID sino desde la cuenta, y el número que pasará en sus llamadas como su identificador de llamadas será el que esté configurado en la configuración de cuentas del portal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es el número identificador (caller ID)? ==&lt;br /&gt;
El número identificador (caller ID) es un servicio telefónico que transmite el número de la persona que llama al teléfono de la persona a la que llama. Cuando esté disponible, el número identificador se puede complementar con el nombre identificador (por ejemplo, John Smith). Si realiza llamadas salientes, es probable que deba pasar un número identificador para garantizar la terminación adecuada de sus llamadas, especialmente para comunicarse con números de lada sin costo. Hay dos tipos de identificador y es importante diferenciarlos: Número identificador (CID) y nombre identificador (CNAM). Comuníquese con el Soporte técnico para obtener ayuda o más detalles sobre el identificador o consulte nuestro artículo relacionado en Numero Identificador (Caller ID).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es CNAM? ==&lt;br /&gt;
CNAM significa CallerID Name y es la información que se mostrará en el teléfono de la parte receptora, cuando realice una llamada saliente. Si va a realizar llamadas a números canadienses, simplemente puede pasar el nombre del identificador de llamadas desde su dispositivo o sistema, ya que la mayoría de ellos lo admiten. El nombre del identificador de llamadas en las llamadas de E.U.A. Funciona de manera diferente, esto está controlado por una base de datos nacional CNAM con registros de números y nombres que coinciden con cada número. Podemos actualizar la base de datos CNAM bajo pedido. Para obtener más información, consulte nuestro artículo relacionado en Nombre de identificación de llamadas salientes ( Caller ID Name).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo transferir mi número existente de otro proveedor a VoIP.ms? ==&lt;br /&gt;
VoIP.ms ofrece el servicio de portabilidad de número local (LNP) y su número puede estar disponible para la transferencia. Comuníquese con el Servicio de atención al cliente para averiguar si su número actual es porteable a la red VoIP.ms o si ya tiene una cuenta abierta, consulte la guía Porteo de numeros (Porting a number).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Proporciona algún hardware para el servicio? ==&lt;br /&gt;
No proporcionamos ningún tipo de dispositivo de hardware, software o sistema para utilizar el servicio. El servicio es BYOD (Traiga su propio dispositivo). Debería poder conseguir uno en cualquier tienda especializada en comunicaciones y todos los dispositivos compatibles con SIP son compatibles.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo usar mi dispositivo existente con VoIP.ms? ==&lt;br /&gt;
Básicamente, cualquier dispositivo o sistema que admita el protocolo SIP o IAX2 funcionará con nuestro servicio. Si trae su dispositivo (ATA, teléfono IP) de un proveedor anterior, asegúrese de que esté desbloqueado y de que pueda realizar cambios en su configuración. Puede encontrar una lista de algunos dispositivos que admitimos, con sus guías de configuración, en Dispositivos (Devices).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Tiene ejemplos de configuración? ==&lt;br /&gt;
Puede encontrar ejemplos de configuración para la mayoría de los dispositivos y sistemas telefónicos comunes que se utilizan con VoIP.ms aquí: Dispositivos (Devices). Si su dispositivo o sistema no aparece en la lista, pero admite el protocolo SIP o IAX2 y al menos uno de los siguientes códecs: G711u, G729a o GSM, debería poder utilizarlo y siempre puede ponerse en contacto con nuestro personal de soporte técnico para obtener asistencia adicional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrecen soporte técnico por teléfono? ==&lt;br /&gt;
Debido a la naturaleza de la resolución de problemas, que puede llevar mucho tiempo, elegimos nuestras principales formas de ofrecer soporte a través del sistema de tickets (correo electrónico) y el chat en vivo.En este momento, el soporte técnico por teléfono no está disponible.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Cuál es la contraseña SIP de mi cuenta principal?==&lt;br /&gt;
La contraseña SIP de la cuenta principal es, por defecto, la misma que la contraseña del portal del cliente. Si no ha cambiado la contraseña SIP, es la misma contraseña que usa para iniciar sesión en su portal. Puede cambiar su contraseña SIP desde el Portal del  cliente en cualquier momento desde la página Main Menu - Account Settings. Consulte nuestro artículo relacionado para&lt;br /&gt;
obtener más información: Seguridad (Security)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Qué servidor debo utilizar?==&lt;br /&gt;
Por lo general, para obtener mejores resultados, debe elegir el servidor físicamente más cercano a su ubicación. También puede enviar un ping a cualquiera de los servidores para verificar el mejor tiempo de respuesta.Consulte nuestro artículo relacionado para obtener más información sobre este tema  Elegir Servidor (Choosing Server)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿VoIP.ms encripta la comunicación?==&lt;br /&gt;
De forma predeterminada, la comunicación SIP es segura aunque no está encriptada; sin embargo, las contraseñas tienen hash MD5 y no se transmiten sin ser encriptadas al establecer la llamada. Ofrecemos encriptado de llamadas sobre SIP-TLS / SRTP, que podemos habilitar como desee para su cuenta principal / subcuenta. La comunicación se encriptará entre nuestros servidores y sus dispositivos / PBX. Le sugerimos habilitar esta opción si se encuentra en una red pública.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen e911?==&lt;br /&gt;
Ofrecemos el servicio e911 solo para números DID de E.U.A. y Canadá (incluidos los números de lada sin costo de E.U.A. y Canadá). Esta función se puede activar en el Portal del cliente directamente en la página e911 en el menú de números DID. Más información disponible en nuestro artículo wiki relacionado aquí E911&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen tarjetas para hacer llamadas?==&lt;br /&gt;
No ofrecemos ninguna función de tarjetas de llamada en este momento, sin embargo, puede configurar una solución de tarjeta de llamada con su propio sistema y nuestros números DID siempre que se utilice con números DID en nuestro plan por minuto. Para obtener más información, comuníquese con el Soporte técnico.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen servicio de fax?==&lt;br /&gt;
Ofrecemos una función de fax virtual. Esta función se puede utilizar con números DID de fax especiales que se pueden adquirir y configurar a través de nuestro portal de fax.&lt;br /&gt;
Consulte nuestro artículo relacionado para obtener más detalles: Fax virtual (Virtual Fax)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen servicio de SMS?==&lt;br /&gt;
Los SMS están disponibles para una gran cantidad de DID y ciudades de E.U.A. y Canadá y deben utilizarse a través del portal de SMS. También ofrecemos SMS SIP, brindando la posibilidad de enviar y recibir mensajes SMS desde softwares y PBX que admiten la funcionalidad.&lt;br /&gt;
Puede leer más detalles sobre esta función en nuestro artículo relacionado mensaje de texto.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen llamadas de conferencias? ==&lt;br /&gt;
Ofrecemos  llamadas de conferencias telefónicas, como una función en el portal del cliente. Esta función se conoce como Audioconferencia (Audioconferencing).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrece TCP para la comunicación SIP?==&lt;br /&gt;
TCP es totalmente compatible con nuestros servidores.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Es compatible con IPV6 con SIP yo IAX2?==&lt;br /&gt;
No es compatible IPV6 para el protocolo SIP y IAX2 en este momento.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Transmite bits de prioridad DSCP QoS?==&lt;br /&gt;
Sí, transmitimos el código CS3 para SIP y EF para RTP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen puertos alternativos además del 5060/5061?==&lt;br /&gt;
Ofrecemos puertos SIP alternativos, UDP / TCP 5080 y 42872 en todos nuestros servidores. Puede probar esos puertos en caso de que su proveedor de servicios de Internet bloquee el puerto 5060 UDP / TCP o si necesita usar otro. Para el SIP-TLS, ofrecemos puertos alternativos solo por protocolo TCP, 5061 y 42873 en todos nuestros servidores con el nombre con un número al final. ''p.ej.chicago1.voip.ms ''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Puedo registrar 2 o más dispositivos diferentes con el mismo nombre de usuario de cuenta?==&lt;br /&gt;
Se recomienda encarecidamente no hacerlo, ya que esto puede causar conflictos al enrutar las llamadas a su dispositivo, así como problemas relacionados con el registro. Si necesita registrar más de un dispositivo, cree y use las subcuentas, obtendrá nuevas credenciales para cualquier dispositivo adicional.Para obtener más información sobre las subcuentas, consulte el artículo relacionado sobre este tema Subcuentas (Subaccounts)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Aceptan tráfico de Call Center, Autodialers o Telemarketing?==&lt;br /&gt;
El Cliente se compromete y acepta que si desea utilizar los servicios de terminación (llamadas salientes) de VoIP.ms para fines de telemarketing (incluidos, entre otros, marcadores automáticos, centros de llamadas (call center) y agencias de cobro), primero debe comunicarse con sales@voip.ms para obtener la autorización por escrito y poder hacerlo. En el caso de que el Cliente no obtenga la debida autorización de la compañía, el cliente entiende que VoIP.ms suspenderá dichas actividades sin previo aviso, a su entera discreción.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo revender sus servicios? ==&lt;br /&gt;
Sí, nuestros clientes podrán encontrar una &amp;quot;Sección de revendedor&amp;quot; incluida en el Portal del cliente.&lt;br /&gt;
Le brindamos todas las herramientas que necesita, además de una interfaz de revendedor de marca blanca que ha sido desarrollada para ayudar a nuestros clientes a vender nuestros servicios bajo su propia marca. También le recomendamos que se familiarice con la interfaz de Voip.ms&lt;br /&gt;
antes de revender el servicio.Para obtener más información sobre el revendedor, póngase en contacto con el servicio de asistencia técnica o visite nuestro artículo relacionado aquí: Guía básica del revendedor (Reseller basic guide)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrecen tarifas de mayoreo? ==&lt;br /&gt;
Si está interesado en un descuento basado en el uso o volumen de tráfico, envíe un correo electrónico a sales@voip.ms proporcionando todos los detalles sobre su tráfico, como los destinos a los que necesita llamar y el promedio de minutos utilizados por mes, para recibir información adicional y cotizaciones.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo portear mi número? ==&lt;br /&gt;
Si desea portear o transferir un número de nuestro servicio, puede hacerlo en cualquier momento iniciando la solicitud de porteo con el nuevo proveedor. Autorizamos todas las solicitudes de porteo que coincidan con la información correcta de su cuenta.Recuerde eliminar el número DID de su cuenta VoIP.ms una vez que se complete el proceso de porteo.Para cualquier pregunta relacionada con Port Out, envíe un correo electrónico a nuestro Departamento de LNP a ports@voip.ms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cómo elimino mi DID? ==&lt;br /&gt;
Desde el portal del cliente, vaya a la pestaña del menú Números DID (DID Numbers) y luego haga clic en Facturación DID (DID Billing). Desde esta página, puede cancelar el (los) número (s). Recuerde que este proceso no se puede revertir, asegúrese de que ya no necesitará el número.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Hay alguna tarifa de cancelación? ==&lt;br /&gt;
No cobramos ninguna tarifa de cancelación de ningún tipo, puede cancelar su cuenta o número en cualquier momento que desee.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Dónde se encuentra? ==&lt;br /&gt;
VoIP.ms es una empresa Canadiense fundada en 2007 en Montreal.&lt;br /&gt;
La oficina principal está ubicada en Montreal, QC, Canadá y también hay un Sitio Técnico en Mérida, Yucatán, México para el mercado de América del Sur.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrecen un programa de recomendación? ==&lt;br /&gt;
Sí, el enlace de invitación a referidos, así como todos los detalles e información se pueden encontrar en el portal del cliente en el menú Finanzas (Finances). También puede revisar la información pública haciendo clic en el siguiente enlace: https://voip.ms/en/features/referral-program&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cuáles son los códecs de audio que son compatibles? ==&lt;br /&gt;
Son compatibles los códecs de audio: G722, G729a, G711u (también conocido como uLaw o PCMU) y GSM. Sus especificaciones son:&lt;br /&gt;
&lt;br /&gt;
Códec: G.722&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 64 Kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 87,2 Kbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Códec: G.711u&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 64 Kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 87,2 Kbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Códec: G.729a&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 8 Kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 31,2 Kbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Códec: GSM&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 13 kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 29,2 kbps&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Preguntas_frecuentes</id>
		<title>Preguntas frecuentes</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Preguntas_frecuentes"/>
				<updated>2021-01-24T20:09:15Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* ¿Puedo depositar menos de $ 15 en mi cuenta? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Logo-VoIPms-light.png|250px|]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
! Article in English !! Article en Français&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.voip.ms/article/FAQ English] || [https://wiki.voip.ms/article/Questions_Les_Plus_Fr%C3%A9quentes Français] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;__TOC__&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrece una cuenta o un número de prueba? ==&lt;br /&gt;
Actualmente no tenemos una cuenta de prueba o un programa de números de prueba, sin embargo, abrir una cuenta es completamente gratis y proporcionamos códigos de marcación gratuitos para probar la calidad del servicio.&lt;br /&gt;
Consulte nuestros numerosos códigos de marcación aquí: [[Códigos de Marcación]]&lt;br /&gt;
&lt;br /&gt;
== ¿Como empiezo? ==&lt;br /&gt;
Puede abrir una cuenta de forma gratuita siguiendo este enlace: https://voip.ms/signup.php Una vez que su cuenta esté activa, podrá iniciar sesión y encontrar todas nuestras funciones y opciones. Le sugerimos que consulte también nuestra guía de [[Primeros Pasos]]&lt;br /&gt;
&lt;br /&gt;
== ¿Hay algún costo para abrir la cuenta? ==&lt;br /&gt;
Abrir una cuenta es completamente gratis. La cantidad mínima de fondos que puede agregar es de $ 15 USD, que se convertirá en el saldo de su cuenta para usar los servicios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Existe un contrato? ==&lt;br /&gt;
No hay contratos con nosotros, puedes abrir una cuenta gratis en cualquier momento que lo desee, durante el tiempo que quiera.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cuáles son las opciones de pago? ==&lt;br /&gt;
Las opciones actuales disponibles son Paypal (No se necesita una cuenta para el pago de PayPal Guest CC), VISA, Master Card, American Express y mediante depósito bancario a nuestra cuenta bancaria en Montreal.Comuníquese con Atención a clientes para obtener información sobre transferencias bancarias.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo depositar menos de $ 15 en mi cuenta? ==&lt;br /&gt;
Actualmente $ 15 es la cantidad mínima que puede agregar a su cuenta. Este crédito no caducará y durará hasta que se agote al utilizar los servicios.&lt;br /&gt;
Puede solicitar un reembolso del saldo restante dentro de los primeros 90 dias despues de su ultimo pago&lt;br /&gt;
&lt;br /&gt;
== ¿Cobran impuestos? ==&lt;br /&gt;
Todos los clientes que tengan Canadá como país pagarán el impuesto denominado GST. Los clientes que también son de Quebec en Canadá pagarán un impuesto provincial adicional, PST. Esto se aplica tanto a los pagos con Paypal como con tarjeta de crédito. El HST se aplicará en las provincias canadienses que lo requieran. Para obtener más detalles sobre cómo se aplican, no dude en consultar este enlace: http://en.wikipedia.org/wiki/Sales_taxes_in_Canada&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cuánto cuesta el servicio? ==&lt;br /&gt;
El costo variará dependiendo de los servicios utilizados. Para las llamadas salientes, está sujeto a la tarifa por minuto del destino al que llama y al incremento de facturación. Para las llamadas entrantes, está sujeto al plan de tarifas del DID, la tarifa mensual y el incremento de facturación si corresponde. Puede haber tarifas mensuales adicionales o tarifas de configuración según los servicios a los que se suscriba. Consulte más detalles sobre el costo del servicio aquí Costo del servicio&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es el incremento de facturación? ==&lt;br /&gt;
El Incremento de facturación es una unidad de medida de la duración de la llamada expresada en segundos. Por ejemplo, con nuestro incremento de facturación de 6 segundos, una llamada de 5 segundos se facturará como 6 segundos o 1/10 de 1 minuto o $ 0.0010. De esta manera, no se le cobrará el minuto completo a una llamada de 10 segundos.&lt;br /&gt;
&lt;br /&gt;
Con una tarifa de $ 0.0100 por minuto y un incremento de facturación de 60 segundos, cualquier llamada de menos de 60 segundos se redondea a 60 segundos o 1 minuto completo de uso. Una llamada de 5 segundos y una llamada de 50 segundos se facturan como 1 minuto o $ 0.0100.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es un DID? ==&lt;br /&gt;
Un número de marcación interna directa (DID), en términos simples, es un número virtual que, para todos los efectos, puede considerarse un número de teléfono regular, con la excepción de que no está conectado a ninguna línea POTS (línea fija). Una vez que su configuración esté lista, su DID será el número de teléfono al que todos en el mundo llamarán para comunicarse con usted, al igual que cualquier otro número de teléfono.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué tipo de números DID ofrecen? ==&lt;br /&gt;
Hay diferentes tipos de números DID. En su mayoría se diferencian por su presencia geográfica. DID locales de E.U.A. O Canadá. DID internacionales. Números de lada sin costo.&lt;br /&gt;
&lt;br /&gt;
Estos son los más utilizados por nuestros clientes. Para obtener más información sobre cómo obtener un número DID y otros tipos, consulte nuestro artículo relacionado Comprar un número DID (Order a DID Number).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo marcar con mi DID? ==&lt;br /&gt;
Los números DID son un tipo de servicio que son exclusivamente para recibir llamadas.&lt;br /&gt;
Cuando realiza llamadas salientes con nuestro servicio, no está llamando desde el número DID sino desde la cuenta, y el número que pasará en sus llamadas como su identificador de llamadas será el que esté configurado en la configuración de cuentas del portal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es el número identificador (caller ID)? ==&lt;br /&gt;
El número identificador (caller ID) es un servicio telefónico que transmite el número de la persona que llama al teléfono de la persona a la que llama. Cuando esté disponible, el número identificador se puede complementar con el nombre identificador (por ejemplo, John Smith). Si realiza llamadas salientes, es probable que deba pasar un número identificador para garantizar la terminación adecuada de sus llamadas, especialmente para comunicarse con números de lada sin costo. Hay dos tipos de identificador y es importante diferenciarlos: Número identificador (CID) y nombre identificador (CNAM). Comuníquese con el Soporte técnico para obtener ayuda o más detalles sobre el identificador o consulte nuestro artículo relacionado en Numero Identificador (Caller ID).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es CNAM? ==&lt;br /&gt;
CNAM significa CallerID Name y es la información que se mostrará en el teléfono de la parte receptora, cuando realice una llamada saliente. Si va a realizar llamadas a números canadienses, simplemente puede pasar el nombre del identificador de llamadas desde su dispositivo o sistema, ya que la mayoría de ellos lo admiten. El nombre del identificador de llamadas en las llamadas de E.U.A. Funciona de manera diferente, esto está controlado por una base de datos nacional CNAM con registros de números y nombres que coinciden con cada número. Podemos actualizar la base de datos CNAM bajo pedido. Para obtener más información, consulte nuestro artículo relacionado en Nombre de identificación de llamadas salientes ( Caller ID Name).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo transferir mi número existente de otro proveedor a VoIP.ms? ==&lt;br /&gt;
VoIP.ms ofrece el servicio de portabilidad de número local (LNP) y su número puede estar disponible para la transferencia. Comuníquese con el Servicio de atención al cliente para averiguar si su número actual es porteable a la red VoIP.ms o si ya tiene una cuenta abierta, consulte la guía Porteo de numeros (Porting a number).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Proporciona algún hardware para el servicio? ==&lt;br /&gt;
No proporcionamos ningún tipo de dispositivo de hardware, software o sistema para utilizar el servicio. El servicio es BYOD (Traiga su propio dispositivo). Debería poder conseguir uno en cualquier tienda especializada en comunicaciones y todos los dispositivos compatibles con SIP son compatibles.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo usar mi dispositivo existente con VoIP.ms? ==&lt;br /&gt;
Básicamente, cualquier dispositivo o sistema que admita el protocolo SIP o IAX2 funcionará con nuestro servicio. Si trae su dispositivo (ATA, teléfono IP) de un proveedor anterior, asegúrese de que esté desbloqueado y de que pueda realizar cambios en su configuración. Puede encontrar una lista de algunos dispositivos que admitimos, con sus guías de configuración, en Dispositivos (Devices).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Tiene ejemplos de configuración? ==&lt;br /&gt;
Puede encontrar ejemplos de configuración para la mayoría de los dispositivos y sistemas telefónicos comunes que se utilizan con VoIP.ms aquí: Dispositivos (Devices). Si su dispositivo o sistema no aparece en la lista, pero admite el protocolo SIP o IAX2 y al menos uno de los siguientes códecs: G711u, G729a o GSM, debería poder utilizarlo y siempre puede ponerse en contacto con nuestro personal de soporte técnico para obtener asistencia adicional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrecen soporte técnico por teléfono? ==&lt;br /&gt;
Debido a la naturaleza de la resolución de problemas, que puede llevar mucho tiempo, elegimos nuestras principales formas de ofrecer soporte a través del sistema de tickets (correo electrónico) y el chat en vivo.En este momento, el soporte técnico por teléfono no está disponible.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Cuál es la contraseña SIP de mi cuenta principal?==&lt;br /&gt;
La contraseña SIP de la cuenta principal es, por defecto, la misma que la contraseña del portal del cliente. Si no ha cambiado la contraseña SIP, es la misma contraseña que usa para iniciar sesión en su portal. Puede cambiar su contraseña SIP desde el Portal del  cliente en cualquier momento desde la página Main Menu - Account Settings. Consulte nuestro artículo relacionado para&lt;br /&gt;
obtener más información: Seguridad (Security)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Qué servidor debo utilizar?==&lt;br /&gt;
Por lo general, para obtener mejores resultados, debe elegir el servidor físicamente más cercano a su ubicación. También puede enviar un ping a cualquiera de los servidores para verificar el mejor tiempo de respuesta.Consulte nuestro artículo relacionado para obtener más información sobre este tema  Elegir Servidor (Choosing Server)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿VoIP.ms encripta la comunicación?==&lt;br /&gt;
De forma predeterminada, la comunicación SIP es segura aunque no está encriptada; sin embargo, las contraseñas tienen hash MD5 y no se transmiten sin ser encriptadas al establecer la llamada. Ofrecemos encriptado de llamadas sobre SIP-TLS / SRTP, que podemos habilitar como desee para su cuenta principal / subcuenta. La comunicación se encriptará entre nuestros servidores y sus dispositivos / PBX. Le sugerimos habilitar esta opción si se encuentra en una red pública.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen e911?==&lt;br /&gt;
Ofrecemos el servicio e911 solo para números DID de E.U.A. y Canadá (incluidos los números de lada sin costo de E.U.A. y Canadá). Esta función se puede activar en el Portal del cliente directamente en la página e911 en el menú de números DID. Más información disponible en nuestro artículo wiki relacionado aquí E911&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen tarjetas para hacer llamadas?==&lt;br /&gt;
No ofrecemos ninguna función de tarjetas de llamada en este momento, sin embargo, puede configurar una solución de tarjeta de llamada con su propio sistema y nuestros números DID siempre que se utilice con números DID en nuestro plan por minuto. Para obtener más información, comuníquese con el Soporte técnico.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen servicio de fax?==&lt;br /&gt;
Ofrecemos una función de fax virtual. Esta función se puede utilizar con números DID de fax especiales que se pueden adquirir y configurar a través de nuestro portal de fax.&lt;br /&gt;
Consulte nuestro artículo relacionado para obtener más detalles: Fax virtual (Virtual Fax)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen servicio de SMS?==&lt;br /&gt;
Los SMS están disponibles para una gran cantidad de DID y ciudades de E.U.A. y Canadá y deben utilizarse a través del portal de SMS. También ofrecemos SMS SIP, brindando la posibilidad de enviar y recibir mensajes SMS desde softwares y PBX que admiten la funcionalidad.&lt;br /&gt;
Puede leer más detalles sobre esta función en nuestro artículo relacionado mensaje de texto.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen llamadas de conferencias? ==&lt;br /&gt;
Ofrecemos  llamadas de conferencias telefónicas, como una función en el portal del cliente. Esta función se conoce como Audioconferencia (Audioconferencing).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrece TCP para la comunicación SIP?==&lt;br /&gt;
TCP es totalmente compatible con nuestros servidores.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Es compatible con IPV6 con SIP yo IAX2?==&lt;br /&gt;
No es compatible IPV6 para el protocolo SIP y IAX2 en este momento.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Transmite bits de prioridad DSCP QoS?==&lt;br /&gt;
Sí, transmitimos el código CS3 para SIP y EF para RTP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen puertos alternativos además del 5060/5061?==&lt;br /&gt;
Ofrecemos puertos SIP alternativos, UDP / TCP 5080 y 42872 en todos nuestros servidores. Puede probar esos puertos en caso de que su proveedor de servicios de Internet bloquee el puerto 5060 UDP / TCP o si necesita usar otro. Para el SIP-TLS, ofrecemos puertos alternativos solo por protocolo TCP, 5061 y 42873 en todos nuestros servidores con el nombre con un número al final. ''p.ej.chicago1.voip.ms ''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Puedo registrar 2 o más dispositivos diferentes con el mismo nombre de usuario de cuenta?==&lt;br /&gt;
Se recomienda encarecidamente no hacerlo, ya que esto puede causar conflictos al enrutar las llamadas a su dispositivo, así como problemas relacionados con el registro. Si necesita registrar más de un dispositivo, cree y use las subcuentas, obtendrá nuevas credenciales para cualquier dispositivo adicional.Para obtener más información sobre las subcuentas, consulte el artículo relacionado sobre este tema Subcuentas (Subaccounts)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Aceptan tráfico de Call Center, Autodialers o Telemarketing?==&lt;br /&gt;
El Cliente se compromete y acepta que si desea utilizar los servicios de terminación (llamadas salientes) de VoIP.ms para fines de telemarketing (incluidos, entre otros, marcadores automáticos, centros de llamadas (call center) y agencias de cobro), primero debe comunicarse con sales@voip.ms para obtener la autorización por escrito y poder hacerlo. En el caso de que el Cliente no obtenga la debida autorización de la compañía, el cliente entiende que VoIP.ms suspenderá dichas actividades sin previo aviso, a su entera discreción.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo revender sus servicios? ==&lt;br /&gt;
Sí, nuestros clientes podrán encontrar una &amp;quot;Sección de revendedor&amp;quot; incluida en el Portal del cliente.&lt;br /&gt;
Le brindamos todas las herramientas que necesita, además de una interfaz de revendedor de marca blanca que ha sido desarrollada para ayudar a nuestros clientes a vender nuestros servicios bajo su propia marca. También le recomendamos que se familiarice con la interfaz de Voip.ms&lt;br /&gt;
antes de revender el servicio.Para obtener más información sobre el revendedor, póngase en contacto con el servicio de asistencia técnica o visite nuestro artículo relacionado aquí: Guía básica del revendedor (Reseller basic guide)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrecen tarifas de mayoreo? ==&lt;br /&gt;
Si está interesado en un descuento basado en el uso o volumen de tráfico, envíe un correo electrónico a sales@voip.ms proporcionando todos los detalles sobre su tráfico, como los destinos a los que necesita llamar y el promedio de minutos utilizados por mes, para recibir información adicional y cotizaciones.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo portear mi número? ==&lt;br /&gt;
Si desea portear o transferir un número de nuestro servicio, puede hacerlo en cualquier momento iniciando la solicitud de porteo con el nuevo proveedor. Autorizamos todas las solicitudes de porteo que coincidan con la información correcta de su cuenta.Recuerde eliminar el número DID de su cuenta VoIP.ms una vez que se complete el proceso de porteo.Para cualquier pregunta relacionada con Port Out, envíe un correo electrónico a nuestro Departamento de LNP a ports@voip.ms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cómo elimino mi DID? ==&lt;br /&gt;
Desde el portal del cliente, vaya a la pestaña del menú Números DID (DID Numbers) y luego haga clic en Facturación DID (DID Billing). Desde esta página, puede cancelar el (los) número (s). Recuerde que este proceso no se puede revertir, asegúrese de que ya no necesitará el número.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Hay alguna tarifa de cancelación? ==&lt;br /&gt;
No cobramos ninguna tarifa de cancelación de ningún tipo, puede cancelar su cuenta o número en cualquier momento que desee.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Dónde se encuentra? ==&lt;br /&gt;
VoIP.ms es una empresa Canadiense fundada en 2007 en Montreal.&lt;br /&gt;
La oficina principal está ubicada en Montreal, QC, Canadá y también hay un Sitio Técnico en Mérida, Yucatán, México para el mercado de América del Sur.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrecen un programa de recomendación? ==&lt;br /&gt;
Sí, el enlace de invitación a referidos, así como todos los detalles e información se pueden encontrar en el portal del cliente en el menú Finanzas (Finances). También puede revisar la información pública haciendo clic en el siguiente enlace: https://voip.ms/en/features/referral-program&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cuáles son los códecs de audio que son compatibles? ==&lt;br /&gt;
Son compatibles los códecs de audio: G722, G729a, G711u (también conocido como uLaw o PCMU) y GSM. Sus especificaciones son:&lt;br /&gt;
&lt;br /&gt;
Códec: G.722&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 64 Kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 87,2 Kbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Códec: G.711u&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 64 Kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 87,2 Kbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Códec: G.729a&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 8 Kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 31,2 Kbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Códec: GSM&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 13 kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 29,2 kbps&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Preguntas_frecuentes</id>
		<title>Preguntas frecuentes</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Preguntas_frecuentes"/>
				<updated>2021-01-24T20:06:53Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* ¿Como empiezo? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Logo-VoIPms-light.png|250px|]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
! Article in English !! Article en Français&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.voip.ms/article/FAQ English] || [https://wiki.voip.ms/article/Questions_Les_Plus_Fr%C3%A9quentes Français] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;__TOC__&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrece una cuenta o un número de prueba? ==&lt;br /&gt;
Actualmente no tenemos una cuenta de prueba o un programa de números de prueba, sin embargo, abrir una cuenta es completamente gratis y proporcionamos códigos de marcación gratuitos para probar la calidad del servicio.&lt;br /&gt;
Consulte nuestros numerosos códigos de marcación aquí: [[Códigos de Marcación]]&lt;br /&gt;
&lt;br /&gt;
== ¿Como empiezo? ==&lt;br /&gt;
Puede abrir una cuenta de forma gratuita siguiendo este enlace: https://voip.ms/signup.php Una vez que su cuenta esté activa, podrá iniciar sesión y encontrar todas nuestras funciones y opciones. Le sugerimos que consulte también nuestra guía de [[Primeros Pasos]]&lt;br /&gt;
&lt;br /&gt;
== ¿Hay algún costo para abrir la cuenta? ==&lt;br /&gt;
Abrir una cuenta es completamente gratis. La cantidad mínima de fondos que puede agregar es de $ 15 USD, que se convertirá en el saldo de su cuenta para usar los servicios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Existe un contrato? ==&lt;br /&gt;
No hay contratos con nosotros, puedes abrir una cuenta gratis en cualquier momento que lo desee, durante el tiempo que quiera.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cuáles son las opciones de pago? ==&lt;br /&gt;
Las opciones actuales disponibles son Paypal (No se necesita una cuenta para el pago de PayPal Guest CC), VISA, Master Card, American Express y mediante depósito bancario a nuestra cuenta bancaria en Montreal.Comuníquese con Atención a clientes para obtener información sobre transferencias bancarias.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo depositar menos de $ 15 en mi cuenta? ==&lt;br /&gt;
Actualmente $ 15 es la cantidad mínima que puede agregar a su cuenta. Este crédito no caducará y durará hasta que se agote al utilizar los servicios.&lt;br /&gt;
Puede solicitar un reembolso del saldo restante en cualquier momento si decide cancelar la cuenta.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cobran impuestos? ==&lt;br /&gt;
Todos los clientes que tengan Canadá como país pagarán el impuesto denominado GST. Los clientes que también son de Quebec en Canadá pagarán un impuesto provincial adicional, PST. Esto se aplica tanto a los pagos con Paypal como con tarjeta de crédito. El HST se aplicará en las provincias canadienses que lo requieran. Para obtener más detalles sobre cómo se aplican, no dude en consultar este enlace: http://en.wikipedia.org/wiki/Sales_taxes_in_Canada&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cuánto cuesta el servicio? ==&lt;br /&gt;
El costo variará dependiendo de los servicios utilizados. Para las llamadas salientes, está sujeto a la tarifa por minuto del destino al que llama y al incremento de facturación. Para las llamadas entrantes, está sujeto al plan de tarifas del DID, la tarifa mensual y el incremento de facturación si corresponde. Puede haber tarifas mensuales adicionales o tarifas de configuración según los servicios a los que se suscriba. Consulte más detalles sobre el costo del servicio aquí Costo del servicio&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es el incremento de facturación? ==&lt;br /&gt;
El Incremento de facturación es una unidad de medida de la duración de la llamada expresada en segundos. Por ejemplo, con nuestro incremento de facturación de 6 segundos, una llamada de 5 segundos se facturará como 6 segundos o 1/10 de 1 minuto o $ 0.0010. De esta manera, no se le cobrará el minuto completo a una llamada de 10 segundos.&lt;br /&gt;
&lt;br /&gt;
Con una tarifa de $ 0.0100 por minuto y un incremento de facturación de 60 segundos, cualquier llamada de menos de 60 segundos se redondea a 60 segundos o 1 minuto completo de uso. Una llamada de 5 segundos y una llamada de 50 segundos se facturan como 1 minuto o $ 0.0100.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es un DID? ==&lt;br /&gt;
Un número de marcación interna directa (DID), en términos simples, es un número virtual que, para todos los efectos, puede considerarse un número de teléfono regular, con la excepción de que no está conectado a ninguna línea POTS (línea fija). Una vez que su configuración esté lista, su DID será el número de teléfono al que todos en el mundo llamarán para comunicarse con usted, al igual que cualquier otro número de teléfono.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué tipo de números DID ofrecen? ==&lt;br /&gt;
Hay diferentes tipos de números DID. En su mayoría se diferencian por su presencia geográfica. DID locales de E.U.A. O Canadá. DID internacionales. Números de lada sin costo.&lt;br /&gt;
&lt;br /&gt;
Estos son los más utilizados por nuestros clientes. Para obtener más información sobre cómo obtener un número DID y otros tipos, consulte nuestro artículo relacionado Comprar un número DID (Order a DID Number).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo marcar con mi DID? ==&lt;br /&gt;
Los números DID son un tipo de servicio que son exclusivamente para recibir llamadas.&lt;br /&gt;
Cuando realiza llamadas salientes con nuestro servicio, no está llamando desde el número DID sino desde la cuenta, y el número que pasará en sus llamadas como su identificador de llamadas será el que esté configurado en la configuración de cuentas del portal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es el número identificador (caller ID)? ==&lt;br /&gt;
El número identificador (caller ID) es un servicio telefónico que transmite el número de la persona que llama al teléfono de la persona a la que llama. Cuando esté disponible, el número identificador se puede complementar con el nombre identificador (por ejemplo, John Smith). Si realiza llamadas salientes, es probable que deba pasar un número identificador para garantizar la terminación adecuada de sus llamadas, especialmente para comunicarse con números de lada sin costo. Hay dos tipos de identificador y es importante diferenciarlos: Número identificador (CID) y nombre identificador (CNAM). Comuníquese con el Soporte técnico para obtener ayuda o más detalles sobre el identificador o consulte nuestro artículo relacionado en Numero Identificador (Caller ID).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es CNAM? ==&lt;br /&gt;
CNAM significa CallerID Name y es la información que se mostrará en el teléfono de la parte receptora, cuando realice una llamada saliente. Si va a realizar llamadas a números canadienses, simplemente puede pasar el nombre del identificador de llamadas desde su dispositivo o sistema, ya que la mayoría de ellos lo admiten. El nombre del identificador de llamadas en las llamadas de E.U.A. Funciona de manera diferente, esto está controlado por una base de datos nacional CNAM con registros de números y nombres que coinciden con cada número. Podemos actualizar la base de datos CNAM bajo pedido. Para obtener más información, consulte nuestro artículo relacionado en Nombre de identificación de llamadas salientes ( Caller ID Name).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo transferir mi número existente de otro proveedor a VoIP.ms? ==&lt;br /&gt;
VoIP.ms ofrece el servicio de portabilidad de número local (LNP) y su número puede estar disponible para la transferencia. Comuníquese con el Servicio de atención al cliente para averiguar si su número actual es porteable a la red VoIP.ms o si ya tiene una cuenta abierta, consulte la guía Porteo de numeros (Porting a number).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Proporciona algún hardware para el servicio? ==&lt;br /&gt;
No proporcionamos ningún tipo de dispositivo de hardware, software o sistema para utilizar el servicio. El servicio es BYOD (Traiga su propio dispositivo). Debería poder conseguir uno en cualquier tienda especializada en comunicaciones y todos los dispositivos compatibles con SIP son compatibles.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo usar mi dispositivo existente con VoIP.ms? ==&lt;br /&gt;
Básicamente, cualquier dispositivo o sistema que admita el protocolo SIP o IAX2 funcionará con nuestro servicio. Si trae su dispositivo (ATA, teléfono IP) de un proveedor anterior, asegúrese de que esté desbloqueado y de que pueda realizar cambios en su configuración. Puede encontrar una lista de algunos dispositivos que admitimos, con sus guías de configuración, en Dispositivos (Devices).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Tiene ejemplos de configuración? ==&lt;br /&gt;
Puede encontrar ejemplos de configuración para la mayoría de los dispositivos y sistemas telefónicos comunes que se utilizan con VoIP.ms aquí: Dispositivos (Devices). Si su dispositivo o sistema no aparece en la lista, pero admite el protocolo SIP o IAX2 y al menos uno de los siguientes códecs: G711u, G729a o GSM, debería poder utilizarlo y siempre puede ponerse en contacto con nuestro personal de soporte técnico para obtener asistencia adicional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrecen soporte técnico por teléfono? ==&lt;br /&gt;
Debido a la naturaleza de la resolución de problemas, que puede llevar mucho tiempo, elegimos nuestras principales formas de ofrecer soporte a través del sistema de tickets (correo electrónico) y el chat en vivo.En este momento, el soporte técnico por teléfono no está disponible.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Cuál es la contraseña SIP de mi cuenta principal?==&lt;br /&gt;
La contraseña SIP de la cuenta principal es, por defecto, la misma que la contraseña del portal del cliente. Si no ha cambiado la contraseña SIP, es la misma contraseña que usa para iniciar sesión en su portal. Puede cambiar su contraseña SIP desde el Portal del  cliente en cualquier momento desde la página Main Menu - Account Settings. Consulte nuestro artículo relacionado para&lt;br /&gt;
obtener más información: Seguridad (Security)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Qué servidor debo utilizar?==&lt;br /&gt;
Por lo general, para obtener mejores resultados, debe elegir el servidor físicamente más cercano a su ubicación. También puede enviar un ping a cualquiera de los servidores para verificar el mejor tiempo de respuesta.Consulte nuestro artículo relacionado para obtener más información sobre este tema  Elegir Servidor (Choosing Server)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿VoIP.ms encripta la comunicación?==&lt;br /&gt;
De forma predeterminada, la comunicación SIP es segura aunque no está encriptada; sin embargo, las contraseñas tienen hash MD5 y no se transmiten sin ser encriptadas al establecer la llamada. Ofrecemos encriptado de llamadas sobre SIP-TLS / SRTP, que podemos habilitar como desee para su cuenta principal / subcuenta. La comunicación se encriptará entre nuestros servidores y sus dispositivos / PBX. Le sugerimos habilitar esta opción si se encuentra en una red pública.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen e911?==&lt;br /&gt;
Ofrecemos el servicio e911 solo para números DID de E.U.A. y Canadá (incluidos los números de lada sin costo de E.U.A. y Canadá). Esta función se puede activar en el Portal del cliente directamente en la página e911 en el menú de números DID. Más información disponible en nuestro artículo wiki relacionado aquí E911&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen tarjetas para hacer llamadas?==&lt;br /&gt;
No ofrecemos ninguna función de tarjetas de llamada en este momento, sin embargo, puede configurar una solución de tarjeta de llamada con su propio sistema y nuestros números DID siempre que se utilice con números DID en nuestro plan por minuto. Para obtener más información, comuníquese con el Soporte técnico.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen servicio de fax?==&lt;br /&gt;
Ofrecemos una función de fax virtual. Esta función se puede utilizar con números DID de fax especiales que se pueden adquirir y configurar a través de nuestro portal de fax.&lt;br /&gt;
Consulte nuestro artículo relacionado para obtener más detalles: Fax virtual (Virtual Fax)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen servicio de SMS?==&lt;br /&gt;
Los SMS están disponibles para una gran cantidad de DID y ciudades de E.U.A. y Canadá y deben utilizarse a través del portal de SMS. También ofrecemos SMS SIP, brindando la posibilidad de enviar y recibir mensajes SMS desde softwares y PBX que admiten la funcionalidad.&lt;br /&gt;
Puede leer más detalles sobre esta función en nuestro artículo relacionado mensaje de texto.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen llamadas de conferencias? ==&lt;br /&gt;
Ofrecemos  llamadas de conferencias telefónicas, como una función en el portal del cliente. Esta función se conoce como Audioconferencia (Audioconferencing).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrece TCP para la comunicación SIP?==&lt;br /&gt;
TCP es totalmente compatible con nuestros servidores.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Es compatible con IPV6 con SIP yo IAX2?==&lt;br /&gt;
No es compatible IPV6 para el protocolo SIP y IAX2 en este momento.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Transmite bits de prioridad DSCP QoS?==&lt;br /&gt;
Sí, transmitimos el código CS3 para SIP y EF para RTP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen puertos alternativos además del 5060/5061?==&lt;br /&gt;
Ofrecemos puertos SIP alternativos, UDP / TCP 5080 y 42872 en todos nuestros servidores. Puede probar esos puertos en caso de que su proveedor de servicios de Internet bloquee el puerto 5060 UDP / TCP o si necesita usar otro. Para el SIP-TLS, ofrecemos puertos alternativos solo por protocolo TCP, 5061 y 42873 en todos nuestros servidores con el nombre con un número al final. ''p.ej.chicago1.voip.ms ''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Puedo registrar 2 o más dispositivos diferentes con el mismo nombre de usuario de cuenta?==&lt;br /&gt;
Se recomienda encarecidamente no hacerlo, ya que esto puede causar conflictos al enrutar las llamadas a su dispositivo, así como problemas relacionados con el registro. Si necesita registrar más de un dispositivo, cree y use las subcuentas, obtendrá nuevas credenciales para cualquier dispositivo adicional.Para obtener más información sobre las subcuentas, consulte el artículo relacionado sobre este tema Subcuentas (Subaccounts)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Aceptan tráfico de Call Center, Autodialers o Telemarketing?==&lt;br /&gt;
El Cliente se compromete y acepta que si desea utilizar los servicios de terminación (llamadas salientes) de VoIP.ms para fines de telemarketing (incluidos, entre otros, marcadores automáticos, centros de llamadas (call center) y agencias de cobro), primero debe comunicarse con sales@voip.ms para obtener la autorización por escrito y poder hacerlo. En el caso de que el Cliente no obtenga la debida autorización de la compañía, el cliente entiende que VoIP.ms suspenderá dichas actividades sin previo aviso, a su entera discreción.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo revender sus servicios? ==&lt;br /&gt;
Sí, nuestros clientes podrán encontrar una &amp;quot;Sección de revendedor&amp;quot; incluida en el Portal del cliente.&lt;br /&gt;
Le brindamos todas las herramientas que necesita, además de una interfaz de revendedor de marca blanca que ha sido desarrollada para ayudar a nuestros clientes a vender nuestros servicios bajo su propia marca. También le recomendamos que se familiarice con la interfaz de Voip.ms&lt;br /&gt;
antes de revender el servicio.Para obtener más información sobre el revendedor, póngase en contacto con el servicio de asistencia técnica o visite nuestro artículo relacionado aquí: Guía básica del revendedor (Reseller basic guide)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrecen tarifas de mayoreo? ==&lt;br /&gt;
Si está interesado en un descuento basado en el uso o volumen de tráfico, envíe un correo electrónico a sales@voip.ms proporcionando todos los detalles sobre su tráfico, como los destinos a los que necesita llamar y el promedio de minutos utilizados por mes, para recibir información adicional y cotizaciones.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo portear mi número? ==&lt;br /&gt;
Si desea portear o transferir un número de nuestro servicio, puede hacerlo en cualquier momento iniciando la solicitud de porteo con el nuevo proveedor. Autorizamos todas las solicitudes de porteo que coincidan con la información correcta de su cuenta.Recuerde eliminar el número DID de su cuenta VoIP.ms una vez que se complete el proceso de porteo.Para cualquier pregunta relacionada con Port Out, envíe un correo electrónico a nuestro Departamento de LNP a ports@voip.ms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cómo elimino mi DID? ==&lt;br /&gt;
Desde el portal del cliente, vaya a la pestaña del menú Números DID (DID Numbers) y luego haga clic en Facturación DID (DID Billing). Desde esta página, puede cancelar el (los) número (s). Recuerde que este proceso no se puede revertir, asegúrese de que ya no necesitará el número.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Hay alguna tarifa de cancelación? ==&lt;br /&gt;
No cobramos ninguna tarifa de cancelación de ningún tipo, puede cancelar su cuenta o número en cualquier momento que desee.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Dónde se encuentra? ==&lt;br /&gt;
VoIP.ms es una empresa Canadiense fundada en 2007 en Montreal.&lt;br /&gt;
La oficina principal está ubicada en Montreal, QC, Canadá y también hay un Sitio Técnico en Mérida, Yucatán, México para el mercado de América del Sur.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrecen un programa de recomendación? ==&lt;br /&gt;
Sí, el enlace de invitación a referidos, así como todos los detalles e información se pueden encontrar en el portal del cliente en el menú Finanzas (Finances). También puede revisar la información pública haciendo clic en el siguiente enlace: https://voip.ms/en/features/referral-program&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cuáles son los códecs de audio que son compatibles? ==&lt;br /&gt;
Son compatibles los códecs de audio: G722, G729a, G711u (también conocido como uLaw o PCMU) y GSM. Sus especificaciones son:&lt;br /&gt;
&lt;br /&gt;
Códec: G.722&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 64 Kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 87,2 Kbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Códec: G.711u&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 64 Kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 87,2 Kbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Códec: G.729a&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 8 Kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 31,2 Kbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Códec: GSM&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 13 kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 29,2 kbps&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Preguntas_frecuentes</id>
		<title>Preguntas frecuentes</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Preguntas_frecuentes"/>
				<updated>2021-01-24T20:06:01Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* ¿Ofrece una cuenta o un número de prueba? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Logo-VoIPms-light.png|250px|]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
! Article in English !! Article en Français&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.voip.ms/article/FAQ English] || [https://wiki.voip.ms/article/Questions_Les_Plus_Fr%C3%A9quentes Français] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;__TOC__&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrece una cuenta o un número de prueba? ==&lt;br /&gt;
Actualmente no tenemos una cuenta de prueba o un programa de números de prueba, sin embargo, abrir una cuenta es completamente gratis y proporcionamos códigos de marcación gratuitos para probar la calidad del servicio.&lt;br /&gt;
Consulte nuestros numerosos códigos de marcación aquí: [[Códigos de Marcación]]&lt;br /&gt;
&lt;br /&gt;
== ¿Como empiezo? ==&lt;br /&gt;
Puede abrir una cuenta de forma gratuita siguiendo este enlace: https://voip.ms/signup.php Una vez que su cuenta esté activa, podrá iniciar sesión y encontrar todas nuestras funciones y opciones. Le sugerimos que consulte también nuestra guía de primeros pasos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Hay algún costo para abrir la cuenta? ==&lt;br /&gt;
Abrir una cuenta es completamente gratis. La cantidad mínima de fondos que puede agregar es de $ 15 USD, que se convertirá en el saldo de su cuenta para usar los servicios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Existe un contrato? ==&lt;br /&gt;
No hay contratos con nosotros, puedes abrir una cuenta gratis en cualquier momento que lo desee, durante el tiempo que quiera.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cuáles son las opciones de pago? ==&lt;br /&gt;
Las opciones actuales disponibles son Paypal (No se necesita una cuenta para el pago de PayPal Guest CC), VISA, Master Card, American Express y mediante depósito bancario a nuestra cuenta bancaria en Montreal.Comuníquese con Atención a clientes para obtener información sobre transferencias bancarias.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo depositar menos de $ 15 en mi cuenta? ==&lt;br /&gt;
Actualmente $ 15 es la cantidad mínima que puede agregar a su cuenta. Este crédito no caducará y durará hasta que se agote al utilizar los servicios.&lt;br /&gt;
Puede solicitar un reembolso del saldo restante en cualquier momento si decide cancelar la cuenta.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cobran impuestos? ==&lt;br /&gt;
Todos los clientes que tengan Canadá como país pagarán el impuesto denominado GST. Los clientes que también son de Quebec en Canadá pagarán un impuesto provincial adicional, PST. Esto se aplica tanto a los pagos con Paypal como con tarjeta de crédito. El HST se aplicará en las provincias canadienses que lo requieran. Para obtener más detalles sobre cómo se aplican, no dude en consultar este enlace: http://en.wikipedia.org/wiki/Sales_taxes_in_Canada&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cuánto cuesta el servicio? ==&lt;br /&gt;
El costo variará dependiendo de los servicios utilizados. Para las llamadas salientes, está sujeto a la tarifa por minuto del destino al que llama y al incremento de facturación. Para las llamadas entrantes, está sujeto al plan de tarifas del DID, la tarifa mensual y el incremento de facturación si corresponde. Puede haber tarifas mensuales adicionales o tarifas de configuración según los servicios a los que se suscriba. Consulte más detalles sobre el costo del servicio aquí Costo del servicio&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es el incremento de facturación? ==&lt;br /&gt;
El Incremento de facturación es una unidad de medida de la duración de la llamada expresada en segundos. Por ejemplo, con nuestro incremento de facturación de 6 segundos, una llamada de 5 segundos se facturará como 6 segundos o 1/10 de 1 minuto o $ 0.0010. De esta manera, no se le cobrará el minuto completo a una llamada de 10 segundos.&lt;br /&gt;
&lt;br /&gt;
Con una tarifa de $ 0.0100 por minuto y un incremento de facturación de 60 segundos, cualquier llamada de menos de 60 segundos se redondea a 60 segundos o 1 minuto completo de uso. Una llamada de 5 segundos y una llamada de 50 segundos se facturan como 1 minuto o $ 0.0100.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es un DID? ==&lt;br /&gt;
Un número de marcación interna directa (DID), en términos simples, es un número virtual que, para todos los efectos, puede considerarse un número de teléfono regular, con la excepción de que no está conectado a ninguna línea POTS (línea fija). Una vez que su configuración esté lista, su DID será el número de teléfono al que todos en el mundo llamarán para comunicarse con usted, al igual que cualquier otro número de teléfono.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué tipo de números DID ofrecen? ==&lt;br /&gt;
Hay diferentes tipos de números DID. En su mayoría se diferencian por su presencia geográfica. DID locales de E.U.A. O Canadá. DID internacionales. Números de lada sin costo.&lt;br /&gt;
&lt;br /&gt;
Estos son los más utilizados por nuestros clientes. Para obtener más información sobre cómo obtener un número DID y otros tipos, consulte nuestro artículo relacionado Comprar un número DID (Order a DID Number).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo marcar con mi DID? ==&lt;br /&gt;
Los números DID son un tipo de servicio que son exclusivamente para recibir llamadas.&lt;br /&gt;
Cuando realiza llamadas salientes con nuestro servicio, no está llamando desde el número DID sino desde la cuenta, y el número que pasará en sus llamadas como su identificador de llamadas será el que esté configurado en la configuración de cuentas del portal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es el número identificador (caller ID)? ==&lt;br /&gt;
El número identificador (caller ID) es un servicio telefónico que transmite el número de la persona que llama al teléfono de la persona a la que llama. Cuando esté disponible, el número identificador se puede complementar con el nombre identificador (por ejemplo, John Smith). Si realiza llamadas salientes, es probable que deba pasar un número identificador para garantizar la terminación adecuada de sus llamadas, especialmente para comunicarse con números de lada sin costo. Hay dos tipos de identificador y es importante diferenciarlos: Número identificador (CID) y nombre identificador (CNAM). Comuníquese con el Soporte técnico para obtener ayuda o más detalles sobre el identificador o consulte nuestro artículo relacionado en Numero Identificador (Caller ID).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Qué es CNAM? ==&lt;br /&gt;
CNAM significa CallerID Name y es la información que se mostrará en el teléfono de la parte receptora, cuando realice una llamada saliente. Si va a realizar llamadas a números canadienses, simplemente puede pasar el nombre del identificador de llamadas desde su dispositivo o sistema, ya que la mayoría de ellos lo admiten. El nombre del identificador de llamadas en las llamadas de E.U.A. Funciona de manera diferente, esto está controlado por una base de datos nacional CNAM con registros de números y nombres que coinciden con cada número. Podemos actualizar la base de datos CNAM bajo pedido. Para obtener más información, consulte nuestro artículo relacionado en Nombre de identificación de llamadas salientes ( Caller ID Name).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo transferir mi número existente de otro proveedor a VoIP.ms? ==&lt;br /&gt;
VoIP.ms ofrece el servicio de portabilidad de número local (LNP) y su número puede estar disponible para la transferencia. Comuníquese con el Servicio de atención al cliente para averiguar si su número actual es porteable a la red VoIP.ms o si ya tiene una cuenta abierta, consulte la guía Porteo de numeros (Porting a number).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Proporciona algún hardware para el servicio? ==&lt;br /&gt;
No proporcionamos ningún tipo de dispositivo de hardware, software o sistema para utilizar el servicio. El servicio es BYOD (Traiga su propio dispositivo). Debería poder conseguir uno en cualquier tienda especializada en comunicaciones y todos los dispositivos compatibles con SIP son compatibles.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo usar mi dispositivo existente con VoIP.ms? ==&lt;br /&gt;
Básicamente, cualquier dispositivo o sistema que admita el protocolo SIP o IAX2 funcionará con nuestro servicio. Si trae su dispositivo (ATA, teléfono IP) de un proveedor anterior, asegúrese de que esté desbloqueado y de que pueda realizar cambios en su configuración. Puede encontrar una lista de algunos dispositivos que admitimos, con sus guías de configuración, en Dispositivos (Devices).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Tiene ejemplos de configuración? ==&lt;br /&gt;
Puede encontrar ejemplos de configuración para la mayoría de los dispositivos y sistemas telefónicos comunes que se utilizan con VoIP.ms aquí: Dispositivos (Devices). Si su dispositivo o sistema no aparece en la lista, pero admite el protocolo SIP o IAX2 y al menos uno de los siguientes códecs: G711u, G729a o GSM, debería poder utilizarlo y siempre puede ponerse en contacto con nuestro personal de soporte técnico para obtener asistencia adicional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrecen soporte técnico por teléfono? ==&lt;br /&gt;
Debido a la naturaleza de la resolución de problemas, que puede llevar mucho tiempo, elegimos nuestras principales formas de ofrecer soporte a través del sistema de tickets (correo electrónico) y el chat en vivo.En este momento, el soporte técnico por teléfono no está disponible.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Cuál es la contraseña SIP de mi cuenta principal?==&lt;br /&gt;
La contraseña SIP de la cuenta principal es, por defecto, la misma que la contraseña del portal del cliente. Si no ha cambiado la contraseña SIP, es la misma contraseña que usa para iniciar sesión en su portal. Puede cambiar su contraseña SIP desde el Portal del  cliente en cualquier momento desde la página Main Menu - Account Settings. Consulte nuestro artículo relacionado para&lt;br /&gt;
obtener más información: Seguridad (Security)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Qué servidor debo utilizar?==&lt;br /&gt;
Por lo general, para obtener mejores resultados, debe elegir el servidor físicamente más cercano a su ubicación. También puede enviar un ping a cualquiera de los servidores para verificar el mejor tiempo de respuesta.Consulte nuestro artículo relacionado para obtener más información sobre este tema  Elegir Servidor (Choosing Server)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿VoIP.ms encripta la comunicación?==&lt;br /&gt;
De forma predeterminada, la comunicación SIP es segura aunque no está encriptada; sin embargo, las contraseñas tienen hash MD5 y no se transmiten sin ser encriptadas al establecer la llamada. Ofrecemos encriptado de llamadas sobre SIP-TLS / SRTP, que podemos habilitar como desee para su cuenta principal / subcuenta. La comunicación se encriptará entre nuestros servidores y sus dispositivos / PBX. Le sugerimos habilitar esta opción si se encuentra en una red pública.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen e911?==&lt;br /&gt;
Ofrecemos el servicio e911 solo para números DID de E.U.A. y Canadá (incluidos los números de lada sin costo de E.U.A. y Canadá). Esta función se puede activar en el Portal del cliente directamente en la página e911 en el menú de números DID. Más información disponible en nuestro artículo wiki relacionado aquí E911&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen tarjetas para hacer llamadas?==&lt;br /&gt;
No ofrecemos ninguna función de tarjetas de llamada en este momento, sin embargo, puede configurar una solución de tarjeta de llamada con su propio sistema y nuestros números DID siempre que se utilice con números DID en nuestro plan por minuto. Para obtener más información, comuníquese con el Soporte técnico.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen servicio de fax?==&lt;br /&gt;
Ofrecemos una función de fax virtual. Esta función se puede utilizar con números DID de fax especiales que se pueden adquirir y configurar a través de nuestro portal de fax.&lt;br /&gt;
Consulte nuestro artículo relacionado para obtener más detalles: Fax virtual (Virtual Fax)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen servicio de SMS?==&lt;br /&gt;
Los SMS están disponibles para una gran cantidad de DID y ciudades de E.U.A. y Canadá y deben utilizarse a través del portal de SMS. También ofrecemos SMS SIP, brindando la posibilidad de enviar y recibir mensajes SMS desde softwares y PBX que admiten la funcionalidad.&lt;br /&gt;
Puede leer más detalles sobre esta función en nuestro artículo relacionado mensaje de texto.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen llamadas de conferencias? ==&lt;br /&gt;
Ofrecemos  llamadas de conferencias telefónicas, como una función en el portal del cliente. Esta función se conoce como Audioconferencia (Audioconferencing).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrece TCP para la comunicación SIP?==&lt;br /&gt;
TCP es totalmente compatible con nuestros servidores.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Es compatible con IPV6 con SIP yo IAX2?==&lt;br /&gt;
No es compatible IPV6 para el protocolo SIP y IAX2 en este momento.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Transmite bits de prioridad DSCP QoS?==&lt;br /&gt;
Sí, transmitimos el código CS3 para SIP y EF para RTP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Ofrecen puertos alternativos además del 5060/5061?==&lt;br /&gt;
Ofrecemos puertos SIP alternativos, UDP / TCP 5080 y 42872 en todos nuestros servidores. Puede probar esos puertos en caso de que su proveedor de servicios de Internet bloquee el puerto 5060 UDP / TCP o si necesita usar otro. Para el SIP-TLS, ofrecemos puertos alternativos solo por protocolo TCP, 5061 y 42873 en todos nuestros servidores con el nombre con un número al final. ''p.ej.chicago1.voip.ms ''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Puedo registrar 2 o más dispositivos diferentes con el mismo nombre de usuario de cuenta?==&lt;br /&gt;
Se recomienda encarecidamente no hacerlo, ya que esto puede causar conflictos al enrutar las llamadas a su dispositivo, así como problemas relacionados con el registro. Si necesita registrar más de un dispositivo, cree y use las subcuentas, obtendrá nuevas credenciales para cualquier dispositivo adicional.Para obtener más información sobre las subcuentas, consulte el artículo relacionado sobre este tema Subcuentas (Subaccounts)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==¿Aceptan tráfico de Call Center, Autodialers o Telemarketing?==&lt;br /&gt;
El Cliente se compromete y acepta que si desea utilizar los servicios de terminación (llamadas salientes) de VoIP.ms para fines de telemarketing (incluidos, entre otros, marcadores automáticos, centros de llamadas (call center) y agencias de cobro), primero debe comunicarse con sales@voip.ms para obtener la autorización por escrito y poder hacerlo. En el caso de que el Cliente no obtenga la debida autorización de la compañía, el cliente entiende que VoIP.ms suspenderá dichas actividades sin previo aviso, a su entera discreción.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo revender sus servicios? ==&lt;br /&gt;
Sí, nuestros clientes podrán encontrar una &amp;quot;Sección de revendedor&amp;quot; incluida en el Portal del cliente.&lt;br /&gt;
Le brindamos todas las herramientas que necesita, además de una interfaz de revendedor de marca blanca que ha sido desarrollada para ayudar a nuestros clientes a vender nuestros servicios bajo su propia marca. También le recomendamos que se familiarice con la interfaz de Voip.ms&lt;br /&gt;
antes de revender el servicio.Para obtener más información sobre el revendedor, póngase en contacto con el servicio de asistencia técnica o visite nuestro artículo relacionado aquí: Guía básica del revendedor (Reseller basic guide)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrecen tarifas de mayoreo? ==&lt;br /&gt;
Si está interesado en un descuento basado en el uso o volumen de tráfico, envíe un correo electrónico a sales@voip.ms proporcionando todos los detalles sobre su tráfico, como los destinos a los que necesita llamar y el promedio de minutos utilizados por mes, para recibir información adicional y cotizaciones.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Puedo portear mi número? ==&lt;br /&gt;
Si desea portear o transferir un número de nuestro servicio, puede hacerlo en cualquier momento iniciando la solicitud de porteo con el nuevo proveedor. Autorizamos todas las solicitudes de porteo que coincidan con la información correcta de su cuenta.Recuerde eliminar el número DID de su cuenta VoIP.ms una vez que se complete el proceso de porteo.Para cualquier pregunta relacionada con Port Out, envíe un correo electrónico a nuestro Departamento de LNP a ports@voip.ms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cómo elimino mi DID? ==&lt;br /&gt;
Desde el portal del cliente, vaya a la pestaña del menú Números DID (DID Numbers) y luego haga clic en Facturación DID (DID Billing). Desde esta página, puede cancelar el (los) número (s). Recuerde que este proceso no se puede revertir, asegúrese de que ya no necesitará el número.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Hay alguna tarifa de cancelación? ==&lt;br /&gt;
No cobramos ninguna tarifa de cancelación de ningún tipo, puede cancelar su cuenta o número en cualquier momento que desee.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Dónde se encuentra? ==&lt;br /&gt;
VoIP.ms es una empresa Canadiense fundada en 2007 en Montreal.&lt;br /&gt;
La oficina principal está ubicada en Montreal, QC, Canadá y también hay un Sitio Técnico en Mérida, Yucatán, México para el mercado de América del Sur.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Ofrecen un programa de recomendación? ==&lt;br /&gt;
Sí, el enlace de invitación a referidos, así como todos los detalles e información se pueden encontrar en el portal del cliente en el menú Finanzas (Finances). También puede revisar la información pública haciendo clic en el siguiente enlace: https://voip.ms/en/features/referral-program&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ¿Cuáles son los códecs de audio que son compatibles? ==&lt;br /&gt;
Son compatibles los códecs de audio: G722, G729a, G711u (también conocido como uLaw o PCMU) y GSM. Sus especificaciones son:&lt;br /&gt;
&lt;br /&gt;
Códec: G.722&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 64 Kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 87,2 Kbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Códec: G.711u&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 64 Kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 87,2 Kbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Códec: G.729a&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 8 Kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 31,2 Kbps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Códec: GSM&lt;br /&gt;
&lt;br /&gt;
Tasa de bits: 13 kbps&lt;br /&gt;
&lt;br /&gt;
Ancho de banda de Ethernet nominal (kilobits): 29,2 kbps&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/PRI_virtual</id>
		<title>PRI virtual</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/PRI_virtual"/>
				<updated>2021-01-24T20:04:12Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* El concepto de &amp;quot;expansión&amp;quot; o bajo demanda. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
! Article in English !! Article en français&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.voip.ms/article/Virtual_PRI English] || [https://wiki.voip.ms/article/PRI_Virtuel Français] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Si pagar por minuto por las llamadas entrantes no es su tipo, un PRI virtual es la solución ideal para usted.&lt;br /&gt;
&lt;br /&gt;
Un PRI virtual es, en otros términos, una tarifa fija que paga por canal y por mes. También puede agregar más de un DID a su PRI virtual.&lt;br /&gt;
De esa manera, compartirán el mismo grupo de canales entrantes. No incluye una cantidad específica de &amp;quot;canal&amp;quot; como el PRI tradicional, que suele estar compuesto por 23 canales y 1 canal de datos que gestiona el intercambio de información.&lt;br /&gt;
&lt;br /&gt;
Además, la diferencia entre un PRI y un vPRI con VoIP.ms es solo para el tráfico de llamadas entrantes, significa que para todas las llamadas salientes serán a sus tarifas / minutos. Si tiene un gran volumen de llamadas salientes, seguramente podemos explorar con usted mejores tarifas por minuto.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Flexibilidad===&lt;br /&gt;
&lt;br /&gt;
* Puede agregar más DIDs que la cantidad de canales que tiene.&lt;br /&gt;
* La cantidad de canales se puede cambiar cuando quieras en cualquier momento, no hay contrato.&lt;br /&gt;
* Ofrecemos una solución de desborde&lt;br /&gt;
&lt;br /&gt;
=== Limitaciones ===&lt;br /&gt;
&lt;br /&gt;
Un PRI virtual está limitado a números DID locales, lo que significa que los números de lada sin costo no son elegibles.Además, si tiene algunos DIDs de E.U.A. y algunos DIDs de Canada, por ejemplo, no se pueden combinar. En este caso, se requerirán dos vPRI diferentes. Uno para todos sus números DID canadienses y otro para todos sus números DID estadounidenses.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== El concepto de &amp;quot;desborde&amp;quot; o bajo demanda. ==&lt;br /&gt;
&lt;br /&gt;
Todos sabemos con un PRI regular que si alcanza el número de sus canales concurrentes, será inalcanzable y sus clientes escucharán un tono de congestión / ocupado.&lt;br /&gt;
&lt;br /&gt;
Es allí donde el concepto de “desborde” (bursting) se vuelve útil. Podrá tener una reserva de canales inactivos a menos que alcance la capacidad de canales en su PRI virtual mientras evita que sus clientes alcancen un tono de congestión / ocupado.&lt;br /&gt;
&lt;br /&gt;
=== ¿Cómo funciona? -Escenario===&lt;br /&gt;
&lt;br /&gt;
Supongamos que el uso típico de su empresa requiere un promedio de 50 llamadas entrantes simultáneas para su DID y que tiene esa cantidad de canales en su PRI virtual. Aunque se espera que durante un cierto lapso de tiempo durante cada mes, este tráfico aumente y posiblemente&lt;br /&gt;
supere las 50 llamadas simultáneas. Ahí es donde los canales de desborde se volverán útiles pagando solo por el uso del día en que haya superado las 50 llamadas simultáneas, por canal. Sin los canales de desborde, sus clientes alcanzarían un tono de ocupado que puede generar una posible pérdida de ingresos.&lt;br /&gt;
&lt;br /&gt;
El cálculo es el siguiente para cada canal de desborde en su PRI virtual: (Precio de 1 canal PRI virtual por mes) dividido por (número de días en el mes) = Precio por canal por día + 50%&lt;br /&gt;
&lt;br /&gt;
== ¿Cómo puedo adquirir un PRI Virtual? ==&lt;br /&gt;
&lt;br /&gt;
Solo necesita ponerse en contacto con nuestro departamento de ventas en sales@voip.ms y proporcionarnos la cantidad de canales que necesitará, los DID que desea tener disponibles en su PRI virtual y podremos proporcionarle el precio adecuado según sus necesidades y configurarlo.&lt;br /&gt;
&lt;br /&gt;
Si ya está utilizando nuestro servicio y desea realizar la transición a un PRI virtual, la transición es fluida y sin tiempo de inactividad sin ningún requisito de configuración por su parte.&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/PRI_virtual</id>
		<title>PRI virtual</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/PRI_virtual"/>
				<updated>2021-01-24T20:02:26Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Flexibilidad */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
! Article in English !! Article en français&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.voip.ms/article/Virtual_PRI English] || [https://wiki.voip.ms/article/PRI_Virtuel Français] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Si pagar por minuto por las llamadas entrantes no es su tipo, un PRI virtual es la solución ideal para usted.&lt;br /&gt;
&lt;br /&gt;
Un PRI virtual es, en otros términos, una tarifa fija que paga por canal y por mes. También puede agregar más de un DID a su PRI virtual.&lt;br /&gt;
De esa manera, compartirán el mismo grupo de canales entrantes. No incluye una cantidad específica de &amp;quot;canal&amp;quot; como el PRI tradicional, que suele estar compuesto por 23 canales y 1 canal de datos que gestiona el intercambio de información.&lt;br /&gt;
&lt;br /&gt;
Además, la diferencia entre un PRI y un vPRI con VoIP.ms es solo para el tráfico de llamadas entrantes, significa que para todas las llamadas salientes serán a sus tarifas / minutos. Si tiene un gran volumen de llamadas salientes, seguramente podemos explorar con usted mejores tarifas por minuto.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Flexibilidad===&lt;br /&gt;
&lt;br /&gt;
* Puede agregar más DIDs que la cantidad de canales que tiene.&lt;br /&gt;
* La cantidad de canales se puede cambiar cuando quieras en cualquier momento, no hay contrato.&lt;br /&gt;
* Ofrecemos una solución de desborde&lt;br /&gt;
&lt;br /&gt;
=== Limitaciones ===&lt;br /&gt;
&lt;br /&gt;
Un PRI virtual está limitado a números DID locales, lo que significa que los números de lada sin costo no son elegibles.Además, si tiene algunos DIDs de E.U.A. y algunos DIDs de Canada, por ejemplo, no se pueden combinar. En este caso, se requerirán dos vPRI diferentes. Uno para todos sus números DID canadienses y otro para todos sus números DID estadounidenses.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== El concepto de &amp;quot;expansión&amp;quot; o bajo demanda. ==&lt;br /&gt;
&lt;br /&gt;
Todos sabemos con un PRI regular que si alcanza el número de sus canales concurrentes, será inalcanzable y sus clientes escucharán un tono de congestión / ocupado.&lt;br /&gt;
&lt;br /&gt;
Es allí donde el concepto de “expansión” (bursting) se vuelve útil. Podrá tener una reserva de canales inactivos a menos que alcance la capacidad de canales en su PRI virtual mientras evita que sus clientes alcancen un tono de congestión / ocupado.&lt;br /&gt;
&lt;br /&gt;
=== ¿Cómo funciona? -Escenario===&lt;br /&gt;
&lt;br /&gt;
Supongamos que el uso típico de su empresa requiere un promedio de 50 llamadas entrantes simultáneas para su DID y que tiene esa cantidad de canales en su PRI virtual. Aunque se espera que durante un cierto lapso de tiempo durante cada mes, este tráfico aumente y posiblemente&lt;br /&gt;
supere las 50 llamadas simultáneas. Ahí es donde los canales de expansión se volverán útiles pagando solo por el uso del día en que haya superado las 50 llamadas simultáneas, por canal. Sin los canales de expansión , sus clientes alcanzarían un tono de ocupado que puede generar una posible pérdida de ingresos.&lt;br /&gt;
&lt;br /&gt;
El cálculo es el siguiente para cada canal de expansión en su PRI virtual: (Precio de 1 canal PRI virtual por mes) dividido por (número de días en el mes) = Precio por canal por día + 50%&lt;br /&gt;
&lt;br /&gt;
== ¿Cómo puedo adquirir un PRI Virtual? ==&lt;br /&gt;
&lt;br /&gt;
Solo necesita ponerse en contacto con nuestro departamento de ventas en sales@voip.ms y proporcionarnos la cantidad de canales que necesitará, los DID que desea tener disponibles en su PRI virtual y podremos proporcionarle el precio adecuado según sus necesidades y configurarlo.&lt;br /&gt;
&lt;br /&gt;
Si ya está utilizando nuestro servicio y desea realizar la transición a un PRI virtual, la transición es fluida y sin tiempo de inactividad sin ningún requisito de configuración por su parte.&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/PRI_virtual</id>
		<title>PRI virtual</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/PRI_virtual"/>
				<updated>2021-01-24T20:02:16Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Flexibilidad */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
! Article in English !! Article en français&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.voip.ms/article/Virtual_PRI English] || [https://wiki.voip.ms/article/PRI_Virtuel Français] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Si pagar por minuto por las llamadas entrantes no es su tipo, un PRI virtual es la solución ideal para usted.&lt;br /&gt;
&lt;br /&gt;
Un PRI virtual es, en otros términos, una tarifa fija que paga por canal y por mes. También puede agregar más de un DID a su PRI virtual.&lt;br /&gt;
De esa manera, compartirán el mismo grupo de canales entrantes. No incluye una cantidad específica de &amp;quot;canal&amp;quot; como el PRI tradicional, que suele estar compuesto por 23 canales y 1 canal de datos que gestiona el intercambio de información.&lt;br /&gt;
&lt;br /&gt;
Además, la diferencia entre un PRI y un vPRI con VoIP.ms es solo para el tráfico de llamadas entrantes, significa que para todas las llamadas salientes serán a sus tarifas / minutos. Si tiene un gran volumen de llamadas salientes, seguramente podemos explorar con usted mejores tarifas por minuto.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Flexibilidad===&lt;br /&gt;
&lt;br /&gt;
* Puede agregar más DIDs que la cantidad de canales que tiene.&lt;br /&gt;
* La cantidad de canales se puede cambiar cuando quieras en cualquier momento, no hay contrato.&lt;br /&gt;
* Ofrecemos solución de desborde&lt;br /&gt;
&lt;br /&gt;
=== Limitaciones ===&lt;br /&gt;
&lt;br /&gt;
Un PRI virtual está limitado a números DID locales, lo que significa que los números de lada sin costo no son elegibles.Además, si tiene algunos DIDs de E.U.A. y algunos DIDs de Canada, por ejemplo, no se pueden combinar. En este caso, se requerirán dos vPRI diferentes. Uno para todos sus números DID canadienses y otro para todos sus números DID estadounidenses.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== El concepto de &amp;quot;expansión&amp;quot; o bajo demanda. ==&lt;br /&gt;
&lt;br /&gt;
Todos sabemos con un PRI regular que si alcanza el número de sus canales concurrentes, será inalcanzable y sus clientes escucharán un tono de congestión / ocupado.&lt;br /&gt;
&lt;br /&gt;
Es allí donde el concepto de “expansión” (bursting) se vuelve útil. Podrá tener una reserva de canales inactivos a menos que alcance la capacidad de canales en su PRI virtual mientras evita que sus clientes alcancen un tono de congestión / ocupado.&lt;br /&gt;
&lt;br /&gt;
=== ¿Cómo funciona? -Escenario===&lt;br /&gt;
&lt;br /&gt;
Supongamos que el uso típico de su empresa requiere un promedio de 50 llamadas entrantes simultáneas para su DID y que tiene esa cantidad de canales en su PRI virtual. Aunque se espera que durante un cierto lapso de tiempo durante cada mes, este tráfico aumente y posiblemente&lt;br /&gt;
supere las 50 llamadas simultáneas. Ahí es donde los canales de expansión se volverán útiles pagando solo por el uso del día en que haya superado las 50 llamadas simultáneas, por canal. Sin los canales de expansión , sus clientes alcanzarían un tono de ocupado que puede generar una posible pérdida de ingresos.&lt;br /&gt;
&lt;br /&gt;
El cálculo es el siguiente para cada canal de expansión en su PRI virtual: (Precio de 1 canal PRI virtual por mes) dividido por (número de días en el mes) = Precio por canal por día + 50%&lt;br /&gt;
&lt;br /&gt;
== ¿Cómo puedo adquirir un PRI Virtual? ==&lt;br /&gt;
&lt;br /&gt;
Solo necesita ponerse en contacto con nuestro departamento de ventas en sales@voip.ms y proporcionarnos la cantidad de canales que necesitará, los DID que desea tener disponibles en su PRI virtual y podremos proporcionarle el precio adecuado según sus necesidades y configurarlo.&lt;br /&gt;
&lt;br /&gt;
Si ya está utilizando nuestro servicio y desea realizar la transición a un PRI virtual, la transición es fluida y sin tiempo de inactividad sin ningún requisito de configuración por su parte.&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/PRI_virtual</id>
		<title>PRI virtual</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/PRI_virtual"/>
				<updated>2021-01-24T20:00:04Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
! Article in English !! Article en français&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.voip.ms/article/Virtual_PRI English] || [https://wiki.voip.ms/article/PRI_Virtuel Français] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Si pagar por minuto por las llamadas entrantes no es su tipo, un PRI virtual es la solución ideal para usted.&lt;br /&gt;
&lt;br /&gt;
Un PRI virtual es, en otros términos, una tarifa fija que paga por canal y por mes. También puede agregar más de un DID a su PRI virtual.&lt;br /&gt;
De esa manera, compartirán el mismo grupo de canales entrantes. No incluye una cantidad específica de &amp;quot;canal&amp;quot; como el PRI tradicional, que suele estar compuesto por 23 canales y 1 canal de datos que gestiona el intercambio de información.&lt;br /&gt;
&lt;br /&gt;
Además, la diferencia entre un PRI y un vPRI con VoIP.ms es solo para el tráfico de llamadas entrantes, significa que para todas las llamadas salientes serán a sus tarifas / minutos. Si tiene un gran volumen de llamadas salientes, seguramente podemos explorar con usted mejores tarifas por minuto.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Flexibilidad===&lt;br /&gt;
&lt;br /&gt;
* Puede agregar más DIDs que la cantidad de canales que tiene.&lt;br /&gt;
* La cantidad de canales se puede cambiar cuando quieras en cualquier momento, no hay contrato.&lt;br /&gt;
* Ofrecemos solución de expansión&lt;br /&gt;
&lt;br /&gt;
=== Limitaciones ===&lt;br /&gt;
&lt;br /&gt;
Un PRI virtual está limitado a números DID locales, lo que significa que los números de lada sin costo no son elegibles.Además, si tiene algunos DIDs de E.U.A. y algunos DIDs de Canada, por ejemplo, no se pueden combinar. En este caso, se requerirán dos vPRI diferentes. Uno para todos sus números DID canadienses y otro para todos sus números DID estadounidenses.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== El concepto de &amp;quot;expansión&amp;quot; o bajo demanda. ==&lt;br /&gt;
&lt;br /&gt;
Todos sabemos con un PRI regular que si alcanza el número de sus canales concurrentes, será inalcanzable y sus clientes escucharán un tono de congestión / ocupado.&lt;br /&gt;
&lt;br /&gt;
Es allí donde el concepto de “expansión” (bursting) se vuelve útil. Podrá tener una reserva de canales inactivos a menos que alcance la capacidad de canales en su PRI virtual mientras evita que sus clientes alcancen un tono de congestión / ocupado.&lt;br /&gt;
&lt;br /&gt;
=== ¿Cómo funciona? -Escenario===&lt;br /&gt;
&lt;br /&gt;
Supongamos que el uso típico de su empresa requiere un promedio de 50 llamadas entrantes simultáneas para su DID y que tiene esa cantidad de canales en su PRI virtual. Aunque se espera que durante un cierto lapso de tiempo durante cada mes, este tráfico aumente y posiblemente&lt;br /&gt;
supere las 50 llamadas simultáneas. Ahí es donde los canales de expansión se volverán útiles pagando solo por el uso del día en que haya superado las 50 llamadas simultáneas, por canal. Sin los canales de expansión , sus clientes alcanzarían un tono de ocupado que puede generar una posible pérdida de ingresos.&lt;br /&gt;
&lt;br /&gt;
El cálculo es el siguiente para cada canal de expansión en su PRI virtual: (Precio de 1 canal PRI virtual por mes) dividido por (número de días en el mes) = Precio por canal por día + 50%&lt;br /&gt;
&lt;br /&gt;
== ¿Cómo puedo adquirir un PRI Virtual? ==&lt;br /&gt;
&lt;br /&gt;
Solo necesita ponerse en contacto con nuestro departamento de ventas en sales@voip.ms y proporcionarnos la cantidad de canales que necesitará, los DID que desea tener disponibles en su PRI virtual y podremos proporcionarle el precio adecuado según sus necesidades y configurarlo.&lt;br /&gt;
&lt;br /&gt;
Si ya está utilizando nuestro servicio y desea realizar la transición a un PRI virtual, la transición es fluida y sin tiempo de inactividad sin ningún requisito de configuración por su parte.&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Lista_blanca</id>
		<title>Lista blanca</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Lista_blanca"/>
				<updated>2021-01-24T19:56:08Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Permitir bloqueos / lada de números = */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
! Article in English!! Article en Français&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.voip.ms/article/Whitelisting_numbers English] || [https://wiki.voip.ms/article/Liste_blanche Français] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Una de nuestras funciones es un '''CallerID Filtering''' '''(Filtro de llamadas)''' que se puede utilizar para bloquear llamadas no deseadas de vendedores telefónicos, cobradores, estafadores y entre otras llamadas no deseadas. El [[Filtro de llamadas]] permite al usuario proporcionar una lista de números; cualquier número que coincida con una entrada de la lista puede bloquearse, redireccionarse o manejarse de diversas formas.&lt;br /&gt;
&lt;br /&gt;
De manera similar, la función &amp;quot;CallerID Filtering&amp;quot; se puede utilizar para crear una lista blanca de números o áreas que queremos permitir o redirigir, mientras se bloquea el resto.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Video tutorial ==&lt;br /&gt;
&lt;br /&gt;
[[Image:WhitelistThumbnail.png|200px|link=https://www.youtube.com/watch?v=KwSk50loomY]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
El video esta unicamente disponible en Ingles.&lt;br /&gt;
&lt;br /&gt;
== Configuración de los números DID ==&lt;br /&gt;
&lt;br /&gt;
Primero, configuramos nuestro (s) número (s) DID para rechazar cualquier llamada. Para hacer ésto, debe acceder a la opción '''Manage DID(s)''' desde la pestaña del menú '''DID Numbers'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:MenuOption.jpg|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
En Manage DID(s), verá una lista de sus números DID, su enrutamiento, servidor y otras opciones. Edite un solo número DID haciendo clic en el ícono pequeño de '''Papel y lápiz'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:EditDID.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Una vez que esté en la página de editar el número, la primera y principal sección que verá es la sección '''DID Routing''' la cual puede tener o no todas las opciones disponibles, esto simplemente depende de las funciones que ya tenga habilitadas en su portal.&lt;br /&gt;
&lt;br /&gt;
Éste es básicamente la ruta que tomará la llamada cuando alguien llame al DID. Lo que seleccione aquí, es la ruta que seguirá la llamada y se aplicará a todas las llamadas.&lt;br /&gt;
&lt;br /&gt;
Para seleccionar una opción, debe hacer clic en la casilla de verificación que se encuentra a la izquierda de la opción de enrutamiento y luego seleccionar la opción deseada de la lista desplegable (en caso de que tenga más de una opción para ese enrutamiento).  &lt;br /&gt;
&lt;br /&gt;
Con el fin de rechazar todas las llamadas, seleccione la opción '''System''', luego '''Hangup''' o '''Busy'''.              &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Routingsection.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Luego, desplácese hacia abajo y aplique los cambios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cómo agregar números de teléfono a la lista blanca ==&lt;br /&gt;
&lt;br /&gt;
Teniendo ya la base que desviará las llamadas de números no deseados, tiene que construir la lista de números que desea permitir, creando así un filtro por número.&lt;br /&gt;
&lt;br /&gt;
Diríjase a su portal de clientes y haga clic en la opción '''DID Numbers''' &amp;gt;&amp;gt; '''[[Filtro de llamadas]]'''.&lt;br /&gt;
&lt;br /&gt;
Para trabajar en el primer filtro, haga clic en '''Create a new CallerID Filtering Rule''' .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Cid filtering.jpg|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 1. Seleccione el tipo de criterio de filtro que desee usar, para este caso en particular, seleccione '''Specific CallerID Number / Specify:''' y escriba el número que desea permitir en el campo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 2. Seleccione el número DID al que desea aplicar el filtro.&lt;br /&gt;
 &lt;br /&gt;
 '''Nota:''' es posible aplicar este filtro a TODOS sus números DID, pero no se recomienda para este propósito a menos que esté seguro de que desea &amp;lt;br&amp;gt;aplicar un esquema de lista blanca a todos sus números ahora y en el futuro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Step1y2update.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 3. En la opción de enrutamiento, seleccione el tipo de ruta que conduce a su teléfono, puede ser una '''cuenta SIP/IAX2''' (con la que configuró su teléfono), o un '''Desvío de llamadas '''(en caso de que desee recibir las llamadas en una línea externa).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 4. Este paso es solo una nota que puede utilizar para identificar sus propios filtros, como &amp;quot;Permitir 5554443333&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 5. Guarde el filtro.&lt;br /&gt;
&lt;br /&gt;
[[File:FilterRouting.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Repita el proceso para cada número que desee agregar a su lista.&lt;br /&gt;
&lt;br /&gt;
= Permitir numeros por area o lada =&lt;br /&gt;
&lt;br /&gt;
También es posible permitir numeros por un area o lada en particular, haciendo uso de los comodines '''*''' y '''X''' en el filtro de llamadas.&lt;br /&gt;
&lt;br /&gt;
 '''X''' - Coincide con cualquier dígito en la ubicación específica del número.&lt;br /&gt;
 '''*''' - Coincide con cualquier cantidad de dígitos y cualquier dígito.&lt;br /&gt;
&lt;br /&gt;
Para ésto, cree un nuevo número identificador de llamadas. En el Paso 1, seleccione el criterio de filtrado '''Specific CallerID Number / Specify:''', escriba la lada del área y defina el resto de los dígitos con '''X'''. Por ejemplo: 555xxxxxxx (7 veces X).&lt;br /&gt;
&lt;br /&gt;
[[File:Step1y2Xupdated.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
También puede utilizar el comodín '''*''' después del lada del área. Ejemplo: 555 *&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Step1y2asteriskupdated.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Este filtro permitirá CUALQUIER número que comience con 555.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Incluya en la lista blanca su directorio o grupos del directorio ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
También puede integrar la función de directorio para crear filtros especiales que cubran los contactos ya registrados en el [[Directorio]] de VoIP.ms .&lt;br /&gt;
&lt;br /&gt;
Para administrar su directorio, acceda a la opción '''Phone Book''' desde la pestaña del menú '''DID Numbers'''.&lt;br /&gt;
&lt;br /&gt;
Cree un nuevo filtro de CallerID (opción '''Manage DID(s)''' de la pestaña del menú '''DID Numbers'''). En el paso 1, verá dos criterios de filtrado asociados a la función del directorio, '''All Phone book''' y '''Phone book group'''.&lt;br /&gt;
&lt;br /&gt;
'''All Phonebook''' se explica por sí misma, coincidirá con cualquier número registrado en la función &amp;quot;Directorio&amp;quot; de VoIP.ms y tratará la llamada como configurada en el filtro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:AllPhonebook1y2.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Los criterios de filtrado '''Phone book group''' mostrará una lista desplegable de todos los grupos del directorio creados hasta ese momento, más el grupo &amp;quot;General&amp;quot; creado por defecto.       &lt;br /&gt;
&lt;br /&gt;
'''Nota:''' El grupo '''General''' contiene todas las entradas del directorio que no están agrupadas en grupos personalizados del directorio.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:PhonebookGroup.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Con este esquema, no solo puede incluir en la lista blanca los contactos de su directorio, sino colocarlos en diferentes categorías y asignar diferentes rutas a sus grupos. Como usar una ruta directa hacia usted para la familia, mientras envía a sus colegas de oficina al teléfono de la oficina.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cómo administrar sus filtros ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Puede editar (icono pequeño '''Papel y lápiz''') o eliminar (icono X rojo) cualquier filtro en cualquier momento, desde el portal del cliente en la opción del menú DID Numbers &amp;gt;&amp;gt; [[Filtro de llamadas]].&lt;br /&gt;
&lt;br /&gt;
[[File:Managefiltersupdated.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Otra herramienta útil en la función de filtrado de llamadas es la barra '''Search'''. Puede usarlo para buscar a través de sus filtros según lo que escriba en el campo de búsqueda. El sistema buscará basándose en lo que tenga en las columnas '''CallerID''', '''DID''' y '''Note'''.&lt;br /&gt;
&lt;br /&gt;
Usando la última imagen como ejemplo, si escribo &amp;quot;Start with&amp;quot;, el sistema mostrará solo los filtros que tienen las palabras &amp;quot;Start with&amp;quot; en la columna '''Note'''. Es por eso que recomendamos dejar notas fáciles de recordar cuando cree filtros.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Usingsearch.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 '''Nota:''' La opción Search puede buscar a través de sus filtros, haciendo coincidir el nombre de los grupos del directorio.        &lt;br /&gt;
&lt;br /&gt;
[[category:guides]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Lista_blanca</id>
		<title>Lista blanca</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Lista_blanca"/>
				<updated>2021-01-24T19:53:16Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Cómo agregar números de teléfono a la lista blanca */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
! Article in English!! Article en Français&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.voip.ms/article/Whitelisting_numbers English] || [https://wiki.voip.ms/article/Liste_blanche Français] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Una de nuestras funciones es un '''CallerID Filtering''' '''(Filtro de llamadas)''' que se puede utilizar para bloquear llamadas no deseadas de vendedores telefónicos, cobradores, estafadores y entre otras llamadas no deseadas. El [[Filtro de llamadas]] permite al usuario proporcionar una lista de números; cualquier número que coincida con una entrada de la lista puede bloquearse, redireccionarse o manejarse de diversas formas.&lt;br /&gt;
&lt;br /&gt;
De manera similar, la función &amp;quot;CallerID Filtering&amp;quot; se puede utilizar para crear una lista blanca de números o áreas que queremos permitir o redirigir, mientras se bloquea el resto.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Video tutorial ==&lt;br /&gt;
&lt;br /&gt;
[[Image:WhitelistThumbnail.png|200px|link=https://www.youtube.com/watch?v=KwSk50loomY]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
El video esta unicamente disponible en Ingles.&lt;br /&gt;
&lt;br /&gt;
== Configuración de los números DID ==&lt;br /&gt;
&lt;br /&gt;
Primero, configuramos nuestro (s) número (s) DID para rechazar cualquier llamada. Para hacer ésto, debe acceder a la opción '''Manage DID(s)''' desde la pestaña del menú '''DID Numbers'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:MenuOption.jpg|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
En Manage DID(s), verá una lista de sus números DID, su enrutamiento, servidor y otras opciones. Edite un solo número DID haciendo clic en el ícono pequeño de '''Papel y lápiz'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:EditDID.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Una vez que esté en la página de editar el número, la primera y principal sección que verá es la sección '''DID Routing''' la cual puede tener o no todas las opciones disponibles, esto simplemente depende de las funciones que ya tenga habilitadas en su portal.&lt;br /&gt;
&lt;br /&gt;
Éste es básicamente la ruta que tomará la llamada cuando alguien llame al DID. Lo que seleccione aquí, es la ruta que seguirá la llamada y se aplicará a todas las llamadas.&lt;br /&gt;
&lt;br /&gt;
Para seleccionar una opción, debe hacer clic en la casilla de verificación que se encuentra a la izquierda de la opción de enrutamiento y luego seleccionar la opción deseada de la lista desplegable (en caso de que tenga más de una opción para ese enrutamiento).  &lt;br /&gt;
&lt;br /&gt;
Con el fin de rechazar todas las llamadas, seleccione la opción '''System''', luego '''Hangup''' o '''Busy'''.              &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Routingsection.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Luego, desplácese hacia abajo y aplique los cambios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cómo agregar números de teléfono a la lista blanca ==&lt;br /&gt;
&lt;br /&gt;
Teniendo ya la base que desviará las llamadas de números no deseados, tiene que construir la lista de números que desea permitir, creando así un filtro por número.&lt;br /&gt;
&lt;br /&gt;
Diríjase a su portal de clientes y haga clic en la opción '''DID Numbers''' &amp;gt;&amp;gt; '''[[Filtro de llamadas]]'''.&lt;br /&gt;
&lt;br /&gt;
Para trabajar en el primer filtro, haga clic en '''Create a new CallerID Filtering Rule''' .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Cid filtering.jpg|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 1. Seleccione el tipo de criterio de filtro que desee usar, para este caso en particular, seleccione '''Specific CallerID Number / Specify:''' y escriba el número que desea permitir en el campo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 2. Seleccione el número DID al que desea aplicar el filtro.&lt;br /&gt;
 &lt;br /&gt;
 '''Nota:''' es posible aplicar este filtro a TODOS sus números DID, pero no se recomienda para este propósito a menos que esté seguro de que desea &amp;lt;br&amp;gt;aplicar un esquema de lista blanca a todos sus números ahora y en el futuro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Step1y2update.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 3. En la opción de enrutamiento, seleccione el tipo de ruta que conduce a su teléfono, puede ser una '''cuenta SIP/IAX2''' (con la que configuró su teléfono), o un '''Desvío de llamadas '''(en caso de que desee recibir las llamadas en una línea externa).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 4. Este paso es solo una nota que puede utilizar para identificar sus propios filtros, como &amp;quot;Permitir 5554443333&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 5. Guarde el filtro.&lt;br /&gt;
&lt;br /&gt;
[[File:FilterRouting.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Repita el proceso para cada número que desee agregar a su lista.&lt;br /&gt;
&lt;br /&gt;
= Permitir bloqueos / lada de números ==&lt;br /&gt;
&lt;br /&gt;
También es posible permitir bloqueos o ladas completas, haciendo uso de los comodines '''*''' y '''X''' en el filtro de llamadas.&lt;br /&gt;
&lt;br /&gt;
 '''X''' - Coincide con cualquier dígito en la ubicación específica del número.&lt;br /&gt;
 '''*''' - Coincide con cualquier cantidad de dígitos y cualquier dígito.&lt;br /&gt;
&lt;br /&gt;
Para ésto, cree un nuevo número identificador de llamadas. En el Paso 1, seleccione el criterio de filtrado '''Specific CallerID Number / Specify:''', escriba la lada del área y defina el resto de los dígitos con '''X'''. Por ejemplo: 555xxxxxxx (7 veces X).&lt;br /&gt;
&lt;br /&gt;
[[File:Step1y2Xupdated.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
También puede utilizar el comodín '''*''' después del lada del área. Ejemplo: 555 *&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Step1y2asteriskupdated.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Este filtro permitirá CUALQUIER número que comience con 555.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Incluya en la lista blanca su directorio o grupos del directorio ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
También puede integrar la función de directorio para crear filtros especiales que cubran los contactos ya registrados en el [[Directorio]] de VoIP.ms .&lt;br /&gt;
&lt;br /&gt;
Para administrar su directorio, acceda a la opción '''Phone Book''' desde la pestaña del menú '''DID Numbers'''.&lt;br /&gt;
&lt;br /&gt;
Cree un nuevo filtro de CallerID (opción '''Manage DID(s)''' de la pestaña del menú '''DID Numbers'''). En el paso 1, verá dos criterios de filtrado asociados a la función del directorio, '''All Phone book''' y '''Phone book group'''.&lt;br /&gt;
&lt;br /&gt;
'''All Phonebook''' se explica por sí misma, coincidirá con cualquier número registrado en la función &amp;quot;Directorio&amp;quot; de VoIP.ms y tratará la llamada como configurada en el filtro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:AllPhonebook1y2.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Los criterios de filtrado '''Phone book group''' mostrará una lista desplegable de todos los grupos del directorio creados hasta ese momento, más el grupo &amp;quot;General&amp;quot; creado por defecto.       &lt;br /&gt;
&lt;br /&gt;
'''Nota:''' El grupo '''General''' contiene todas las entradas del directorio que no están agrupadas en grupos personalizados del directorio.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:PhonebookGroup.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Con este esquema, no solo puede incluir en la lista blanca los contactos de su directorio, sino colocarlos en diferentes categorías y asignar diferentes rutas a sus grupos. Como usar una ruta directa hacia usted para la familia, mientras envía a sus colegas de oficina al teléfono de la oficina.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cómo administrar sus filtros ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Puede editar (icono pequeño '''Papel y lápiz''') o eliminar (icono X rojo) cualquier filtro en cualquier momento, desde el portal del cliente en la opción del menú DID Numbers &amp;gt;&amp;gt; [[Filtro de llamadas]].&lt;br /&gt;
&lt;br /&gt;
[[File:Managefiltersupdated.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Otra herramienta útil en la función de filtrado de llamadas es la barra '''Search'''. Puede usarlo para buscar a través de sus filtros según lo que escriba en el campo de búsqueda. El sistema buscará basándose en lo que tenga en las columnas '''CallerID''', '''DID''' y '''Note'''.&lt;br /&gt;
&lt;br /&gt;
Usando la última imagen como ejemplo, si escribo &amp;quot;Start with&amp;quot;, el sistema mostrará solo los filtros que tienen las palabras &amp;quot;Start with&amp;quot; en la columna '''Note'''. Es por eso que recomendamos dejar notas fáciles de recordar cuando cree filtros.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Usingsearch.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 '''Nota:''' La opción Search puede buscar a través de sus filtros, haciendo coincidir el nombre de los grupos del directorio.        &lt;br /&gt;
&lt;br /&gt;
[[category:guides]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Lista_blanca</id>
		<title>Lista blanca</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Lista_blanca"/>
				<updated>2021-01-24T19:50:48Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Video tutorial */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
! Article in English!! Article en Français&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.voip.ms/article/Whitelisting_numbers English] || [https://wiki.voip.ms/article/Liste_blanche Français] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Una de nuestras funciones es un '''CallerID Filtering''' '''(Filtro de llamadas)''' que se puede utilizar para bloquear llamadas no deseadas de vendedores telefónicos, cobradores, estafadores y entre otras llamadas no deseadas. El [[Filtro de llamadas]] permite al usuario proporcionar una lista de números; cualquier número que coincida con una entrada de la lista puede bloquearse, redireccionarse o manejarse de diversas formas.&lt;br /&gt;
&lt;br /&gt;
De manera similar, la función &amp;quot;CallerID Filtering&amp;quot; se puede utilizar para crear una lista blanca de números o áreas que queremos permitir o redirigir, mientras se bloquea el resto.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Video tutorial ==&lt;br /&gt;
&lt;br /&gt;
[[Image:WhitelistThumbnail.png|200px|link=https://www.youtube.com/watch?v=KwSk50loomY]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
El video esta unicamente disponible en Ingles.&lt;br /&gt;
&lt;br /&gt;
== Configuración de los números DID ==&lt;br /&gt;
&lt;br /&gt;
Primero, configuramos nuestro (s) número (s) DID para rechazar cualquier llamada. Para hacer ésto, debe acceder a la opción '''Manage DID(s)''' desde la pestaña del menú '''DID Numbers'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:MenuOption.jpg|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
En Manage DID(s), verá una lista de sus números DID, su enrutamiento, servidor y otras opciones. Edite un solo número DID haciendo clic en el ícono pequeño de '''Papel y lápiz'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:EditDID.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Una vez que esté en la página de editar el número, la primera y principal sección que verá es la sección '''DID Routing''' la cual puede tener o no todas las opciones disponibles, esto simplemente depende de las funciones que ya tenga habilitadas en su portal.&lt;br /&gt;
&lt;br /&gt;
Éste es básicamente la ruta que tomará la llamada cuando alguien llame al DID. Lo que seleccione aquí, es la ruta que seguirá la llamada y se aplicará a todas las llamadas.&lt;br /&gt;
&lt;br /&gt;
Para seleccionar una opción, debe hacer clic en la casilla de verificación que se encuentra a la izquierda de la opción de enrutamiento y luego seleccionar la opción deseada de la lista desplegable (en caso de que tenga más de una opción para ese enrutamiento).  &lt;br /&gt;
&lt;br /&gt;
Con el fin de rechazar todas las llamadas, seleccione la opción '''System''', luego '''Hangup''' o '''Busy'''.              &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Routingsection.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Luego, desplácese hacia abajo y aplique los cambios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cómo agregar números de teléfono a la lista blanca ==&lt;br /&gt;
&lt;br /&gt;
Teniendo ya la base que desviará las llamadas de números no deseados, tiene que construir la lista de números que desea permitir, creando así un filtro por número.&lt;br /&gt;
&lt;br /&gt;
Diríjase a su portal de clientes y haga clic en la opción '''DID Numbers''' &amp;gt;&amp;gt; '''[[Filtro de llamadas]]'''.&lt;br /&gt;
&lt;br /&gt;
Para trabajar en el primer filtro, haga clic en '''Create a new CallerID Filtering Rule''' .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Cid filtering.jpg|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 1. Seleccione el tipo de criterio de filtro que desee usar, para este caso en particular, seleccione '''Specific CallerID Number / Specify:''' y escriba el número que desea permitir en el campo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 2. Seleccione el número DID al que desea aplicar el filtro.&lt;br /&gt;
 &lt;br /&gt;
 '''Nota:''' es posible aplicar este filtro a TODOS sus números DID, pero no se recomienda para este propósito a menos que esté seguro de que desea aplicar un esquema de lista blanca a todos sus números ahora y en el futuro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Step1y2update.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 3. En la opción de enrutamiento, seleccione el tipo de ruta que conduce a su teléfono, puede ser una '''cuenta SIP/IAX2''' (con la que configuró su teléfono), o un '''Desvío de llamadas '''(en caso de que desee recibir las llamadas en una línea externa).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 4. Este paso es solo una nota que puede utilizar para identificar sus propios filtros, como &amp;quot;Permitir 5554443333&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 5. Guarde el filtro.&lt;br /&gt;
&lt;br /&gt;
[[File:FilterRouting.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Repita el proceso para cada número que desee agregar a su lista.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Permitir bloqueos / lada de números ==&lt;br /&gt;
&lt;br /&gt;
También es posible permitir bloqueos o ladas completas, haciendo uso de los comodines '''*''' y '''X''' en el filtro de llamadas.&lt;br /&gt;
&lt;br /&gt;
 '''X''' - Coincide con cualquier dígito en la ubicación específica del número.&lt;br /&gt;
 '''*''' - Coincide con cualquier cantidad de dígitos y cualquier dígito.&lt;br /&gt;
&lt;br /&gt;
Para ésto, cree un nuevo número identificador de llamadas. En el Paso 1, seleccione el criterio de filtrado '''Specific CallerID Number / Specify:''', escriba la lada del área y defina el resto de los dígitos con '''X'''. Por ejemplo: 555xxxxxxx (7 veces X).&lt;br /&gt;
&lt;br /&gt;
[[File:Step1y2Xupdated.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
También puede utilizar el comodín '''*''' después del lada del área. Ejemplo: 555 *&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Step1y2asteriskupdated.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Este filtro permitirá CUALQUIER número que comience con 555.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Incluya en la lista blanca su directorio o grupos del directorio ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
También puede integrar la función de directorio para crear filtros especiales que cubran los contactos ya registrados en el [[Directorio]] de VoIP.ms .&lt;br /&gt;
&lt;br /&gt;
Para administrar su directorio, acceda a la opción '''Phone Book''' desde la pestaña del menú '''DID Numbers'''.&lt;br /&gt;
&lt;br /&gt;
Cree un nuevo filtro de CallerID (opción '''Manage DID(s)''' de la pestaña del menú '''DID Numbers'''). En el paso 1, verá dos criterios de filtrado asociados a la función del directorio, '''All Phone book''' y '''Phone book group'''.&lt;br /&gt;
&lt;br /&gt;
'''All Phonebook''' se explica por sí misma, coincidirá con cualquier número registrado en la función &amp;quot;Directorio&amp;quot; de VoIP.ms y tratará la llamada como configurada en el filtro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:AllPhonebook1y2.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Los criterios de filtrado '''Phone book group''' mostrará una lista desplegable de todos los grupos del directorio creados hasta ese momento, más el grupo &amp;quot;General&amp;quot; creado por defecto.       &lt;br /&gt;
&lt;br /&gt;
'''Nota:''' El grupo '''General''' contiene todas las entradas del directorio que no están agrupadas en grupos personalizados del directorio.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:PhonebookGroup.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Con este esquema, no solo puede incluir en la lista blanca los contactos de su directorio, sino colocarlos en diferentes categorías y asignar diferentes rutas a sus grupos. Como usar una ruta directa hacia usted para la familia, mientras envía a sus colegas de oficina al teléfono de la oficina.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cómo administrar sus filtros ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Puede editar (icono pequeño '''Papel y lápiz''') o eliminar (icono X rojo) cualquier filtro en cualquier momento, desde el portal del cliente en la opción del menú DID Numbers &amp;gt;&amp;gt; [[Filtro de llamadas]].&lt;br /&gt;
&lt;br /&gt;
[[File:Managefiltersupdated.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Otra herramienta útil en la función de filtrado de llamadas es la barra '''Search'''. Puede usarlo para buscar a través de sus filtros según lo que escriba en el campo de búsqueda. El sistema buscará basándose en lo que tenga en las columnas '''CallerID''', '''DID''' y '''Note'''.&lt;br /&gt;
&lt;br /&gt;
Usando la última imagen como ejemplo, si escribo &amp;quot;Start with&amp;quot;, el sistema mostrará solo los filtros que tienen las palabras &amp;quot;Start with&amp;quot; en la columna '''Note'''. Es por eso que recomendamos dejar notas fáciles de recordar cuando cree filtros.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Usingsearch.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 '''Nota:''' La opción Search puede buscar a través de sus filtros, haciendo coincidir el nombre de los grupos del directorio.        &lt;br /&gt;
&lt;br /&gt;
[[category:guides]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Lista_blanca</id>
		<title>Lista blanca</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Lista_blanca"/>
				<updated>2021-01-24T19:50:33Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Video tutorial */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
! Article in English!! Article en Français&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.voip.ms/article/Whitelisting_numbers English] || [https://wiki.voip.ms/article/Liste_blanche Français] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Una de nuestras funciones es un '''CallerID Filtering''' '''(Filtro de llamadas)''' que se puede utilizar para bloquear llamadas no deseadas de vendedores telefónicos, cobradores, estafadores y entre otras llamadas no deseadas. El [[Filtro de llamadas]] permite al usuario proporcionar una lista de números; cualquier número que coincida con una entrada de la lista puede bloquearse, redireccionarse o manejarse de diversas formas.&lt;br /&gt;
&lt;br /&gt;
De manera similar, la función &amp;quot;CallerID Filtering&amp;quot; se puede utilizar para crear una lista blanca de números o áreas que queremos permitir o redirigir, mientras se bloquea el resto.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Video tutorial ==&lt;br /&gt;
&lt;br /&gt;
[[Image:WhitelistThumbnail.png|200px|link=https://www.youtube.com/watch?v=KwSk50loomY]]&lt;br /&gt;
&lt;br /&gt;
El video esta unicamente disponible en Ingles.&lt;br /&gt;
&lt;br /&gt;
== Configuración de los números DID ==&lt;br /&gt;
&lt;br /&gt;
Primero, configuramos nuestro (s) número (s) DID para rechazar cualquier llamada. Para hacer ésto, debe acceder a la opción '''Manage DID(s)''' desde la pestaña del menú '''DID Numbers'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:MenuOption.jpg|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
En Manage DID(s), verá una lista de sus números DID, su enrutamiento, servidor y otras opciones. Edite un solo número DID haciendo clic en el ícono pequeño de '''Papel y lápiz'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:EditDID.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Una vez que esté en la página de editar el número, la primera y principal sección que verá es la sección '''DID Routing''' la cual puede tener o no todas las opciones disponibles, esto simplemente depende de las funciones que ya tenga habilitadas en su portal.&lt;br /&gt;
&lt;br /&gt;
Éste es básicamente la ruta que tomará la llamada cuando alguien llame al DID. Lo que seleccione aquí, es la ruta que seguirá la llamada y se aplicará a todas las llamadas.&lt;br /&gt;
&lt;br /&gt;
Para seleccionar una opción, debe hacer clic en la casilla de verificación que se encuentra a la izquierda de la opción de enrutamiento y luego seleccionar la opción deseada de la lista desplegable (en caso de que tenga más de una opción para ese enrutamiento).  &lt;br /&gt;
&lt;br /&gt;
Con el fin de rechazar todas las llamadas, seleccione la opción '''System''', luego '''Hangup''' o '''Busy'''.              &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Routingsection.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Luego, desplácese hacia abajo y aplique los cambios.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cómo agregar números de teléfono a la lista blanca ==&lt;br /&gt;
&lt;br /&gt;
Teniendo ya la base que desviará las llamadas de números no deseados, tiene que construir la lista de números que desea permitir, creando así un filtro por número.&lt;br /&gt;
&lt;br /&gt;
Diríjase a su portal de clientes y haga clic en la opción '''DID Numbers''' &amp;gt;&amp;gt; '''[[Filtro de llamadas]]'''.&lt;br /&gt;
&lt;br /&gt;
Para trabajar en el primer filtro, haga clic en '''Create a new CallerID Filtering Rule''' .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Cid filtering.jpg|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 1. Seleccione el tipo de criterio de filtro que desee usar, para este caso en particular, seleccione '''Specific CallerID Number / Specify:''' y escriba el número que desea permitir en el campo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 2. Seleccione el número DID al que desea aplicar el filtro.&lt;br /&gt;
 &lt;br /&gt;
 '''Nota:''' es posible aplicar este filtro a TODOS sus números DID, pero no se recomienda para este propósito a menos que esté seguro de que desea aplicar un esquema de lista blanca a todos sus números ahora y en el futuro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Step1y2update.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 3. En la opción de enrutamiento, seleccione el tipo de ruta que conduce a su teléfono, puede ser una '''cuenta SIP/IAX2''' (con la que configuró su teléfono), o un '''Desvío de llamadas '''(en caso de que desee recibir las llamadas en una línea externa).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 4. Este paso es solo una nota que puede utilizar para identificar sus propios filtros, como &amp;quot;Permitir 5554443333&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Paso 5. Guarde el filtro.&lt;br /&gt;
&lt;br /&gt;
[[File:FilterRouting.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Repita el proceso para cada número que desee agregar a su lista.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Permitir bloqueos / lada de números ==&lt;br /&gt;
&lt;br /&gt;
También es posible permitir bloqueos o ladas completas, haciendo uso de los comodines '''*''' y '''X''' en el filtro de llamadas.&lt;br /&gt;
&lt;br /&gt;
 '''X''' - Coincide con cualquier dígito en la ubicación específica del número.&lt;br /&gt;
 '''*''' - Coincide con cualquier cantidad de dígitos y cualquier dígito.&lt;br /&gt;
&lt;br /&gt;
Para ésto, cree un nuevo número identificador de llamadas. En el Paso 1, seleccione el criterio de filtrado '''Specific CallerID Number / Specify:''', escriba la lada del área y defina el resto de los dígitos con '''X'''. Por ejemplo: 555xxxxxxx (7 veces X).&lt;br /&gt;
&lt;br /&gt;
[[File:Step1y2Xupdated.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
También puede utilizar el comodín '''*''' después del lada del área. Ejemplo: 555 *&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Step1y2asteriskupdated.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Este filtro permitirá CUALQUIER número que comience con 555.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Incluya en la lista blanca su directorio o grupos del directorio ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
También puede integrar la función de directorio para crear filtros especiales que cubran los contactos ya registrados en el [[Directorio]] de VoIP.ms .&lt;br /&gt;
&lt;br /&gt;
Para administrar su directorio, acceda a la opción '''Phone Book''' desde la pestaña del menú '''DID Numbers'''.&lt;br /&gt;
&lt;br /&gt;
Cree un nuevo filtro de CallerID (opción '''Manage DID(s)''' de la pestaña del menú '''DID Numbers'''). En el paso 1, verá dos criterios de filtrado asociados a la función del directorio, '''All Phone book''' y '''Phone book group'''.&lt;br /&gt;
&lt;br /&gt;
'''All Phonebook''' se explica por sí misma, coincidirá con cualquier número registrado en la función &amp;quot;Directorio&amp;quot; de VoIP.ms y tratará la llamada como configurada en el filtro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:AllPhonebook1y2.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Los criterios de filtrado '''Phone book group''' mostrará una lista desplegable de todos los grupos del directorio creados hasta ese momento, más el grupo &amp;quot;General&amp;quot; creado por defecto.       &lt;br /&gt;
&lt;br /&gt;
'''Nota:''' El grupo '''General''' contiene todas las entradas del directorio que no están agrupadas en grupos personalizados del directorio.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:PhonebookGroup.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Con este esquema, no solo puede incluir en la lista blanca los contactos de su directorio, sino colocarlos en diferentes categorías y asignar diferentes rutas a sus grupos. Como usar una ruta directa hacia usted para la familia, mientras envía a sus colegas de oficina al teléfono de la oficina.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cómo administrar sus filtros ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Puede editar (icono pequeño '''Papel y lápiz''') o eliminar (icono X rojo) cualquier filtro en cualquier momento, desde el portal del cliente en la opción del menú DID Numbers &amp;gt;&amp;gt; [[Filtro de llamadas]].&lt;br /&gt;
&lt;br /&gt;
[[File:Managefiltersupdated.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Otra herramienta útil en la función de filtrado de llamadas es la barra '''Search'''. Puede usarlo para buscar a través de sus filtros según lo que escriba en el campo de búsqueda. El sistema buscará basándose en lo que tenga en las columnas '''CallerID''', '''DID''' y '''Note'''.&lt;br /&gt;
&lt;br /&gt;
Usando la última imagen como ejemplo, si escribo &amp;quot;Start with&amp;quot;, el sistema mostrará solo los filtros que tienen las palabras &amp;quot;Start with&amp;quot; en la columna '''Note'''. Es por eso que recomendamos dejar notas fáciles de recordar cuando cree filtros.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Usingsearch.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 '''Nota:''' La opción Search puede buscar a través de sus filtros, haciendo coincidir el nombre de los grupos del directorio.        &lt;br /&gt;
&lt;br /&gt;
[[category:guides]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Uso_de_grupos_de_timbrado_con_un_servicio_de_filtro_de_spam_de_terceros</id>
		<title>Uso de grupos de timbrado con un servicio de filtro de spam de terceros</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Uso_de_grupos_de_timbrado_con_un_servicio_de_filtro_de_spam_de_terceros"/>
				<updated>2021-01-24T19:48:07Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Ver también */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;El servicio voip.ms tiene un filtro incorporado que se puede utilizar para bloquear llamadas no deseadas de vendedores por teléfono, cobradores, estafadores y entre otras llamadas no deseadas. El [[Filtro de llamadas]] permite al usuario proporcionar una lista de números; cualquier número que coincida con una entrada de la lista puede bloquearse, redireccionarse o manejarse de diversas formas.&lt;br /&gt;
&lt;br /&gt;
Dado que los vendedores por teléfono intentarán eludir los bloqueos llamando desde algún otro número, se han creado varios servicios de terceros para crear listas negras de miles de números de llamadas no deseadas conocidas. Estos se empaquetan e implementan de diversas formas; Una forma de filtro de spam de terceros requiere que el usuario dirija todas las llamadas entrantes a uno o más [[Grupo de timbre]].       &lt;br /&gt;
&lt;br /&gt;
En esta configuración, las llamadas entrantes suenan tanto en el teléfono del suscriptor como en una segunda ubicación, en este caso, el servicio de filtrado de llamadas no deseadas. Si la llamada es legítima, el servidor de terceros la ignora; si la llamada no es deseada, el servidor de terceros responde inmediatamente para que el teléfono del suscriptor solo dé un breve timbre o no suene en absoluto.&lt;br /&gt;
&lt;br /&gt;
Uno de estos servidores es Jolly Roger Telephone Company (jollyrogertelco.com) que, a pesar del nombre, no sustituye a voip.ms ni a ninguna otra compañía telefónica; es un servicio de filtro de llamadas de terceros para bloquear las llamadas de venta telefónica no deseadas dirigiéndolas a uno de varios robots automatizados en lugar de a un ser humano real.&lt;br /&gt;
&lt;br /&gt;
El servicio voip.ms ofrece múltiples características que lo hacen muy adecuado para su uso junto con dichos servicios de terceros:&lt;br /&gt;
* [[Grupo de timbre]] permiten que la misma llamada entrante suene en dos o más ubicaciones a la vez.&lt;br /&gt;
* [[SIP_URI # Creación de un nuevo SIP URI | Creando un SIP URI]] permite que las llamadas se reenvíen del sistema a otros servicios de Internet sin costo.&lt;br /&gt;
* Si un servicio de terceros no es compatible con la dirección URI para aceptar llamadas, se pueden crear entradas de [[Desvío de llamadas]] para enviar llamadas a la red telefónica pública conmutada.&lt;br /&gt;
&lt;br /&gt;
==Configuración==&lt;br /&gt;
En este ejemplo, el bloqueador de spam de terceros se muestra como jollyrogertelco.com; la configuración será similar para otros proveedores que dependen del acceso del suscriptor a [[Grupo de timbre]] para enviar todas las llamadas entrantes tanto al teléfono local como a un servicio externo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) El primer paso es obtener un número para llamadas entrantes en el servicio de voip.ms, si aún no lo tiene. Ver: [[Comprar un número DID]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) El siguiente paso es crear una cuenta en el servicio de terceros, por ejemplo https://www.jollyrogertelco.com llama a esta suscripción su servicio de &amp;quot;landlubber&amp;quot; (ofreciendo &amp;quot;línea fija&amp;quot; o &amp;quot;VoIP&amp;quot; como opciones). Cuando el sistema le solicite su número de teléfono, proporcione el número que está enviando en el identificador de llamadas en sus llamadas salientes de voip.ms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) El servidor de terceros enviará un correo electrónico una vez que el servicio se haya configurado de su lado. Esto se parece a:&lt;br /&gt;
&lt;br /&gt;
: ''¡Esta es una nota para confirmar su servicio con la Compañía Telefónica Jolly Roger! ''&lt;br /&gt;
: '' ¡Tiene un número de teléfono activo con nosotros! ''&lt;br /&gt;
: '' Su primer número de teléfono es 1NXXNXXXXXX. ''&lt;br /&gt;
: '' Vea el enlace 'Pick a Robot' (Elija un robot) de www.jollyrogertelephone.com para encontrar los números de nuestros bots. Si no tiene tiempo para buscarlos ahora, simplemente marque un bot aleatorio al 206-259-4999 para los E.U.A., 020-3813-1739 para el Reino Unido''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4) Debería ser posible obtener el código SIP desde la pestaña &amp;quot;settings&amp;quot; en https://jollyrogertelephone.com/amember/personal-options (está en la parte inferior, junto a un enlace de botón rojo &amp;quot;How to use SIP codes&amp;quot;(Cómo usar los códigos SIP)).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5) Otra alternativa es llamar al número proporcionado, +1 206-259-4999. Una voz aparentemente humana preguntará  &amp;quot;Hello? Hello?&amp;quot; (&amp;quot;¿Hola? ¿Hola?&amp;quot;). Este es el robot. Colgar. El servidor de terceros enviará un correo electrónico automatizado indicando que el robot tomó la llamada y proporcionará la información de configuración SIP:                &lt;br /&gt;
&lt;br /&gt;
: ''Una persona que llamó desde NXX-NXX-XXXX marcó 206-259-4999 y fue abandonada durante 10 segundos con un bot Jolly Roger llamado 'Kim the Kraken'. Se adjunta la grabación de la llamada ''.&lt;br /&gt;
: ''¿Quiere el SIP? ¡Lo tiene! Su código SIP es 3jrt66r. Para obtener instrucciones sobre cómo utilizar SIP para integrarse con el teléfono Jolly Roger, haga clic aquí: [https://jollyrogertelephone.com/faqs/#FAQ318 jollyrogertelephone.com/how-to-integrate-with-sip/].''&lt;br /&gt;
: (El código SIP real variará para cada suscriptor. En este caso, se utiliza 3jrt66r unicamente como un ejemplo).&lt;br /&gt;
&lt;br /&gt;
6) Cree la dirección URI a partir del código proporcionado abriendo https://www.voip.ms/m/sipuri.php en el panel de control de voip.ms. Consulte [[SIP URI # Creando un nuevo SIP URI | SIP URI]]. Para este servidor de terceros, la dirección URI es el código SIP proporcionado en el correo electrónico, más un sufijo, por lo que '''3jrt66r''' podría convertirse en '''3jrt66r'''-4949@jrt.bz, por ejemplo :&lt;br /&gt;
&lt;br /&gt;
[[Image:Forward.jpg]]&lt;br /&gt;
:'''Create new SIP URI'''&lt;br /&gt;
:'''SIP URI''' sip: 3jrt66r-4949@jrt.bz&lt;br /&gt;
:'''Description''': ...whatever...&lt;br /&gt;
&lt;br /&gt;
:(Aparentemente, la dirección URI con el sufijo -4999@jrt.bz responde todo como el robot, el sufijo -4949@jrt.bz responde solo las llamadas no deseadas como el robot).&lt;br /&gt;
&lt;br /&gt;
7) Una vez que existe la dirección URI para el servidor de terceros, es necesario agregarlo a un [[Grupo de timbre]]. En el panel de control de voip.ms https://www.voip.ms/m/ringgroup.php, haga clic en el botón &amp;quot;Create a new ring group&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Image:RingGroups.png]]&lt;br /&gt;
&lt;br /&gt;
:Aparecerá un cuadro de diálogo preguntando qué extensiones deben sonar cuando llega una llamada entrante. Marque la casilla del SIP URI (dirección URI) que acaba de crear (arriba) y marque la casilla del teléfono que desee utilizar para responder llamadas. Esto hará que las llamadas entrantes suenen en ambos lugares al mismo tiempo.&lt;br /&gt;
&lt;br /&gt;
:El &amp;quot;ring time&amp;quot; (&amp;quot;tiempo de timbre&amp;quot;) para el servidor de terceros debe establecerse en algo relativamente corto para que, si no se responde la llamada, se puedan usar las distintas configuraciones de respaldo para el DID.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8) El paso final es dirigir uno o más de sus números de marcado directo entrante (DID) al grupo de timbre usando [[Configuración de DID]] en el panel de control, https://www.voip.ms/m/managedid.&lt;br /&gt;
&lt;br /&gt;
:Seleccione un número entrante:&lt;br /&gt;
&lt;br /&gt;
[[Image:EditDID.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
:Cambie la ruta de ese número entrante a &amp;quot;grupo de timbre&amp;quot; y elija el grupo de timbre que acaba de crear (arriba):&lt;br /&gt;
&lt;br /&gt;
[[File:Routing.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
9) Opcionalmente, puede usar el [[Filtro de llamadas]] para tomar los números que lo llaman con más frecuencia (o todos en su [[Phone_book # Manage_your_groups | phone book]]) y enviarlos directamente a una de sus extensiones, sin tener que ir a través de cualquiera de los filtros. No hay ningún requisito para hacer esto, pero puede reducir la cantidad de correos electrónicos de notificación que recibe.&lt;br /&gt;
&lt;br /&gt;
:''¡Terminado! Adiós, televendedores.''&lt;br /&gt;
&lt;br /&gt;
== Ver también ==&lt;br /&gt;
*[[Caceria de llamadas]] es una alternativa a los [[Grupo de timbre|grupos de timbre]], en donde se prueban hasta ocho extensiones secuencialmente, en lugar de simultáneamente/en paralelo. Al probar primero los bots de filtro de correo no deseado y luego pasar a un teléfono SIP unos segundos más tarde (y, si eso falla, una segunda línea en el mismo teléfono o correo de voz), una configuración de caceria de llamadas evitaría que el teléfono suene una vez antes de que el bot bloquee la llamada no deseada.&lt;br /&gt;
* [[Recepcionista Digital|Respuesta de voz interactiva]] puede ser una herramienta útil para bloquear llamadas automaticas y tráfico incorrecto para que no llegue a personas en vivo en su sitio. Cuando el IVR conteste, la persona que llama escuchará &amp;quot;Thank you for calling XYZ Inc, for Sales press 1, for Service press 2…&amp;quot; (Gracias por llamar a XYZ Inc, para Ventas presione 1, para Servicio presione 2 …) antes de que la llamada pase a la extensión seleccionada.&lt;br /&gt;
&lt;br /&gt;
==Enlaces externos==&lt;br /&gt;
* [https://jollyrogertelephone.com/faqs/#FAQ318 Jolly Roger FAQ: How to integrate with SIP] es una descripción general sobre cómo configurar direcciones SIP y grupos de timbre para bloquear llamadas no deseadas.  &lt;br /&gt;
* https://nomorobo.zendesk.com/hc/en-us/articles/205065739-Voip-ms es una configuración similar, pero para un proveedor que requiere que las llamadas se envíen de regreso a un número de teléfono regular (en lugar de una dirección URI).    &lt;br /&gt;
* [https://www.npr.org/2016/02/25/468149405/jolly-roger-telephone-company-uses-software-to-entrap-telemarketers NPR], [https://www.cbsnews.com/news/jolly-roger-telephone-company-robot-annoy-telemarketers/ CBS], [http://fortune.com/2016/02/24/robot-telemarketers-jolly-roger/ Fortune], * [https://www.pcworld.com/article/3028541/privacy/tired-of-telemarketers-now-you-can-turn-the-tables-on-them-with-this-clever-bot.html PC World], [https://www.nytimes.com/2016/02/25/fashion/a-robot-that-has-fun-at-telemarketers-expense.html NY Times], [http://consumersunion.org/campaign-updates/end-robocalls-speaks-to-the-jolly-roger-telephone-company/ Consumers Union], [http://mashable.com/2016/02/03/robot-annoys-telemarketers/ Mashable], [http://www.smh.com.au/technology/technology-news/phone-robot-keeps-annoying-telemarketers-talking-for-as-long-as-possible-20160201-gmj83u.html SMH] y [http://www.ibtimes.co.in/why-t-apple-google-other-companies-could-enlist-help-jolly-roger-telephone-company-crack-690816 IBT]  proporciona los antecedentes de por qué los suscriptores querrían usar las funciones de VoIP para poner fin a las llamadas de marketing no deseadas.&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Uso_de_grupos_de_timbrado_con_un_servicio_de_filtro_de_spam_de_terceros</id>
		<title>Uso de grupos de timbrado con un servicio de filtro de spam de terceros</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Uso_de_grupos_de_timbrado_con_un_servicio_de_filtro_de_spam_de_terceros"/>
				<updated>2021-01-24T19:41:45Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Configuración */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;El servicio voip.ms tiene un filtro incorporado que se puede utilizar para bloquear llamadas no deseadas de vendedores por teléfono, cobradores, estafadores y entre otras llamadas no deseadas. El [[Filtro de llamadas]] permite al usuario proporcionar una lista de números; cualquier número que coincida con una entrada de la lista puede bloquearse, redireccionarse o manejarse de diversas formas.&lt;br /&gt;
&lt;br /&gt;
Dado que los vendedores por teléfono intentarán eludir los bloqueos llamando desde algún otro número, se han creado varios servicios de terceros para crear listas negras de miles de números de llamadas no deseadas conocidas. Estos se empaquetan e implementan de diversas formas; Una forma de filtro de spam de terceros requiere que el usuario dirija todas las llamadas entrantes a uno o más [[Grupo de timbre]].       &lt;br /&gt;
&lt;br /&gt;
En esta configuración, las llamadas entrantes suenan tanto en el teléfono del suscriptor como en una segunda ubicación, en este caso, el servicio de filtrado de llamadas no deseadas. Si la llamada es legítima, el servidor de terceros la ignora; si la llamada no es deseada, el servidor de terceros responde inmediatamente para que el teléfono del suscriptor solo dé un breve timbre o no suene en absoluto.&lt;br /&gt;
&lt;br /&gt;
Uno de estos servidores es Jolly Roger Telephone Company (jollyrogertelco.com) que, a pesar del nombre, no sustituye a voip.ms ni a ninguna otra compañía telefónica; es un servicio de filtro de llamadas de terceros para bloquear las llamadas de venta telefónica no deseadas dirigiéndolas a uno de varios robots automatizados en lugar de a un ser humano real.&lt;br /&gt;
&lt;br /&gt;
El servicio voip.ms ofrece múltiples características que lo hacen muy adecuado para su uso junto con dichos servicios de terceros:&lt;br /&gt;
* [[Grupo de timbre]] permiten que la misma llamada entrante suene en dos o más ubicaciones a la vez.&lt;br /&gt;
* [[SIP_URI # Creación de un nuevo SIP URI | Creando un SIP URI]] permite que las llamadas se reenvíen del sistema a otros servicios de Internet sin costo.&lt;br /&gt;
* Si un servicio de terceros no es compatible con la dirección URI para aceptar llamadas, se pueden crear entradas de [[Desvío de llamadas]] para enviar llamadas a la red telefónica pública conmutada.&lt;br /&gt;
&lt;br /&gt;
==Configuración==&lt;br /&gt;
En este ejemplo, el bloqueador de spam de terceros se muestra como jollyrogertelco.com; la configuración será similar para otros proveedores que dependen del acceso del suscriptor a [[Grupo de timbre]] para enviar todas las llamadas entrantes tanto al teléfono local como a un servicio externo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) El primer paso es obtener un número para llamadas entrantes en el servicio de voip.ms, si aún no lo tiene. Ver: [[Comprar un número DID]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) El siguiente paso es crear una cuenta en el servicio de terceros, por ejemplo https://www.jollyrogertelco.com llama a esta suscripción su servicio de &amp;quot;landlubber&amp;quot; (ofreciendo &amp;quot;línea fija&amp;quot; o &amp;quot;VoIP&amp;quot; como opciones). Cuando el sistema le solicite su número de teléfono, proporcione el número que está enviando en el identificador de llamadas en sus llamadas salientes de voip.ms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) El servidor de terceros enviará un correo electrónico una vez que el servicio se haya configurado de su lado. Esto se parece a:&lt;br /&gt;
&lt;br /&gt;
: ''¡Esta es una nota para confirmar su servicio con la Compañía Telefónica Jolly Roger! ''&lt;br /&gt;
: '' ¡Tiene un número de teléfono activo con nosotros! ''&lt;br /&gt;
: '' Su primer número de teléfono es 1NXXNXXXXXX. ''&lt;br /&gt;
: '' Vea el enlace 'Pick a Robot' (Elija un robot) de www.jollyrogertelephone.com para encontrar los números de nuestros bots. Si no tiene tiempo para buscarlos ahora, simplemente marque un bot aleatorio al 206-259-4999 para los E.U.A., 020-3813-1739 para el Reino Unido''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4) Debería ser posible obtener el código SIP desde la pestaña &amp;quot;settings&amp;quot; en https://jollyrogertelephone.com/amember/personal-options (está en la parte inferior, junto a un enlace de botón rojo &amp;quot;How to use SIP codes&amp;quot;(Cómo usar los códigos SIP)).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5) Otra alternativa es llamar al número proporcionado, +1 206-259-4999. Una voz aparentemente humana preguntará  &amp;quot;Hello? Hello?&amp;quot; (&amp;quot;¿Hola? ¿Hola?&amp;quot;). Este es el robot. Colgar. El servidor de terceros enviará un correo electrónico automatizado indicando que el robot tomó la llamada y proporcionará la información de configuración SIP:                &lt;br /&gt;
&lt;br /&gt;
: ''Una persona que llamó desde NXX-NXX-XXXX marcó 206-259-4999 y fue abandonada durante 10 segundos con un bot Jolly Roger llamado 'Kim the Kraken'. Se adjunta la grabación de la llamada ''.&lt;br /&gt;
: ''¿Quiere el SIP? ¡Lo tiene! Su código SIP es 3jrt66r. Para obtener instrucciones sobre cómo utilizar SIP para integrarse con el teléfono Jolly Roger, haga clic aquí: [https://jollyrogertelephone.com/faqs/#FAQ318 jollyrogertelephone.com/how-to-integrate-with-sip/].''&lt;br /&gt;
: (El código SIP real variará para cada suscriptor. En este caso, se utiliza 3jrt66r unicamente como un ejemplo).&lt;br /&gt;
&lt;br /&gt;
6) Cree la dirección URI a partir del código proporcionado abriendo https://www.voip.ms/m/sipuri.php en el panel de control de voip.ms. Consulte [[SIP URI # Creando un nuevo SIP URI | SIP URI]]. Para este servidor de terceros, la dirección URI es el código SIP proporcionado en el correo electrónico, más un sufijo, por lo que '''3jrt66r''' podría convertirse en '''3jrt66r'''-4949@jrt.bz, por ejemplo :&lt;br /&gt;
&lt;br /&gt;
[[Image:Forward.jpg]]&lt;br /&gt;
:'''Create new SIP URI'''&lt;br /&gt;
:'''SIP URI''' sip: 3jrt66r-4949@jrt.bz&lt;br /&gt;
:'''Description''': ...whatever...&lt;br /&gt;
&lt;br /&gt;
:(Aparentemente, la dirección URI con el sufijo -4999@jrt.bz responde todo como el robot, el sufijo -4949@jrt.bz responde solo las llamadas no deseadas como el robot).&lt;br /&gt;
&lt;br /&gt;
7) Una vez que existe la dirección URI para el servidor de terceros, es necesario agregarlo a un [[Grupo de timbre]]. En el panel de control de voip.ms https://www.voip.ms/m/ringgroup.php, haga clic en el botón &amp;quot;Create a new ring group&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Image:RingGroups.png]]&lt;br /&gt;
&lt;br /&gt;
:Aparecerá un cuadro de diálogo preguntando qué extensiones deben sonar cuando llega una llamada entrante. Marque la casilla del SIP URI (dirección URI) que acaba de crear (arriba) y marque la casilla del teléfono que desee utilizar para responder llamadas. Esto hará que las llamadas entrantes suenen en ambos lugares al mismo tiempo.&lt;br /&gt;
&lt;br /&gt;
:El &amp;quot;ring time&amp;quot; (&amp;quot;tiempo de timbre&amp;quot;) para el servidor de terceros debe establecerse en algo relativamente corto para que, si no se responde la llamada, se puedan usar las distintas configuraciones de respaldo para el DID.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8) El paso final es dirigir uno o más de sus números de marcado directo entrante (DID) al grupo de timbre usando [[Configuración de DID]] en el panel de control, https://www.voip.ms/m/managedid.&lt;br /&gt;
&lt;br /&gt;
:Seleccione un número entrante:&lt;br /&gt;
&lt;br /&gt;
[[Image:EditDID.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
:Cambie la ruta de ese número entrante a &amp;quot;grupo de timbre&amp;quot; y elija el grupo de timbre que acaba de crear (arriba):&lt;br /&gt;
&lt;br /&gt;
[[File:Routing.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
9) Opcionalmente, puede usar el [[Filtro de llamadas]] para tomar los números que lo llaman con más frecuencia (o todos en su [[Phone_book # Manage_your_groups | phone book]]) y enviarlos directamente a una de sus extensiones, sin tener que ir a través de cualquiera de los filtros. No hay ningún requisito para hacer esto, pero puede reducir la cantidad de correos electrónicos de notificación que recibe.&lt;br /&gt;
&lt;br /&gt;
:''¡Terminado! Adiós, televendedores.''&lt;br /&gt;
&lt;br /&gt;
== Ver también ==&lt;br /&gt;
* [[Caceria de llamadas]] difiere del [[Grupo de timbre|usando grupos de timbre]] en donde se prueban hasta ocho extensiones secuencialmente, en lugar de simultáneamente/en paralelo. Al probar primero los bots de filtro de correo no deseado y luego pasar a un teléfono SIP unos segundos más tarde (y, si eso falla, una segunda línea en el mismo teléfono o correo de voz), una configuración de caceria de llamadas evitaría que el teléfono suene una vez antes de que el bot bloquee la llamada no deseada.&lt;br /&gt;
* [[Recepcionista Digital|Respuesta de voz interactiva]] puede ser una herramienta útil para bloquear ADAD / llamadas falsas y tráfico incorrecto para que no llegue a personas en vivo en su sitio. Cuando el IVR conteste, la persona que llama escuchará &amp;quot;Thank you for calling XYZ Inc, for Sales press 1, for Service press 2…&amp;quot; (Gracias por llamar a XYZ Inc, para Ventas presione 1, para Servicio presione 2 …) antes de que la llamada pase a la extensión seleccionada.&lt;br /&gt;
&lt;br /&gt;
==Enlaces externos==&lt;br /&gt;
* [https://jollyrogertelephone.com/faqs/#FAQ318 Jolly Roger FAQ: How to integrate with SIP] es una descripción general sobre cómo configurar direcciones SIP y grupos de timbre para bloquear llamadas no deseadas.  &lt;br /&gt;
* https://nomorobo.zendesk.com/hc/en-us/articles/205065739-Voip-ms es una configuración similar, pero para un proveedor que requiere que las llamadas se envíen de regreso a un número de teléfono regular (en lugar de una dirección URI).    &lt;br /&gt;
* [https://www.npr.org/2016/02/25/468149405/jolly-roger-telephone-company-uses-software-to-entrap-telemarketers NPR], [https://www.cbsnews.com/news/jolly-roger-telephone-company-robot-annoy-telemarketers/ CBS], [http://fortune.com/2016/02/24/robot-telemarketers-jolly-roger/ Fortune], * [https://www.pcworld.com/article/3028541/privacy/tired-of-telemarketers-now-you-can-turn-the-tables-on-them-with-this-clever-bot.html PC World], [https://www.nytimes.com/2016/02/25/fashion/a-robot-that-has-fun-at-telemarketers-expense.html NY Times], [http://consumersunion.org/campaign-updates/end-robocalls-speaks-to-the-jolly-roger-telephone-company/ Consumers Union], [http://mashable.com/2016/02/03/robot-annoys-telemarketers/ Mashable], [http://www.smh.com.au/technology/technology-news/phone-robot-keeps-annoying-telemarketers-talking-for-as-long-as-possible-20160201-gmj83u.html SMH] y [http://www.ibtimes.co.in/why-t-apple-google-other-companies-could-enlist-help-jolly-roger-telephone-company-crack-690816 IBT]  proporciona los antecedentes de por qué los suscriptores querrían usar las funciones de VoIP para poner fin a las llamadas de marketing no deseadas.&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Portear_un_n%C3%BAmero_de_lada_sin_costo</id>
		<title>Portear un número de lada sin costo</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Portear_un_n%C3%BAmero_de_lada_sin_costo"/>
				<updated>2021-01-24T19:33:49Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Paso 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Puede portear o transferir uno o varios números dentro de una solicitud. Tenga en cuenta que para portear o transferir varios números en una sola solicitud, todos los números deben estar en la misma factura y cuenta con el proveedor actual. Todos deben estar asociados al mismo número de teléfono de facturación (BTN). No debe mezclar números de lada sin costo y números locales en la misma solicitud. Lo mismo ocurre con los números canadienses y estadounidenses. Deberá iniciar una nueva solicitud si la información es diferente de alguna manera.&lt;br /&gt;
&lt;br /&gt;
La tarifa de portabilidad o transferencia para el proveedor canadiense y estadounidense por número es gratuita.&lt;br /&gt;
&lt;br /&gt;
'''Tenga en cuenta:''' los números de lada sin costo no tienen fecha de FOC, simplemente se entregan a nuestro proveedor sin previo aviso. Siempre estamos monitoreando el porteo de este tipo de números para agregar el (los) número (s) tan pronto como se porteen o transfieran para evitar perder llamadas. El proceso puede tardar entre 5 días hábiles.&lt;br /&gt;
&lt;br /&gt;
Todos los números de lada sin costo de USA y Canadá pueden portearse o transferirse a VoIP.ms siempre que el proveedor actual no rechace la solicitud de porteo. Comuníquese con su proveedor actual antes de iniciar una solicitud de porteo, para asegurarse de que esté de acuerdo con la solicitud de porteo y para asegurarse de que no tiene ningún tipo de contrato con ellos o cualquier otra razón por la que puedan rechazar la solicitud de porteo.&lt;br /&gt;
En las siguientes líneas encontrará todos los pasos necesarios para portear o transferir un número de lada sin costo existente de otro proveedor a VoIP.MS&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 1===&lt;br /&gt;
&lt;br /&gt;
Primero debe confirmar el tipo de solicitud de su proceso de porteo. En este caso será un número de lada sin costo. Asegúrese de seleccionar la opción de Toll Free correcta, ya que las tarifas se facturan de manera diferente para las llamadas de EUA y las llamadas de Canadá, según lo que seleccione. Comuníquese con nuestro personal de soporte si desea obtener más información sobre estas tarifas.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Lnptollfreestep1.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 '''Selección del tipo de proveedor:'''&lt;br /&gt;
 '''Proveedor Americano, solo llamadas estadounidenses:'''&lt;br /&gt;
 Su número de lada sin costo funcionará para las personas que llaman de EUA, a una tarifa de 1.9 centavos por minuto. Esto se puede cambiar después para EUA / Canadá. &lt;br /&gt;
 La tarifa mensual es de $ 0.99 a partir de la fecha de entrega.&lt;br /&gt;
 &lt;br /&gt;
 '''Proveedor Americano, llamadas estadounidenses y canadienses permitidas:'''&lt;br /&gt;
 Su número de lada sin costo funcionará para las personas que llaman de EUA y Canadá, a una tarifa de 1.9 centavos por minuto para las personas que llaman &lt;br /&gt;
 de USA y 8 centavos por minuto para las personas que llaman de Canadá. La tarifa mensual es $ 0.99 por mes a partir de la fecha de entrega.&lt;br /&gt;
 &lt;br /&gt;
 '''Proveedor Canadiense:'''&lt;br /&gt;
 Su número de lada sin costo funcionará para las personas que llaman de EUA y Canadá, a una tarifa de 2.7 centavos por minuto para ambos países. &lt;br /&gt;
 La tarifa mensual es de $ 1.25 por mes a partir de la fecha de entrega.&lt;br /&gt;
&lt;br /&gt;
===Paso 2===&lt;br /&gt;
&lt;br /&gt;
Ahora debe ingresar el (los) número (s) que le gustaría portear o transferir. Si tiene más de 1 número con el proveedor actual pero solo desea portear o transferir uno o algunos de ellos, debe marcar Sí en la sección &amp;quot;Partial Port&amp;quot;. Si desea transferirlos a todos, debe marcar No en &amp;quot;Partial Port&amp;quot; y debe ingresar todos los números en &amp;quot;DID Number (s) to port&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Lnptollfreestep2.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 3===&lt;br /&gt;
Ahora debe ingresar toda la información requerida. Debe ser exactamente como aparece en la factura con el proveedor actual. &lt;br /&gt;
Si planea portear o transferir un número con un nombre diferente al suyo a una cuenta de VoIP.ms, solo tiene que completar la información tal como aparece en la factura. No importa si el nombre de la cuenta del proveedor actual no coincide con la información en VoIP.ms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep3.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 4===&lt;br /&gt;
&lt;br /&gt;
Debe ingresar la información del proveedor de servicios / carrier. Lo que se necesita es su número de cuenta de cliente y el nombre del proveedor de servicios, tal como aparece en la base de datos del carrier actual del número.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep4.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 5===&lt;br /&gt;
&lt;br /&gt;
Ahora es necesario cargar una copia escaneada y firmada a mano de la ultima factura disponible con su proveedor actual. Coloque su firma en un área en blanco donde no haya elementos que interfieran con ella. Si el proveedor del número no proporciona una factura, puede tomar una captura de pantalla desde el portal del cliente del proveedor actual que muestre el número a portear y la información de la cuenta.&lt;br /&gt;
&lt;br /&gt;
Si desea incluir algún comentario o información adicional en este porteo, puede hacerlo en el campo Notes / Comments.&lt;br /&gt;
&lt;br /&gt;
Tenga en cuenta que la opción de base de datos CNAM / LIDB no se aplica cuando se portean o transfieren números de lada sin costo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep5.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
===Paso 6===&lt;br /&gt;
&lt;br /&gt;
El sistema le mostrará los números que serán porteados o transferidos, la tarifa de porteo o transferencia cuando corresponda, por número y el monto total que se debitará de su saldo. Confirme que toda la información sea correcta.&lt;br /&gt;
&lt;br /&gt;
Después de esto, se completará el proceso de porteo o transferencia y su solicitud se enviará al departamento de LNP en VoIP.ms&lt;br /&gt;
&lt;br /&gt;
El departamento de LNP procesará su solicitud de manera oportuna y le enviarán un correo electrónico solicitando más información si es necesario o simplemente para confirmar que todo está correcto.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep6tollfree.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tenga en cuenta que algunos proveedores pueden tardar algunas horas en actualizar completamente sus rutas cuando se ha porteado o transferido un número y esto podría causar situaciones aleatorias con su número en su fecha FOC.&lt;br /&gt;
&lt;br /&gt;
Si algunos proveedores aún no pueden comunicarse con un número transferido después de 24 horas desde que se le informó que la transferencia se había completado, comuníquese con el departamento de soporte.&lt;br /&gt;
&lt;br /&gt;
Gracias por su comprensión.&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Portear_un_n%C3%BAmero_de_lada_sin_costo</id>
		<title>Portear un número de lada sin costo</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Portear_un_n%C3%BAmero_de_lada_sin_costo"/>
				<updated>2021-01-24T19:32:45Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Paso 5 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Puede portear o transferir uno o varios números dentro de una solicitud. Tenga en cuenta que para portear o transferir varios números en una sola solicitud, todos los números deben estar en la misma factura y cuenta con el proveedor actual. Todos deben estar asociados al mismo número de teléfono de facturación (BTN). No debe mezclar números de lada sin costo y números locales en la misma solicitud. Lo mismo ocurre con los números canadienses y estadounidenses. Deberá iniciar una nueva solicitud si la información es diferente de alguna manera.&lt;br /&gt;
&lt;br /&gt;
La tarifa de portabilidad o transferencia para el proveedor canadiense y estadounidense por número es gratuita.&lt;br /&gt;
&lt;br /&gt;
'''Tenga en cuenta:''' los números de lada sin costo no tienen fecha de FOC, simplemente se entregan a nuestro proveedor sin previo aviso. Siempre estamos monitoreando el porteo de este tipo de números para agregar el (los) número (s) tan pronto como se porteen o transfieran para evitar perder llamadas. El proceso puede tardar entre 5 días hábiles.&lt;br /&gt;
&lt;br /&gt;
Todos los números de lada sin costo de USA y Canadá pueden portearse o transferirse a VoIP.ms siempre que el proveedor actual no rechace la solicitud de porteo. Comuníquese con su proveedor actual antes de iniciar una solicitud de porteo, para asegurarse de que esté de acuerdo con la solicitud de porteo y para asegurarse de que no tiene ningún tipo de contrato con ellos o cualquier otra razón por la que puedan rechazar la solicitud de porteo.&lt;br /&gt;
En las siguientes líneas encontrará todos los pasos necesarios para portear o transferir un número de lada sin costo existente de otro proveedor a VoIP.MS&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 1===&lt;br /&gt;
&lt;br /&gt;
Primero debe confirmar el tipo de solicitud de su proceso de porteo. En este caso será un número de lada sin costo. Asegúrese de seleccionar la opción de Toll Free correcta, ya que las tarifas se facturan de manera diferente para las llamadas de EUA y las llamadas de Canadá, según lo que seleccione. Comuníquese con nuestro personal de soporte si desea obtener más información sobre estas tarifas.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Lnptollfreestep1.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 '''Selección del tipo de proveedor:'''&lt;br /&gt;
 '''Proveedor Americano, solo llamadas estadounidenses:'''&lt;br /&gt;
 Su número de lada sin costo funcionará para las personas que llaman de EUA, a una tarifa de 1.9 centavos por minuto. Esto se puede cambiar después para EUA / Canadá &lt;br /&gt;
 (ver más abajo). La tarifa mensual es de $ 0.99 a partir de la fecha de entrega.&lt;br /&gt;
 &lt;br /&gt;
 '''Proveedor Americano, llamadas estadounidenses y canadienses permitidas:'''&lt;br /&gt;
 Su número de lada sin costo funcionará para las personas que llaman de EUA y Canadá, a una tarifa de 1.9 centavos por minuto para las personas que llaman &lt;br /&gt;
 de USA y 8 centavos por minuto para las personas que llaman de Canadá. La tarifa mensual es $ 0.99 por mes a partir de la fecha de entrega.&lt;br /&gt;
 &lt;br /&gt;
 '''Proveedor Canadiense:'''&lt;br /&gt;
 Su número de lada sin costo funcionará para las personas que llaman de EUA y Canadá, a una tarifa de 2.7 centavos por minuto para ambos países. &lt;br /&gt;
 La tarifa mensual es de $ 1.25 por mes a partir de la fecha de entrega.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 2===&lt;br /&gt;
&lt;br /&gt;
Ahora debe ingresar el (los) número (s) que le gustaría portear o transferir. Si tiene más de 1 número con el proveedor actual pero solo desea portear o transferir uno o algunos de ellos, debe marcar Sí en la sección &amp;quot;Partial Port&amp;quot;. Si desea transferirlos a todos, debe marcar No en &amp;quot;Partial Port&amp;quot; y debe ingresar todos los números en &amp;quot;DID Number (s) to port&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Lnptollfreestep2.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 3===&lt;br /&gt;
Ahora debe ingresar toda la información requerida. Debe ser exactamente como aparece en la factura con el proveedor actual. &lt;br /&gt;
Si planea portear o transferir un número con un nombre diferente al suyo a una cuenta de VoIP.ms, solo tiene que completar la información tal como aparece en la factura. No importa si el nombre de la cuenta del proveedor actual no coincide con la información en VoIP.ms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep3.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 4===&lt;br /&gt;
&lt;br /&gt;
Debe ingresar la información del proveedor de servicios / carrier. Lo que se necesita es su número de cuenta de cliente y el nombre del proveedor de servicios, tal como aparece en la base de datos del carrier actual del número.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep4.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 5===&lt;br /&gt;
&lt;br /&gt;
Ahora es necesario cargar una copia escaneada y firmada a mano de la ultima factura disponible con su proveedor actual. Coloque su firma en un área en blanco donde no haya elementos que interfieran con ella. Si el proveedor del número no proporciona una factura, puede tomar una captura de pantalla desde el portal del cliente del proveedor actual que muestre el número a portear y la información de la cuenta.&lt;br /&gt;
&lt;br /&gt;
Si desea incluir algún comentario o información adicional en este porteo, puede hacerlo en el campo Notes / Comments.&lt;br /&gt;
&lt;br /&gt;
Tenga en cuenta que la opción de base de datos CNAM / LIDB no se aplica cuando se portean o transfieren números de lada sin costo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep5.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
===Paso 6===&lt;br /&gt;
&lt;br /&gt;
El sistema le mostrará los números que serán porteados o transferidos, la tarifa de porteo o transferencia cuando corresponda, por número y el monto total que se debitará de su saldo. Confirme que toda la información sea correcta.&lt;br /&gt;
&lt;br /&gt;
Después de esto, se completará el proceso de porteo o transferencia y su solicitud se enviará al departamento de LNP en VoIP.ms&lt;br /&gt;
&lt;br /&gt;
El departamento de LNP procesará su solicitud de manera oportuna y le enviarán un correo electrónico solicitando más información si es necesario o simplemente para confirmar que todo está correcto.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep6tollfree.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tenga en cuenta que algunos proveedores pueden tardar algunas horas en actualizar completamente sus rutas cuando se ha porteado o transferido un número y esto podría causar situaciones aleatorias con su número en su fecha FOC.&lt;br /&gt;
&lt;br /&gt;
Si algunos proveedores aún no pueden comunicarse con un número transferido después de 24 horas desde que se le informó que la transferencia se había completado, comuníquese con el departamento de soporte.&lt;br /&gt;
&lt;br /&gt;
Gracias por su comprensión.&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Portear_un_n%C3%BAmero_Canadiense</id>
		<title>Portear un número Canadiense</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Portear_un_n%C3%BAmero_Canadiense"/>
				<updated>2021-01-24T19:22:13Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Paso 6 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Puede  portear o transferir uno o varios números dentro de una solicitud. Tenga en cuenta que para hacerlo, todos los números deben tener la misma información de cliente con el proveedor actual. La tarifa de porteo o transferencia por números locales o números de lada sin costo es gratuita.  No puede mezclar números de lada sin costo y números locales en la misma solicitud. Si la información es diferente de alguna manera, deberá iniciar otra solicitud.&lt;br /&gt;
&lt;br /&gt;
'''Tenga en cuenta:''' El proceso regularmente tarda una semana.&lt;br /&gt;
&lt;br /&gt;
En las siguientes líneas, encontrará todos los pasos necesarios para portear o transferir un número Canadiense existente de otro proveedor a VoIP.MS&lt;br /&gt;
Antes de iniciar el proceso de porteo, es muy importante verificar si su número puede ser porteado o  transferido a la red VoIP.MS, confirme esto en http://wiki.voip.ms/article/Porting_a_Number#Check_Availability&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 1===&lt;br /&gt;
&lt;br /&gt;
Primero debe confirmar el tipo de solicitud de su proceso de porteo. En este caso será un número Canadiense.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Lnpcanadastep1.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 2===&lt;br /&gt;
&lt;br /&gt;
Ahora debe ingresar el (los) número (s) que desea  portear o transferir. Al hacer clic en los signos de interrogación junto a los campos, habrá más detalles disponibles.&lt;br /&gt;
&lt;br /&gt;
Si tiene más de 1 número con el proveedor actual pero solo desea transferir uno o algunos de ellos, debe marcar SÍ en esta sección y luego escribir la lista de servicios y / o números que permanecerán con el proveedor actual y qué hacer con ellos (desconectarlos, dejarlos como están, etc.)&lt;br /&gt;
&lt;br /&gt;
*Tenga en cuenta que algunos proveedores no permiten esto y exigen que lo que queda con ellos debe ser cancelado o transferido, verifique esto con ellos antes de continuar.&lt;br /&gt;
&lt;br /&gt;
Si desea portealos o transferirlos todos, debe marcar NO en &amp;quot;Partial Port&amp;quot; y debe ingresar todos los números en &amp;quot;DID Number(s) to port&amp;quot;.&lt;br /&gt;
Una vez hecho esto, deberá especificar si los números son para uso residencial o comercial (business).&lt;br /&gt;
Si va a  portear o transferir un número de teléfono móvil, debe proporcionar el IMEI. (Si el número no es un teléfono celular, puede dejar estos campos en blanco).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Para los porteos inalámbricos en Canadá, algunos proveedores pueden enviar un SMS o un correo electrónico al propietario con respecto a la aprobación de la solicitud de porteo actual. Una vez que reciba este aviso, tiene 90 minutos para responder y aprobar el porteo; de lo contrario, el proveedor actual puede rechazar la solicitud del porteo y cancelar el proceso.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Untitled-1 copy.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
===Paso 3===&lt;br /&gt;
&lt;br /&gt;
Ahora debe ingresar toda la información requerida. Debe ser exactamente como aparece en el CSR (Registro de servicio al cliente) del proveedor actual. Tenga en cuenta que su Registro de servicio al cliente puede diferir de su información de facturación. Si no está seguro de cuál es la información de CSR, comuníquese con su proveedor de servicios actual para solicitar la CSR, ya que es la información más importante para aumentar las posibilidades de tener un porteo exitoso.&lt;br /&gt;
&lt;br /&gt;
Si planea portear o  transferir un número con un nombre diferente al suyo a una cuenta de VoIP.ms, debe completar la solicitud de transferencia utilizando la información que aparece en el CSR. No importa si el nombre en la cuenta del proveedor actual no coincide con la información en VoIP.ms, recuerde que necesitamos hacer coincidir la información que tiene el proveedor actual.&lt;br /&gt;
&lt;br /&gt;
El campo &amp;quot;Statement Name&amp;quot; es solo para números comerciales (Business numbers), ingrese el nombre comercial si corresponde; de lo contrario, déjelo en blanco.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep3.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 4===&lt;br /&gt;
&lt;br /&gt;
Debe ingresar el nombre del proveedor de servicios, que es su proveedor actual y el número de cuenta de cliente que tiene con el proveedor actual.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep4.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 5===&lt;br /&gt;
&lt;br /&gt;
Ahora es necesario cargar una copia escaneada y firmada a mano de la ultima factura disponible con su proveedor actual. Coloque su firma en una parte en blanco donde no haya elementos que interfieran con ella. Si el proveedor del número no proporciona una factura, puede tomar una captura de pantalla de su Portal del proveedor actual donde muestra su número e información de cuenta.&lt;br /&gt;
&lt;br /&gt;
Si desea incluir algún comentario o información adicional a este porteo, puede hacerlo en el campo Notes / Comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep5.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
=== Paso 6 ===&lt;br /&gt;
&lt;br /&gt;
El sistema le mostrará los números que se portearán o transferirán, la tarifa de porteo o transferencia cuando corresponda, por número y el monto total que se debitará de su saldo. Confirme que toda la información sea correcta.&lt;br /&gt;
&lt;br /&gt;
Después de esto, se completará el proceso de porteo o transferencia y su solicitud se enviará al departamento de LNP en VoIP.ms&lt;br /&gt;
&lt;br /&gt;
El departamento de LNP procesará su solicitud y le enviará un correo electrónico solicitando más información si es necesario o simplemente para confirmar que todo está correcto y le dará una fecha FOC para su porteo tan pronto como el proveedor actual confirme esta información.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Portstep6can.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tome en cuenta que algunos proveedores pueden tardar algunas horas en actualizar completamente sus rutas cuando se ha porteado o transferido un número y esto podría causar situaciones aleatorias con su número en su fecha FOC.&lt;br /&gt;
&lt;br /&gt;
Si algunos proveedores aún no pueden comunicarse con un número transferido después de 24 horas desde que se le informó que la transferencia se había completado, comuníquese con el departamento de soporte.&lt;br /&gt;
&lt;br /&gt;
Gracias por su comprensión.&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Portear_un_n%C3%BAmero_Canadiense</id>
		<title>Portear un número Canadiense</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Portear_un_n%C3%BAmero_Canadiense"/>
				<updated>2021-01-24T19:21:37Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Paso 5 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Puede  portear o transferir uno o varios números dentro de una solicitud. Tenga en cuenta que para hacerlo, todos los números deben tener la misma información de cliente con el proveedor actual. La tarifa de porteo o transferencia por números locales o números de lada sin costo es gratuita.  No puede mezclar números de lada sin costo y números locales en la misma solicitud. Si la información es diferente de alguna manera, deberá iniciar otra solicitud.&lt;br /&gt;
&lt;br /&gt;
'''Tenga en cuenta:''' El proceso regularmente tarda una semana.&lt;br /&gt;
&lt;br /&gt;
En las siguientes líneas, encontrará todos los pasos necesarios para portear o transferir un número Canadiense existente de otro proveedor a VoIP.MS&lt;br /&gt;
Antes de iniciar el proceso de porteo, es muy importante verificar si su número puede ser porteado o  transferido a la red VoIP.MS, confirme esto en http://wiki.voip.ms/article/Porting_a_Number#Check_Availability&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 1===&lt;br /&gt;
&lt;br /&gt;
Primero debe confirmar el tipo de solicitud de su proceso de porteo. En este caso será un número Canadiense.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Lnpcanadastep1.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 2===&lt;br /&gt;
&lt;br /&gt;
Ahora debe ingresar el (los) número (s) que desea  portear o transferir. Al hacer clic en los signos de interrogación junto a los campos, habrá más detalles disponibles.&lt;br /&gt;
&lt;br /&gt;
Si tiene más de 1 número con el proveedor actual pero solo desea transferir uno o algunos de ellos, debe marcar SÍ en esta sección y luego escribir la lista de servicios y / o números que permanecerán con el proveedor actual y qué hacer con ellos (desconectarlos, dejarlos como están, etc.)&lt;br /&gt;
&lt;br /&gt;
*Tenga en cuenta que algunos proveedores no permiten esto y exigen que lo que queda con ellos debe ser cancelado o transferido, verifique esto con ellos antes de continuar.&lt;br /&gt;
&lt;br /&gt;
Si desea portealos o transferirlos todos, debe marcar NO en &amp;quot;Partial Port&amp;quot; y debe ingresar todos los números en &amp;quot;DID Number(s) to port&amp;quot;.&lt;br /&gt;
Una vez hecho esto, deberá especificar si los números son para uso residencial o comercial (business).&lt;br /&gt;
Si va a  portear o transferir un número de teléfono móvil, debe proporcionar el IMEI. (Si el número no es un teléfono celular, puede dejar estos campos en blanco).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Para los porteos inalámbricos en Canadá, algunos proveedores pueden enviar un SMS o un correo electrónico al propietario con respecto a la aprobación de la solicitud de porteo actual. Una vez que reciba este aviso, tiene 90 minutos para responder y aprobar el porteo; de lo contrario, el proveedor actual puede rechazar la solicitud del porteo y cancelar el proceso.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Untitled-1 copy.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
===Paso 3===&lt;br /&gt;
&lt;br /&gt;
Ahora debe ingresar toda la información requerida. Debe ser exactamente como aparece en el CSR (Registro de servicio al cliente) del proveedor actual. Tenga en cuenta que su Registro de servicio al cliente puede diferir de su información de facturación. Si no está seguro de cuál es la información de CSR, comuníquese con su proveedor de servicios actual para solicitar la CSR, ya que es la información más importante para aumentar las posibilidades de tener un porteo exitoso.&lt;br /&gt;
&lt;br /&gt;
Si planea portear o  transferir un número con un nombre diferente al suyo a una cuenta de VoIP.ms, debe completar la solicitud de transferencia utilizando la información que aparece en el CSR. No importa si el nombre en la cuenta del proveedor actual no coincide con la información en VoIP.ms, recuerde que necesitamos hacer coincidir la información que tiene el proveedor actual.&lt;br /&gt;
&lt;br /&gt;
El campo &amp;quot;Statement Name&amp;quot; es solo para números comerciales (Business numbers), ingrese el nombre comercial si corresponde; de lo contrario, déjelo en blanco.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep3.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 4===&lt;br /&gt;
&lt;br /&gt;
Debe ingresar el nombre del proveedor de servicios, que es su proveedor actual y el número de cuenta de cliente que tiene con el proveedor actual.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep4.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 5===&lt;br /&gt;
&lt;br /&gt;
Ahora es necesario cargar una copia escaneada y firmada a mano de la ultima factura disponible con su proveedor actual. Coloque su firma en una parte en blanco donde no haya elementos que interfieran con ella. Si el proveedor del número no proporciona una factura, puede tomar una captura de pantalla de su Portal del proveedor actual donde muestra su número e información de cuenta.&lt;br /&gt;
&lt;br /&gt;
Si desea incluir algún comentario o información adicional a este porteo, puede hacerlo en el campo Notes / Comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep5.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
=== Paso 6 ===&lt;br /&gt;
&lt;br /&gt;
El sistema le mostrará los números que se portearán o transferirán, la tarifa de porteo o transferencia cuando corresponda, por número y el monto total que se debitará de su saldo. Confirme que toda la información sea correcta.&lt;br /&gt;
&lt;br /&gt;
Después de esto, se completará el proceso de porteo o transferencia y su solicitud se enviará al departamento de LNP en VoIP.ms&lt;br /&gt;
&lt;br /&gt;
El departamento de LNP procesará su solicitud y le enviará un correo electrónico solicitando más información si es necesario o simplemente para confirmar que todo está correcto y le dará una fecha FOC para su porteo tan pronto como el proveedor actual confirme esta información.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Portstep6can.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cuenta que algunos proveedores pueden tardar algunas horas en actualizar completamente sus rutas cuando se ha porteado o transferido un número y esto podría causar situaciones aleatorias con su número en su fecha FOC.&lt;br /&gt;
&lt;br /&gt;
Si algunos proveedores aún no pueden comunicarse con un número transferido después de 24 horas desde que se le informó que la transferencia se había completado, comuníquese con el departamento de soporte.&lt;br /&gt;
&lt;br /&gt;
Gracias por su comprensión.&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Portear_un_n%C3%BAmero_Canadiense</id>
		<title>Portear un número Canadiense</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Portear_un_n%C3%BAmero_Canadiense"/>
				<updated>2021-01-24T19:21:02Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Paso 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Puede  portear o transferir uno o varios números dentro de una solicitud. Tenga en cuenta que para hacerlo, todos los números deben tener la misma información de cliente con el proveedor actual. La tarifa de porteo o transferencia por números locales o números de lada sin costo es gratuita.  No puede mezclar números de lada sin costo y números locales en la misma solicitud. Si la información es diferente de alguna manera, deberá iniciar otra solicitud.&lt;br /&gt;
&lt;br /&gt;
'''Tenga en cuenta:''' El proceso regularmente tarda una semana.&lt;br /&gt;
&lt;br /&gt;
En las siguientes líneas, encontrará todos los pasos necesarios para portear o transferir un número Canadiense existente de otro proveedor a VoIP.MS&lt;br /&gt;
Antes de iniciar el proceso de porteo, es muy importante verificar si su número puede ser porteado o  transferido a la red VoIP.MS, confirme esto en http://wiki.voip.ms/article/Porting_a_Number#Check_Availability&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 1===&lt;br /&gt;
&lt;br /&gt;
Primero debe confirmar el tipo de solicitud de su proceso de porteo. En este caso será un número Canadiense.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Lnpcanadastep1.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 2===&lt;br /&gt;
&lt;br /&gt;
Ahora debe ingresar el (los) número (s) que desea  portear o transferir. Al hacer clic en los signos de interrogación junto a los campos, habrá más detalles disponibles.&lt;br /&gt;
&lt;br /&gt;
Si tiene más de 1 número con el proveedor actual pero solo desea transferir uno o algunos de ellos, debe marcar SÍ en esta sección y luego escribir la lista de servicios y / o números que permanecerán con el proveedor actual y qué hacer con ellos (desconectarlos, dejarlos como están, etc.)&lt;br /&gt;
&lt;br /&gt;
*Tenga en cuenta que algunos proveedores no permiten esto y exigen que lo que queda con ellos debe ser cancelado o transferido, verifique esto con ellos antes de continuar.&lt;br /&gt;
&lt;br /&gt;
Si desea portealos o transferirlos todos, debe marcar NO en &amp;quot;Partial Port&amp;quot; y debe ingresar todos los números en &amp;quot;DID Number(s) to port&amp;quot;.&lt;br /&gt;
Una vez hecho esto, deberá especificar si los números son para uso residencial o comercial (business).&lt;br /&gt;
Si va a  portear o transferir un número de teléfono móvil, debe proporcionar el IMEI. (Si el número no es un teléfono celular, puede dejar estos campos en blanco).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Para los porteos inalámbricos en Canadá, algunos proveedores pueden enviar un SMS o un correo electrónico al propietario con respecto a la aprobación de la solicitud de porteo actual. Una vez que reciba este aviso, tiene 90 minutos para responder y aprobar el porteo; de lo contrario, el proveedor actual puede rechazar la solicitud del porteo y cancelar el proceso.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Untitled-1 copy.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
===Paso 3===&lt;br /&gt;
&lt;br /&gt;
Ahora debe ingresar toda la información requerida. Debe ser exactamente como aparece en el CSR (Registro de servicio al cliente) del proveedor actual. Tenga en cuenta que su Registro de servicio al cliente puede diferir de su información de facturación. Si no está seguro de cuál es la información de CSR, comuníquese con su proveedor de servicios actual para solicitar la CSR, ya que es la información más importante para aumentar las posibilidades de tener un porteo exitoso.&lt;br /&gt;
&lt;br /&gt;
Si planea portear o  transferir un número con un nombre diferente al suyo a una cuenta de VoIP.ms, debe completar la solicitud de transferencia utilizando la información que aparece en el CSR. No importa si el nombre en la cuenta del proveedor actual no coincide con la información en VoIP.ms, recuerde que necesitamos hacer coincidir la información que tiene el proveedor actual.&lt;br /&gt;
&lt;br /&gt;
El campo &amp;quot;Statement Name&amp;quot; es solo para números comerciales (Business numbers), ingrese el nombre comercial si corresponde; de lo contrario, déjelo en blanco.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep3.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 4===&lt;br /&gt;
&lt;br /&gt;
Debe ingresar el nombre del proveedor de servicios, que es su proveedor actual y el número de cuenta de cliente que tiene con el proveedor actual.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep4.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 5===&lt;br /&gt;
&lt;br /&gt;
Lo que se necesita aquí es cargar un escaneo de su última factura firmada por su proveedor actual. Coloque su firma en una parte en blanco donde no haya elementos que interfieran con ella. Si el proveedor del número no proporciona una factura, puede tomar una captura de pantalla de su Portal del proveedor actual donde muestra su número e información de cuenta.&lt;br /&gt;
&lt;br /&gt;
Si desea incluir algún comentario o información adicional a este porteo, puede hacerlo en el campo Notes / Comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep5.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Paso 6 ===&lt;br /&gt;
&lt;br /&gt;
El sistema le mostrará los números que se portearán o transferirán, la tarifa de porteo o transferencia cuando corresponda, por número y el monto total que se debitará de su saldo. Confirme que toda la información sea correcta.&lt;br /&gt;
&lt;br /&gt;
Después de esto, se completará el proceso de porteo o transferencia y su solicitud se enviará al departamento de LNP en VoIP.ms&lt;br /&gt;
&lt;br /&gt;
El departamento de LNP procesará su solicitud y le enviará un correo electrónico solicitando más información si es necesario o simplemente para confirmar que todo está correcto y le dará una fecha FOC para su porteo tan pronto como el proveedor actual confirme esta información.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Portstep6can.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cuenta que algunos proveedores pueden tardar algunas horas en actualizar completamente sus rutas cuando se ha porteado o transferido un número y esto podría causar situaciones aleatorias con su número en su fecha FOC.&lt;br /&gt;
&lt;br /&gt;
Si algunos proveedores aún no pueden comunicarse con un número transferido después de 24 horas desde que se le informó que la transferencia se había completado, comuníquese con el departamento de soporte.&lt;br /&gt;
&lt;br /&gt;
Gracias por su comprensión.&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Portear_un_n%C3%BAmero_Canadiense</id>
		<title>Portear un número Canadiense</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Portear_un_n%C3%BAmero_Canadiense"/>
				<updated>2021-01-24T19:17:46Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Puede  portear o transferir uno o varios números dentro de una solicitud. Tenga en cuenta que para hacerlo, todos los números deben tener la misma información de cliente con el proveedor actual. La tarifa de porteo o transferencia por números locales o números de lada sin costo es gratuita.  No puede mezclar números de lada sin costo y números locales en la misma solicitud. Si la información es diferente de alguna manera, deberá iniciar otra solicitud.&lt;br /&gt;
&lt;br /&gt;
'''Tenga en cuenta:''' El proceso regularmente tarda una semana.&lt;br /&gt;
&lt;br /&gt;
En las siguientes líneas, encontrará todos los pasos necesarios para portear o transferir un número Canadiense existente de otro proveedor a VoIP.MS&lt;br /&gt;
Antes de iniciar el proceso de porteo, es muy importante verificar si su número puede ser porteado o  transferido a la red VoIP.MS, confirme esto en http://wiki.voip.ms/article/Porting_a_Number#Check_Availability&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 1===&lt;br /&gt;
&lt;br /&gt;
Primero debe confirmar el tipo de solicitud de su proceso de porteo. En este caso será un número Canadiense.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Lnpcanadastep1.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 2===&lt;br /&gt;
&lt;br /&gt;
Ahora debe ingresar el (los) número (s) que desea  portear o transferir. Al hacer clic en los signos de interrogación junto a los campos, habrá más detalles disponibles.&lt;br /&gt;
&lt;br /&gt;
Si tiene más de 1 número con el proveedor actual pero solo desea transferir uno o algunos de ellos, debe marcar SÍ en esta sección y luego escribir la lista de servicios y / o números que permanecerán con el proveedor actual y qué hacer con ellos (desconectarlos, dejarlos como están, etc.)&lt;br /&gt;
&lt;br /&gt;
*Tenga en cuenta que algunos proveedores no permiten esto y exigen que lo que queda con ellos debe ser cancelado o transferido, verifique esto con ellos antes de continuar.&lt;br /&gt;
&lt;br /&gt;
Si desea portealos o transferirlos todos, debe marcar NO en &amp;quot;Partial Port&amp;quot; y debe ingresar todos los números en &amp;quot;DID Number(s) to port&amp;quot;.&lt;br /&gt;
Una vez hecho esto, deberá especificar si los números son para uso residencial o comercial (business).&lt;br /&gt;
Si va a  portear o transferir un número de teléfono móvil, debe proporcionar el IMEI. (Si el número no es un teléfono celular, puede dejar estos campos en blanco).&lt;br /&gt;
&lt;br /&gt;
 '''Para los porteos inalámbricos en Canadá, algunos proveedores pueden enviar un SMS o un correo electrónico al propietario con respecto a la aprobación de la solicitud de porteo actual. Una vez que reciba este aviso, tiene 90 minutos para responder y aprobar el porteo; de lo contrario, el proveedor actual puede rechazar la solicitud del porteo y cancelar el proceso.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Untitled-1 copy.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 3===&lt;br /&gt;
&lt;br /&gt;
Ahora debe ingresar toda la información requerida. Debe ser exactamente como aparece en el CSR (Registro de servicio al cliente) del proveedor actual. Tenga en cuenta que su Registro de servicio al cliente puede diferir de su información de facturación. Si no está seguro de cuál es la información de CSR, comuníquese con su proveedor de servicios actual para solicitar la CSR, ya que es la información más importante para aumentar las posibilidades de tener un porteo exitoso.&lt;br /&gt;
&lt;br /&gt;
Si planea portear o  transferir un número con un nombre diferente al suyo a una cuenta de VoIP.ms, debe completar la solicitud de transferencia utilizando la información que aparece en el CSR. No importa si el nombre en la cuenta del proveedor actual no coincide con la información en VoIP.ms, recuerde que necesitamos hacer coincidir la información que tiene el proveedor actual.&lt;br /&gt;
&lt;br /&gt;
El campo &amp;quot;Statement Name&amp;quot; es solo para números comerciales (Business numbers), ingrese el nombre comercial si corresponde; de lo contrario, déjelo en blanco.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep3.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 4===&lt;br /&gt;
&lt;br /&gt;
Debe ingresar el nombre del proveedor de servicios, que es su proveedor actual y el número de cuenta de cliente que tiene con el proveedor actual.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep4.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 5===&lt;br /&gt;
&lt;br /&gt;
Lo que se necesita aquí es cargar un escaneo de su última factura firmada por su proveedor actual. Coloque su firma en una parte en blanco donde no haya elementos que interfieran con ella. Si el proveedor del número no proporciona una factura, puede tomar una captura de pantalla de su Portal del proveedor actual donde muestra su número e información de cuenta.&lt;br /&gt;
&lt;br /&gt;
Si desea incluir algún comentario o información adicional a este porteo, puede hacerlo en el campo Notes / Comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep5.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Paso 6 ===&lt;br /&gt;
&lt;br /&gt;
El sistema le mostrará los números que se portearán o transferirán, la tarifa de porteo o transferencia cuando corresponda, por número y el monto total que se debitará de su saldo. Confirme que toda la información sea correcta.&lt;br /&gt;
&lt;br /&gt;
Después de esto, se completará el proceso de porteo o transferencia y su solicitud se enviará al departamento de LNP en VoIP.ms&lt;br /&gt;
&lt;br /&gt;
El departamento de LNP procesará su solicitud y le enviará un correo electrónico solicitando más información si es necesario o simplemente para confirmar que todo está correcto y le dará una fecha FOC para su porteo tan pronto como el proveedor actual confirme esta información.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Portstep6can.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cuenta que algunos proveedores pueden tardar algunas horas en actualizar completamente sus rutas cuando se ha porteado o transferido un número y esto podría causar situaciones aleatorias con su número en su fecha FOC.&lt;br /&gt;
&lt;br /&gt;
Si algunos proveedores aún no pueden comunicarse con un número transferido después de 24 horas desde que se le informó que la transferencia se había completado, comuníquese con el departamento de soporte.&lt;br /&gt;
&lt;br /&gt;
Gracias por su comprensión.&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Portear_un_n%C3%BAmero_de_USA</id>
		<title>Portear un número de USA</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Portear_un_n%C3%BAmero_de_USA"/>
				<updated>2021-01-24T19:16:42Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Paso 5 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Puede portear o transferir uno o varios números dentro de una solicitud de porteo. Tenga en cuenta que para portear o transferir varios números en una solicitud, todos los números deben estar en la misma factura y pertenecer a la misma cuenta con el proveedor actual. Todos deben estar asociados al mismo número de teléfono de facturación; si en alguna manera la información es diferente, deberá iniciar otra solicitud. La tarifa es gratuita (por tiempo limitado). No puede mezclar números de lada sin costo y números locales en la misma solicitud.&lt;br /&gt;
&lt;br /&gt;
Tenga en cuenta: El proceso de transferencia toma de 5 días hábiles dependiendo de que tan cooperativo y / o ocupado esté el proveedor actual.&lt;br /&gt;
En las siguientes líneas encontrará todos los pasos necesarios para portear o transferir un número estadounidense existente de otro proveedor a VoIP.MS&lt;br /&gt;
Antes de iniciar el proceso de transferencia, es muy importante verificar si su número puede ser transferido a la red VoIP.MS. Confirme esto en http://wiki.voip.ms/article/Porting_a_Number#Check_Availability [[1]]&lt;br /&gt;
&lt;br /&gt;
===Paso 1===&lt;br /&gt;
&lt;br /&gt;
Primero debe leer nuestras notas y condiciones para el porteo. La primera línea confirma que está transfiriendo un número local de EUA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep1.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
===Paso 2===&lt;br /&gt;
&lt;br /&gt;
Ahora debe ingresar el (los) número (s) que desea portear o transferir. Al hacer clic en los signos de interrogación junto a los campos, habrá más detalles disponibles. Si tiene más de 1 número con el proveedor actual pero solo desea transferir uno o algunos de ellos, debe marcar SÍ en esta sección y luego escribir la lista de servicios y / o números que permanecerán con el proveedor actual y también debe indicar qué hacer con ellos (desconectarlos, dejarlos como están, etc.)&lt;br /&gt;
&lt;br /&gt;
*Tenga en cuenta que algunos proveedores no permiten ésto y exigen que lo que les queda debe ser cancelado o porteado (transferido).&lt;br /&gt;
Si desea transferirlos todos, debe marcar NO en &amp;quot;Partial Port&amp;quot; y debe ingresar todos los números en &amp;quot;DID Number(s) to port&amp;quot;.&lt;br /&gt;
Una vez hecho esto, deberá especificar si los números son para uso residencial o comercial. Si va a portear o transferir un número de teléfono móvil, debe proporcionar los 4 últimos dígitos del SSN y el número PIN.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep2.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 3===&lt;br /&gt;
&lt;br /&gt;
Ahora debe ingresar toda la información requerida. Debe ser exactamente como aparece en el CSR (Registro de servicio al cliente) del proveedor actual. Tenga en cuenta que su Registro de servicio al cliente puede diferir de su información de facturación. Si no está seguro de cuál es la información de CSR, comuníquese con su proveedor de servicios actual para solicitar la CSR, ya que es la información más importante para aumentar las posibilidades de tener un porteo exitoso.&lt;br /&gt;
&lt;br /&gt;
Si planea portear o transferir un número con un nombre diferente al suyo a una cuenta de VoIP.ms, debe completar la solicitud de portabilidad o transferencia utilizando la información que aparece en el CSR. No importa si el nombre en la cuenta del proveedor actual no coincide con la información en VoIP.ms, recuerde que necesitamos hacer coincidir la información que tiene el proveedor actual.&lt;br /&gt;
&lt;br /&gt;
El campo &amp;quot;Statement Name&amp;quot; es solo para números comerciales (Business numbers), ingrese el nombre comercial si corresponde; de lo contrario, déjelo en blanco.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep3.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 4===&lt;br /&gt;
&lt;br /&gt;
Debe ingresar el nombre del proveedor de servicios, que es su proveedor actual y el número de cuenta de cliente que tiene con el proveedor actual.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:portstep4.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Paso 5===&lt;br /&gt;
&lt;br /&gt;
Ahora es necesario cargar una copia escaneada y firmada a mano de la ultima factura disponible con su proveedor actual. Coloque su firma en una parte en blanco donde no haya elementos que interfieran con ella. Si el proveedor del número no proporciona una factura, puede tomar una captura de pantalla del portal del proveedor actual que muestra el número a portear y la información del cliente; la captura de pantalla también debe estar firmada a mano.&lt;br /&gt;
Si desea incluir algún comentario o información adicional a este porteo, puede hacerlo en el campo Notes / Comments.&lt;br /&gt;
&lt;br /&gt;
Si desea que su número se pueda actualizar en la información de la base de datos CNAM / LIDB, puede dejar una nota en la solicitud de porteo o transferencia, indicando que desea que el número sea porteado o transferido a un proveedor que admita este proceso, nuestro departamento de LNP se encargará de coordinarse con el proveedor para hacer que el número se transfiera a uno que admita el proceso de actualización del nombre del identificador de llamadas (CNAM), tenga en cuenta que esto no garantiza que se pueda hacer, ya que no todos los números se pueden asignar con un proveedor que lo admita. Pregunte al departamento de LNP del personal de soporte regular sobre el costo para agregar el número a la base de datos CNAM / LIDB&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Portstep5.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
===Paso 6===&lt;br /&gt;
&lt;br /&gt;
El sistema le mostrará los números que se portearán o transferirán, la tarifa de porteo o transferencia cuando corresponda por número y el monto total que se debitará de su saldo. Confirme que toda la información sea correcta.&lt;br /&gt;
&lt;br /&gt;
Después de esto, se completará el proceso de porteo o transferencia y su solicitud se enviará al departamento de LNP en VoIP.ms&lt;br /&gt;
&lt;br /&gt;
El Departamento de LNP procesará su solicitud y le enviará un correo electrónico solicitando más información si es necesario o simplemente para confirmar que todo está correcto y le dará una fecha FOC para su porteo tan pronto como el proveedor actual confirme esta información.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Portstep6.JPG|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tenga en cuenta que algunos proveedores pueden tardar algunas horas en actualizar completamente sus rutas cuando se ha  porteado  o transferido un número y esto podría causar situaciones aleatorias con su número en su fecha FOC.&lt;br /&gt;
&lt;br /&gt;
Si algunos proveedores aún no pueden comunicarse con un número transferido después de 24 horas desde que se le informó que la transferencia se había completado, comuníquese con el departamento de soporte.&lt;br /&gt;
&lt;br /&gt;
Gracias por su comprensión.&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Call_Hunting</id>
		<title>Call Hunting</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Call_Hunting"/>
				<updated>2019-05-09T17:40:37Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: Note about Ring Groups&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Call Hunting feature allows you to have incoming calls ring on different destinations designated as &amp;quot;Call Hunting Members&amp;quot; one after another, for a specific amount of time, until one of those Members takes the call. &lt;br /&gt;
&lt;br /&gt;
A Call Hunting entry can have up to 8 Members. Various types of Members can be added to a Call Hunting entry, such as: Main Account, [[Sub Accounts]], [[SIP URI]]'s, [[Call Forwarding]] and [[Ring Groups]].&lt;br /&gt;
&lt;br /&gt;
 '''NOTE''': The call hunting will fail over to the DID number failover options and/or Voicemail if no member is available to answer, and will skip any Voicemail set in a Ring Group within the Call Hunting. &lt;br /&gt;
&lt;br /&gt;
[[File:CallHuntingMusic.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
== Creating a Call Hunting Entry ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
From your main portal please refer to DID Numbers -&amp;gt; Call Hunting. You will have to click on the link that reads Add Call Hunting. Then another screen will prompt and you will have to enter the following information:&lt;br /&gt;
&lt;br /&gt;
'''Description''': This can be used as a note or description to easily identify your Call Hunting entries.&lt;br /&gt;
&lt;br /&gt;
'''Play Recording Before Hunting:''' This setting is also optional. You can select your own recordings to be played to the caller before sending the call to the Call Hunting entry. Please note if a Recording is selected, the call will start being charged immediately even before a member answers.&lt;br /&gt;
&lt;br /&gt;
'''Music the caller will hear while the call is answered:''': This setting optional. The caller will hear the selected music while the members of the Call Hunting are dialed. If set to 'No music', the caller will hear the normal ringing. Please note if the Music on Hold is set to &amp;quot;Yes&amp;quot;, the call will start being charged immediately even before a member answers.&amp;lt;br&amp;gt;&lt;br /&gt;
The following options for music are available:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border: none;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Music on Hold&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Test Code&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| '''***89'''  || Away in the Tropics ||  From Hawaii to the Caribbean, these tracks deliver sounds of ukulele, steel drums, and steel guitars.&lt;br /&gt;
|-&lt;br /&gt;
| '''***90'''  || Coffee and Sunrise ||  Uplifting without being perky, and positive without being too smiley.&lt;br /&gt;
|-&lt;br /&gt;
| '''***91'''  || Coffee Shop Acoustic ||  Soothing, acoustic guitar tracks makes for a relaxed feel and sets a great atmosphere.&lt;br /&gt;
|-&lt;br /&gt;
| '''***92'''  || Easy Listening || Smooth, casual tunes.&lt;br /&gt;
|-&lt;br /&gt;
| '''***93'''  || Guitar Alchemy ||  Clever harmonics and progressive chord sequences to create a joyful and warming musical experience.&lt;br /&gt;
|-&lt;br /&gt;
| '''***94'''  || Happy Endings ||  Uplifting, commercial style. Guitar, drums, ukulele, harmonica and bells.&lt;br /&gt;
|-&lt;br /&gt;
| '''***95'''  || Light and Casual ||  Soothing and peaceful songs with a light, positive feeling.&lt;br /&gt;
|-&lt;br /&gt;
| '''***96'''  || Orchestral Moods ||  Emotional and dramatic tales spun by violins, pianos and full orchestras.&lt;br /&gt;
|-&lt;br /&gt;
| '''***97'''  || Piano Mix ||  Smooth Piano&lt;br /&gt;
|-&lt;br /&gt;
| '''***98'''  || Rock me Easy ||  Feel-good music to create a relaxing atmosphere.&lt;br /&gt;
|-&lt;br /&gt;
| '''***99'''  || Spa Sounds ||  Soft, slow and serene instrumentals.&lt;br /&gt;
|-&lt;br /&gt;
| '''***100'''  || Aucune musique, bip intermittent ||  Silent, but with a subtle intermittent bleep sound to let your callers know that they are still on the line while they hold.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Language:''' You can select the language used for the &amp;quot;Default System&amp;quot; recording presented to the Caller and the &amp;quot;Press one to take the call&amp;quot; recording presented to the Callee.&lt;br /&gt;
&lt;br /&gt;
'''Ring Order''': This is the order that the Call Hunting will follow to try and contact its members. Two orders are available:&lt;br /&gt;
&lt;br /&gt;
*'''Follow Order:''' The members will be called in the following order: Ring 1, Ring 2, Ring 3, Ring 4, Ring 5, Ring 6, Ring 7, Ring 8.&lt;br /&gt;
*'''Random Order:''' The Members will be called in a Random Order.&lt;br /&gt;
&lt;br /&gt;
'''Members:''' Here you can select the members of the Call Hunting entry. A Call Hunting entry can have up to 8 Members, which can include any combination of the following routings: Main Account, Sub Account, SIP URI, Call Forwarding and Ring Groups. You can set individual Ring Times for every member of your Call Hunting entry as well as configure every member for Answer Confirmation by making them press the key &amp;quot;1&amp;quot; to take the call.&lt;br /&gt;
&lt;br /&gt;
Finally, just hit the '''Create''' button and you will be done creating your entry. Please keep your Call Hunting entries up to date by removing inactive members.&lt;br /&gt;
&lt;br /&gt;
[[File:CallHuntingMusic2.png|thumb|none|800px]]&lt;br /&gt;
&lt;br /&gt;
== Routing your DID to your Call Hunting Entry ==&lt;br /&gt;
&lt;br /&gt;
After you have created your Call Hunting entry, you can route any of your DIDs to it from your main portal. Please refer to DID Numbers -&amp;gt; Manage DID -&amp;gt; Edit DID -&amp;gt; Routing -&amp;gt; Call Hunting. Also under the same menu screen, you can select your Call Hunting entry for the Additional Failover Options.&lt;br /&gt;
&lt;br /&gt;
[[Category:Configuration]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/ZoIPer_for_Android</id>
		<title>ZoIPer for Android</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/ZoIPer_for_Android"/>
				<updated>2018-12-14T23:52:10Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: Menu Added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Configuration Detail==&lt;br /&gt;
&lt;br /&gt;
* Start Zoiper IAX SIP VOIP Softphone App.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Welcome.png|thumb|none|300px|Click to enlarge]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* On the welcome screen fill the '''Username''' and '''Password'''  then click on '''Create an account'''.&lt;br /&gt;
&lt;br /&gt;
** '''Username:''' 100000 (your VoIP.ms main or sub account) @server.voip.ms is optional.&lt;br /&gt;
** '''Password:''' ********* (account password)&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:ZoiperApp_accountsetup.png|thumb|none|300px|Click to enlarge]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* On the host screen fill the domain/host with any of our [http://wiki.voip.ms/article/Choosing_Server servers]. I.E. toronto.voip.ms then click on '''Next''' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:ZoipperApp_Host.png|thumb|none|300px|Click to enlarge]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''Skip''' the '''Authentication''' step. AuthUserID and Outbound Proxy are not needed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:ZoiperApp_authskip.png|thumb|none|300px|Click to enlarge]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* In this screen you can select the protocol that your SIP account will use:&lt;br /&gt;
** SIP TCP&lt;br /&gt;
** SIP UDP&lt;br /&gt;
** IAX UDP&lt;br /&gt;
&lt;br /&gt;
Select the one you prefer according to your network's settings, I.E. '''SIP TCP''' then click on the '''Finish''' button.&lt;br /&gt;
&lt;br /&gt;
 Please notice that we do '''not support SIP TLS'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:ZoiperApp_acctype.png|thumb|none|300px|Click to enlarge]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* This the account configuration screen and will show a summary of your account information:&lt;br /&gt;
** '''User:''' 100000 (this is your SIP/IAX Main Username showing up in your [https://www.voip.ms/m/accountinfo.php customer portal])&lt;br /&gt;
** '''Password:''' ********* (this is your SIP password.)&lt;br /&gt;
** '''Host:''' atlanta.voip.ms (use one of the multiple VoIP.ms [http://wiki.voip.ms/article/Choosing_Server servers])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:ZoiperApp_accsettings.png|thumb|none|300px|Click to enlarge]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Scroll down to '''Audio Codec Settings.''', the ones with a check mark are the codecs selected, leave only as selected codecs, uLaw or GSM. We also offer G.729 however it's a paid feature in Zoiper. Set the rest unchecked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:ZoiperApp_aucodec.png|thumb|none|300px|Click to enlarge]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Click on the '''&amp;lt;-''' in the left corner to leave the settings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Your Zoiper should be ready to make calls&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Common Errors==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*If there was a typo in your password or if there's a DNS issue Zoiper might show the account type options in red. You can select the protocol and hit the '''Finish''' button even though they're all red.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:ZoiperApp_accerror.png|thumb|none|300px|Click to enlarge]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*On the account settings screen you can check the error response code and correct it. You can check the list of common [https://wiki.voip.ms/article/SIP_Responses SIP Response codes] for this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:ZoiperApp_SIPcode.PNG|thumb|none|300px|Click to enlarge]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*For best results, it is recommended to use wifi. But if using 4G/LTE and you experience poor sound quality, it has been reported that turning off ECHO CANCELLATION helps solve the issue.&lt;br /&gt;
&lt;br /&gt;
[[category:softphones]]&lt;br /&gt;
&lt;br /&gt;
==Known Issues using Zoiper's PUSH server==&lt;br /&gt;
&lt;br /&gt;
If you're experiencing issues with outgoing calls using the new Zoiper's PUSH server. Please follow these steps: &lt;br /&gt;
&lt;br /&gt;
1. At Settings &amp;gt;&amp;gt; Connectivity:&lt;br /&gt;
* Check/Enable the &amp;quot;Enable PUSH Proxy&amp;quot; option.&lt;br /&gt;
* Set &amp;quot;Proxy protocols&amp;quot; to SIP+RTP.&lt;br /&gt;
* Set &amp;quot;Push transport&amp;quot; to TCP (Default).&lt;br /&gt;
&lt;br /&gt;
[[File:Zoiper-PUSH.png|thumb|none|300px|Click to enlarge]]&lt;br /&gt;
&lt;br /&gt;
2. At Settings &amp;gt;&amp;gt; Accounts &amp;gt;&amp;gt; Your account&lt;br /&gt;
* Set &amp;quot;Authentication user&amp;quot; with your Main or sub account name. (It's the same value you have for &amp;quot;Username&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
[[File:Zoiper-AuthID.png|thumb|none|300px|Click to enlarge]]&lt;br /&gt;
&lt;br /&gt;
3. At Settings&amp;gt;&amp;gt; Accounts&amp;gt;&amp;gt; Your account &amp;gt;&amp;gt; Network settings&lt;br /&gt;
* Set &amp;quot;Transport Type&amp;quot; to TCP&lt;br /&gt;
&lt;br /&gt;
[[File:Zoiper-transport.png|thumb|none|300px|Click to enlarge]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Choosing_Server</id>
		<title>Choosing Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Choosing_Server"/>
				<updated>2018-05-24T17:12:57Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:ChooseServerImg.png|thumb|none|1280px|VoIP.ms servers]]&lt;br /&gt;
&lt;br /&gt;
= Choosing a Server =&lt;br /&gt;
&lt;br /&gt;
[http://www.voip.ms VoIP.ms] offers many different servers, but which one should you choose? One misconception is that you should pick the closest to your location, however this is not needed most of the time. For example, if you are in the USA, any of the US servers will provide a really good latency and service quality. The newest server within a city is indicated with the highest number attached to the name, as they are classified in ascending order. Also worth noting is that there is a network tool that will help you when deciding which server you want to use, generally named a &amp;quot;ping&amp;quot;, which will provide you the latency between you and the server. Therefore the server which provides you less latency should be used.&lt;br /&gt;
&lt;br /&gt;
=== IPs ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block; vertical-align:top;&amp;quot;&amp;gt; &lt;br /&gt;
'''Canada'''&lt;br /&gt;
*Montreal 1, QC     ('''montreal.voip.ms''')    67.205.74.184&lt;br /&gt;
*Montreal 2, QC     ('''montreal2.voip.ms''')   67.205.74.187&lt;br /&gt;
*Montreal 3, QC     ('''montreal3.voip.ms''')   192.175.96.68&lt;br /&gt;
*Montreal 4, QC     ('''montreal4.voip.ms''')   67.205.74.179&lt;br /&gt;
*Montreal 5, QC     ('''montreal5.voip.ms''')   192.175.96.69&lt;br /&gt;
*Montreal 6, QC     ('''montreal6.voip.ms''')   192.175.96.70&lt;br /&gt;
*Montreal 7, QC     ('''montreal7.voip.ms''')   192.175.96.71&lt;br /&gt;
*Montreal 8, QC     ('''montreal8.voip.ms''')   192.175.96.72&lt;br /&gt;
*Toronto 1, ON      ('''toronto.voip.ms''')     158.85.70.148&lt;br /&gt;
*Toronto 2, ON      ('''toronto2.voip.ms''')    158.85.70.149&lt;br /&gt;
*Toronto 3, ON      ('''toronto3.voip.ms''')    158.85.70.150&lt;br /&gt;
*Toronto 4, ON      ('''toronto4.voip.ms''')    158.85.70.151&lt;br /&gt;
*Toronto 5, ON      ('''toronto5.voip.ms''')    184.75.215.106&lt;br /&gt;
*Toronto 6, ON      ('''toronto6.voip.ms''')    184.75.215.114&lt;br /&gt;
*Toronto 7, ON      ('''toronto7.voip.ms''')    184.75.215.146&lt;br /&gt;
*Toronto 8, ON      ('''toronto8.voip.ms''')    184.75.213.210&lt;br /&gt;
*Vancouver 1, BC    ('''vancouver.voip.ms''')   162.213.157.82&lt;br /&gt;
*Vancouver 2, BC    ('''vancouver2.voip.ms''')  162.213.157.117&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block; vertical-align:top;&amp;quot;&amp;gt; &lt;br /&gt;
'''United States'''&lt;br /&gt;
*Atlanta 1, GA      ('''atlanta.voip.ms''')     75.127.65.130&lt;br /&gt;
*Atlanta 2, GA      ('''atlanta2.voip.ms''')    72.9.246.170&lt;br /&gt;
*Chicago 1, IL      ('''chicago.voip.ms''')     208.100.39.52&lt;br /&gt;
*Chicago 2, IL      ('''chicago2.voip.ms''')    208.100.39.53 &lt;br /&gt;
*Chicago 3, IL      ('''chicago3.voip.ms''')    208.100.39.54&lt;br /&gt;
*Chicago 4, IL      ('''chicago4.voip.ms''')    208.100.39.55&lt;br /&gt;
*Dallas, TX         ('''dallas.voip.ms''')      158.85.149.162&lt;br /&gt;
*Dallas 2, TX         ('''dallas2.voip.ms''')   158.85.149.163&lt;br /&gt;
*Denver 1, CO       ('''denver.voip.ms''')      173.248.161.90 &lt;br /&gt;
*Denver 2, CO       ('''denver2.voip.ms''')     173.248.159.210&lt;br /&gt;
*Houston, TX        ('''houston.voip.ms''')     173.193.85.18&lt;br /&gt;
*Houston 2, TX        ('''houston2.voip.ms''')  173.193.85.19&lt;br /&gt;
*Los Angeles 1, CA  ('''losangeles.voip.ms''')  96.44.149.186&lt;br /&gt;
*Los Angeles 2, CA  ('''losangeles2.voip.ms''') 96.44.149.202&lt;br /&gt;
*New York 1, NY     ('''newyork.voip.ms''')     72.251.239.196&lt;br /&gt;
*New York 2, NY     ('''newyork2.voip.ms''')    72.251.239.205&lt;br /&gt;
*New York 3, NY     ('''newyork3.voip.ms''')    72.251.239.206&lt;br /&gt;
*New York 4, NY     ('''newyork4.voip.ms''')    72.251.239.207&lt;br /&gt;
*New York 5, NY     ('''newyork5.voip.ms''')    23.29.136.28&lt;br /&gt;
*New York 6, NY     ('''newyork6.voip.ms''')    23.29.136.29&lt;br /&gt;
*New York 7, NY     ('''newyork7.voip.ms''')    23.29.136.38&lt;br /&gt;
*New York 8, NY     ('''newyork8.voip.ms''')    23.29.136.40 &lt;br /&gt;
*San Jose, CA       ('''sanjose.voip.ms''')     23.246.247.146&lt;br /&gt;
*San Jose 2, CA     ('''sanjose2.voip.ms''')    23.246.247.147&lt;br /&gt;
*Seattle 1, WA      ('''seattle.voip.ms''')     50.23.160.53&lt;br /&gt;
*Seattle 2, WA      ('''seattle2.voip.ms''')    50.23.149.166&lt;br /&gt;
*Seattle 3, WA      ('''seattle3.voip.ms''')    50.23.160.54&lt;br /&gt;
*Tampa, FL          ('''tampa.voip.ms''')       162.254.144.173&lt;br /&gt;
*Tampa 2, FL        ('''tampa2.voip.ms''')      162.254.144.176&lt;br /&gt;
*Washington 1, DC   ('''washington.voip.ms''')  208.43.234.226&lt;br /&gt;
*Washington 2, DC   ('''washington2.voip.ms''') 208.43.234.227&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block; vertical-align:top;&amp;quot;&amp;gt; &lt;br /&gt;
'''International'''&lt;br /&gt;
*Amsterdam, NL      ('''amsterdam.voip.ms''')   37.58.88.242&lt;br /&gt;
*London, UK         ('''london.voip.ms''')      159.8.157.212&lt;br /&gt;
*Melbourne, AU      ('''melbourne.voip.ms''')   168.1.73.84&lt;br /&gt;
*Paris, FR          ('''paris.voip.ms''')       159.8.85.180&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Server Realms===&lt;br /&gt;
&lt;br /&gt;
For IOS, Please click here [http://wiki.voip.ms/article/Server_Realms Server Realms] to get the Realm Name for the server you plan on using, this can differ from the Domain Name being used. &lt;br /&gt;
&lt;br /&gt;
 Please note that the following servers will not be available to select as a DID Point of Presence for newer accounts: &lt;br /&gt;
 Atlanta 1, Chicago 1, New York 1, New York 4, Seattle 1, Montreal 1, Montreal 2, Montreal 3, Montreal 4, Toronto, Toronto 2, Toronto 3, Toronto 4.&lt;br /&gt;
&lt;br /&gt;
= What is a Ping? =&lt;br /&gt;
&lt;br /&gt;
Ping is a standard tool used to test network connections. It is mostly used to determine if a server or device can be reached across the network and the latency of the response(the time it takes to send a packet to the destination and for it to return to your computer).&lt;br /&gt;
&lt;br /&gt;
Ping tools are part of Windows, Mac OS X and Linux as well as some routers.&lt;br /&gt;
&lt;br /&gt;
== How does the ping work? ==&lt;br /&gt;
&lt;br /&gt;
It sends request messages to a target network address or DNS names at periodic intervals and measures the time it takes for a response message to arrive and return(better known as latency). &lt;br /&gt;
&lt;br /&gt;
==How to ping on a PC==&lt;br /&gt;
&lt;br /&gt;
Pinging is a command which tells you if the connection between your computer and a particular domain is working correctly.&lt;br /&gt;
&lt;br /&gt;
In Windows, select Start &amp;gt; Programs &amp;gt; Accessories &amp;gt; Command Prompt. This will give you a window like the one below.&lt;br /&gt;
&lt;br /&gt;
Enter the word ping, followed by a space, then the domain name.(montreal.voip.ms) in this case domain is our server name.&lt;br /&gt;
&lt;br /&gt;
If the results show a series of replies, the connection is working. The time shows you how fast the connection is. If you see a &amp;quot;timed out&amp;quot; error instead of a reply, there is a breakdown somewhere between your computer and the domain.&lt;br /&gt;
&lt;br /&gt;
[[File:Ping.gif|thumb|none|600px|Ping]]&lt;br /&gt;
&lt;br /&gt;
==How to ping on a Mac Computer==&lt;br /&gt;
&lt;br /&gt;
1- Click on Finder in the dock.&lt;br /&gt;
&lt;br /&gt;
2- Click on Applications.&lt;br /&gt;
&lt;br /&gt;
3- Click on Utilities.&lt;br /&gt;
&lt;br /&gt;
4- Double-click on Network Utility. &amp;amp;#42;&lt;br /&gt;
&lt;br /&gt;
&amp;amp;#42; In OS X Mavericks (10.9.x) this utility app changed location. Launch it from spotlight instead, either press &amp;quot;command&amp;quot;+&amp;quot;space bar&amp;quot; or click on spotlight directly (magnifying glass icon at top right of screen), type &amp;quot;network utility&amp;quot; and hit &amp;quot;return&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5- In the Network Utility window, click on the Ping tab&lt;br /&gt;
&lt;br /&gt;
6- In the field under &amp;quot;Please enter the network address to ping,&amp;quot; like montreal.voip.ms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''If pings results are not consistent, you may have an issue with Jitter. You can work on this issue by adjusting the &amp;quot;Network Jitter Level&amp;quot; setting on your VoIP device. Usually a ping of under 150 ms is recommended in order to have good quality. The latency time to the server is important, however there are also other factors that could affect the quality of the calls such as packet loss (VoIP communications are very sensitive to this), and the Jitter level of your Internet connection.''&lt;br /&gt;
&lt;br /&gt;
The following is the output of running ping with the target losangeles.voip.ms.&lt;br /&gt;
&lt;br /&gt;
 #ping losangeles.voip.ms&lt;br /&gt;
 Ping to losangeles.voip.ms [67.215.241.250] with 32 bytes de datos:&lt;br /&gt;
 Response from 67.215.241.250: bytes=32 time=67ms TTL=52&lt;br /&gt;
 Response from 67.215.241.250: bytes=32 time=69ms TTL=52&lt;br /&gt;
 Response from 67.215.241.250: bytes=32 time=68ms TTL=52&lt;br /&gt;
 Response from 67.215.241.250: bytes=32 time=67ms TTL=52&lt;br /&gt;
 ping statistics from 67.215.241.250:&lt;br /&gt;
 4 packets transmitted, 4 received, 0% packet lost. rtt min/avg/max/mdev = 67ms, 69ms, 67ms&lt;br /&gt;
&lt;br /&gt;
Sample ping output in windows:&lt;br /&gt;
 C:\Windows\system32&amp;gt;ping montreal.voip.ms&lt;br /&gt;
 &lt;br /&gt;
 Pinging montreal.voip.ms [67.205.74.184] with 32 bytes of data:&lt;br /&gt;
 Reply from 67.205.74.184: bytes=32 time=85ms TTL=49&lt;br /&gt;
 Reply from 67.205.74.184: bytes=32 time=86ms TTL=49&lt;br /&gt;
 Reply from 67.205.74.184: bytes=32 time=86ms TTL=49&lt;br /&gt;
 Reply from 67.205.74.184: bytes=32 time=85ms TTL=49&lt;br /&gt;
 &lt;br /&gt;
 Ping statistics for 67.205.74.184:&lt;br /&gt;
     Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),&lt;br /&gt;
 Approximate round trip times in milli-seconds:&lt;br /&gt;
     Minimum = 85ms, Maximum = 86ms, Average = 85ms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Latency Testing Scripts (User Submitted) =&lt;br /&gt;
&amp;lt;p&amp;gt;All the following scripts were produced by voip.ms users who felt others might also benefit from the output of their efforts.  They were written over a span of Years and probably need adjusting before you use them, to cater for changes in servers over time and changes in policies (like not testing heavily subscribed servers which are not open to new registrations)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you aren't satisfied that the scripts are safe or simply don’t like the way they syntactically appear, you can still manually ping a selection of servers and choose a server based on the best latency. The following scripts are essentially just wrappers around the ping command which support lists of servers to feed to ping and present the output in a readable format.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you feel you have a simpler cleaner script that works for another platform or language, please do add it to this wiki via a support ticket.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
=== Bash Script To Handle The Mac Ping Output Format ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;To make use of this script (1) save as a plain text file (2) set permissions on the file to executable (3) invoke script&lt;br /&gt;
e.g. Save script below using your favourite editor as pingVoipMS.sh (2) chmod u+x pingVoipMS.sh (3) ./pingVoipMS.sh&lt;br /&gt;
This is a bash 3.x script, so it also works in Linux, just change the ping packet loss field from 7 to 6 in the final loop below (or wherever the loss field is in your ping output format).  Depending upon your distro curl might need to change to wget.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
# Ping several servers and display Latency, Jitter and Packet Loss&lt;br /&gt;
#      Usage: [-c &amp;lt;count&amp;gt;][-i &amp;lt;wait time&amp;gt;][-r test restricted servers][&amp;lt;server list file&amp;gt;]&lt;br /&gt;
#&lt;br /&gt;
# The optional text file should be formatted with one host name per line.&lt;br /&gt;
# The list of voip.ms servers is available at http://wiki.voip.ms/article/Choosing_Server&lt;br /&gt;
# If no args are supplied, this script will scrape a ping server list from voip.ms&lt;br /&gt;
#&lt;br /&gt;
USER_FILE=&amp;quot;&amp;quot;&lt;br /&gt;
COUNT=3; INTERVAL=5; RESTRICTED=0&lt;br /&gt;
restrictedList=(atlanta.voip.ms chicago.voip.ms&lt;br /&gt;
                montreal.voip.ms montreal2.voip.ms montreal3.voip.ms montreal4.voip.ms&lt;br /&gt;
                newyork.voip.ms newyork4.voip.ms seattle.voip.ms&lt;br /&gt;
                toronto.voip.ms toronto2.voip.ms toronto3.voip.ms toronto4.voip.ms)&lt;br /&gt;
&lt;br /&gt;
# Handle any passed in script arguments&lt;br /&gt;
while getopts c:i:r parm&lt;br /&gt;
do&lt;br /&gt;
    case $parm in&lt;br /&gt;
        c)count_opt=$OPTARG;;&lt;br /&gt;
        i)interval_opt=$OPTARG;;&lt;br /&gt;
        r)RESTRICTED=1;;&lt;br /&gt;
        *)echo -e &amp;quot;Invalid arg\nUsage:\t[ -c &amp;lt;count of ECHO_REQUESTs to Tx, default 3&amp;gt; ] \&lt;br /&gt;
                  \n\t[ -i &amp;lt;wait time (s) between datagrams, default 5&amp;gt; ]                \&lt;br /&gt;
                  \n\t[ -r ] Include restricted servers in latency test                  \&lt;br /&gt;
                  \n\t[FILE &amp;lt;ping server list&amp;gt; ]&amp;quot;;exit 1;;&lt;br /&gt;
    esac&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
# Test if an option was specified and whether it's a +ve non-zero integer&lt;br /&gt;
[[ -n $count_opt    &amp;amp;&amp;amp; ($count_opt =~ ^[[:digit:]]+$)    &amp;amp;&amp;amp; $count_opt -gt 0 ]]    &amp;amp;&amp;amp; COUNT=$count_opt&lt;br /&gt;
[[ -n $interval_opt &amp;amp;&amp;amp; ($interval_opt =~ ^[[:digit:]]+$) &amp;amp;&amp;amp; $interval_opt -gt 0 ]] &amp;amp;&amp;amp; INTERVAL=$interval_opt&lt;br /&gt;
&lt;br /&gt;
shift $(($OPTIND -1))&lt;br /&gt;
&lt;br /&gt;
# Validate supplied file (server list)&lt;br /&gt;
[[ -n $1 &amp;amp;&amp;amp; !(-f $1 &amp;amp;&amp;amp; -r $1) ]] &amp;amp;&amp;amp; { echo &amp;quot;\&amp;quot;$1\&amp;quot; file does not exist or is not readable&amp;quot;; exit 1; }&lt;br /&gt;
[[ -n $1 &amp;amp;&amp;amp; -f $1 &amp;amp;&amp;amp; -r $1 ]] &amp;amp;&amp;amp; USER_FILE=&amp;quot;$1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
if [[ -n $USER_FILE ]]&lt;br /&gt;
then&lt;br /&gt;
# Bash 3.x in macOS does not support readarray, need to do cumbersome array loops instead&lt;br /&gt;
    while IFS= read -r line; do&lt;br /&gt;
        serverList+=( &amp;quot;$line&amp;quot; )&lt;br /&gt;
    done &amp;lt; &amp;lt;(grep -e '[[:alpha:]]*[[:alnum:]]\.voip\.ms' $USER_FILE | grep  -v '^\s*#' | awk NF)&lt;br /&gt;
else&lt;br /&gt;
# N.B. The script looks for the html boldface tags &amp;lt;b&amp;gt; &amp;lt;/b&amp;gt; inside a bracket&lt;br /&gt;
# If the website alters and the parse fails, manually create the list and&lt;br /&gt;
# supply as a script arg (or perhaps update the parsing to work again :)&lt;br /&gt;
    while IFS= read -r line; do&lt;br /&gt;
        serverList+=( &amp;quot;$line&amp;quot; )&lt;br /&gt;
    done &amp;lt; &amp;lt;(curl --silent http://wiki.voip.ms/article/Choosing_Server | \&lt;br /&gt;
             grep '(&amp;lt;b&amp;gt;[[:alpha:]]*[[:alnum:]]\.voip\.ms&amp;lt;/b&amp;gt;)'         | \&lt;br /&gt;
             tr &amp;quot;&amp;lt;&amp;gt;&amp;quot; &amp;quot; &amp;quot; | awk '{print $(NF-3)}'                         )&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# Newer voip.ms clients can't register onto these over-subscribed servers&lt;br /&gt;
# Don't test the restricted list unless explicitly asked (with the -r cmd line option)&lt;br /&gt;
if [[ $RESTRICTED -eq 0 ]]&lt;br /&gt;
then&lt;br /&gt;
    for server in ${restrictedList[@]}&lt;br /&gt;
    do&lt;br /&gt;
        ix=$(printf &amp;quot;%s\n&amp;quot; &amp;quot;${serverList[@]}&amp;quot; | grep -n &amp;quot;^${server}&amp;quot; | cut -d &amp;quot;:&amp;quot; -f1)&lt;br /&gt;
&lt;br /&gt;
        while IFS= read -r idx; do&lt;br /&gt;
            keys+=($idx)&lt;br /&gt;
        done &amp;lt; &amp;lt;([[ $ix -gt 0 ]] &amp;amp;&amp;amp; echo $((ix-1)))&lt;br /&gt;
    done&lt;br /&gt;
    for ((i=${#keys[@]} - 1; i &amp;gt;= 0; i--)); do unset serverList[keys[i]]; done&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
if [[ ${#serverList[@]} -eq 0 ]]&lt;br /&gt;
then&lt;br /&gt;
    echo &amp;quot;No unrestricted Voip.ms servers could be found, please supply a server list&amp;quot;&lt;br /&gt;
    exit 1&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
runTime=$(( $COUNT * $INTERVAL * ${#serverList[@]} ))&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;PING will send $COUNT packet(s) with a wait of $INTERVAL sec(s) between each packet&amp;quot;&lt;br /&gt;
echo &amp;quot;Change the PING options by invoking this script with -c and/or -i, default \&amp;quot;-c 3 -i 5\&amp;quot;&amp;quot;&lt;br /&gt;
echo &amp;quot;Over $((${#serverList[@]})) server(s) the estimated script Run Time will be $runTime seconds&amp;quot;&lt;br /&gt;
echo &amp;quot;================================================================&amp;quot;&lt;br /&gt;
printf &amp;quot;%-20s %-18s %7s %8s %6s   %s\n&amp;quot; &amp;quot;VoIP Server&amp;quot; &amp;quot;IP Address&amp;quot; &amp;quot;Latency&amp;quot; &amp;quot;Jitter&amp;quot; &amp;quot;Loss&amp;quot; &amp;quot;Countdown&amp;quot;&lt;br /&gt;
echo &amp;quot;================================================================  (seconds)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for myLn in ${serverList[@]}&lt;br /&gt;
do&lt;br /&gt;
     while IFS=$'\n' read -r line; do&lt;br /&gt;
         pingList+=( &amp;quot;$line&amp;quot; )&lt;br /&gt;
         printf &amp;quot;%-64s %5d   %2d/%-2d\n&amp;quot; &amp;quot;$line&amp;quot; &amp;quot;$((runTime - $COUNT * $INTERVAL * ${#pingList[@]}))&amp;quot; &amp;quot;${#pingList[@]}&amp;quot; &amp;quot;${#serverList[@]}&amp;quot;&lt;br /&gt;
     done &amp;lt; &amp;lt;( ping -c $COUNT -i $INTERVAL -q $myLn | awk '\&lt;br /&gt;
        /^PING / {myH=$2}&lt;br /&gt;
        /^PING / {&lt;br /&gt;
            IP = substr($3,2,15)&lt;br /&gt;
            split(IP,myIP,&amp;quot;)&amp;quot;) }&lt;br /&gt;
        /packet loss/ {myPL=$7}&lt;br /&gt;
        /min\/avg\/max/ {&lt;br /&gt;
            split($4,myS,&amp;quot;/&amp;quot;)&lt;br /&gt;
            printf(&amp;quot;%-20s %-18s %7.3f %8.3f %6s\n&amp;quot;,&lt;br /&gt;
                    myH, myIP[1], myS[2], myS[4], myPL ) }&lt;br /&gt;
    ' )&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;================================================================&amp;quot;&lt;br /&gt;
echo -e &amp;quot;\nMost appropriate server listed in order of best latency\n&amp;quot;&lt;br /&gt;
echo &amp;quot;================================================================&amp;quot;&lt;br /&gt;
printf &amp;quot;%-20s %-18s %7s %8s %6s\n&amp;quot; &amp;quot;VoIP Server&amp;quot; &amp;quot;IP Address&amp;quot; &amp;quot;Latency&amp;quot; &amp;quot;Jitter&amp;quot; &amp;quot;Loss&amp;quot;&lt;br /&gt;
echo &amp;quot;================================================================&amp;quot;&lt;br /&gt;
printf &amp;quot;%s\n&amp;quot; &amp;quot;${pingList[@]}&amp;quot; | LC_ALL=C sort -n -k 3,3 -k 5,5 -k 4,4 | awk '{printf(&amp;quot;%s    \(%2d\)\n&amp;quot;,$0, NR)}'&lt;br /&gt;
echo &amp;quot;================================================================&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Perl Script ===&lt;br /&gt;
Pings list of voip.ms servers round robin with optional output csv file.&lt;br /&gt;
&lt;br /&gt;
    # usage ping_voip.ms.pl &amp;lt;number of times&amp;gt; &amp;lt;seconds in between&amp;gt; &amp;lt;output.csv&amp;gt;&lt;br /&gt;
    use Net::Ping;&lt;br /&gt;
    use Time::HiRes;&lt;br /&gt;
    use strict;&lt;br /&gt;
    &lt;br /&gt;
    # input list &lt;br /&gt;
    my @hosts = qw(&lt;br /&gt;
        atlanta.voip.ms&lt;br /&gt;
        atlanta2.voip.ms&lt;br /&gt;
        chicago.voip.ms&lt;br /&gt;
        chicago2.voip.ms&lt;br /&gt;
        chicago3.voip.ms&lt;br /&gt;
        chicago4.voip.ms&lt;br /&gt;
        dallas.voip.ms&lt;br /&gt;
        denver.voip.ms&lt;br /&gt;
        denver2.voip.ms&lt;br /&gt;
        houston.voip.ms&lt;br /&gt;
        losangeles.voip.ms&lt;br /&gt;
        losangeles2.voip.ms&lt;br /&gt;
        newyork.voip.ms&lt;br /&gt;
        newyork2.voip.ms&lt;br /&gt;
        newyork3.voip.ms&lt;br /&gt;
        newyork4.voip.ms&lt;br /&gt;
        seattle.voip.ms&lt;br /&gt;
        seattle2.voip.ms&lt;br /&gt;
        seattle3.voip.ms&lt;br /&gt;
        tampa.voip.ms&lt;br /&gt;
        washington.voip.ms&lt;br /&gt;
        washington2.voip.ms&lt;br /&gt;
        montreal.voip.ms&lt;br /&gt;
        montreal2.voip.ms&lt;br /&gt;
        montreal3.voip.ms&lt;br /&gt;
        montreal4.voip.ms&lt;br /&gt;
        toronto2.voip.ms&lt;br /&gt;
        toronto3.voip.ms&lt;br /&gt;
        toronto4.voip.ms&lt;br /&gt;
        toronto.voip.ms&lt;br /&gt;
        london.voip.ms&lt;br /&gt;
    );&lt;br /&gt;
    &lt;br /&gt;
    $| = 1; #autoflush&lt;br /&gt;
    # High precision syntax (requires Time::HiRes)&lt;br /&gt;
    my $p = Net::Ping-&amp;gt;new(&amp;quot;icmp&amp;quot;,1);&lt;br /&gt;
    $p-&amp;gt;hires();&lt;br /&gt;
    my $max_name_length = (reverse sort { $a &amp;lt;=&amp;gt; $b } map { length($_) } @hosts)[0];&lt;br /&gt;
    my $count = 4; # number of times to ping&lt;br /&gt;
    my $interval = 5; # seconds between ping rounds&lt;br /&gt;
    my $output_file = &amp;quot;&amp;quot;;&lt;br /&gt;
    my @data;&lt;br /&gt;
    &lt;br /&gt;
    # check for arguments&lt;br /&gt;
    my $num_args = @ARGV;&lt;br /&gt;
    if ($num_args &amp;gt;= 1) {$count = $ARGV[0];}&lt;br /&gt;
    if ($num_args &amp;gt;= 2) {$interval = $ARGV[1];}&lt;br /&gt;
    if ($num_args &amp;gt;= 3) {$output_file = $ARGV[2];}&lt;br /&gt;
    &lt;br /&gt;
    # check argument validity&lt;br /&gt;
    $0 =~ /^.*\\(.*)$/;&lt;br /&gt;
    my $script = $1;&lt;br /&gt;
    if ($count !~ /^\d+$/ or $interval !~ /^\d+$/) {die &amp;quot;Usage: $script &amp;lt;number of rounds&amp;gt; &amp;lt;seconds between rounds&amp;gt; &amp;lt;output.csv&amp;gt;\n&amp;quot;;}&lt;br /&gt;
    if (length($output_file) &amp;gt; 0 and $output_file !~ /\.csv$/) {$output_file .= &amp;quot;.csv&amp;quot;;}&lt;br /&gt;
    &lt;br /&gt;
    # main loop&lt;br /&gt;
    for my $i (1..$count)&lt;br /&gt;
    {&lt;br /&gt;
        sleep $interval unless $i == 1;&lt;br /&gt;
        print &amp;quot;Round $i\n&amp;quot;;&lt;br /&gt;
        my $host_num=0;&lt;br /&gt;
        foreach my $host (@hosts)&lt;br /&gt;
        {&lt;br /&gt;
            (my $ret, my $duration, my $ip) = $p-&amp;gt;ping($host);&lt;br /&gt;
            $ip =~ /(\d+)\.(\d+)\.(\d+)\.(\d+)/; &lt;br /&gt;
            if ($ret)&lt;br /&gt;
            {&lt;br /&gt;
                printf(&amp;quot;%*s [ip: %3s.%3s.%3s.%3s] is alive (%6.2f ms)\n&amp;quot;, $max_name_length, $host, $1, $2, $3, $4, $duration*1000);&lt;br /&gt;
                $data[$host_num][$i]=$duration*1000;&lt;br /&gt;
            }&lt;br /&gt;
            else&lt;br /&gt;
            {&lt;br /&gt;
                printf(&amp;quot;%*s [ip: %3s.%3s.%3s.%3s] is dead\n&amp;quot;, $max_name_length, $host, $1, $2, $3, $4);&lt;br /&gt;
            }&lt;br /&gt;
            $host_num++;&lt;br /&gt;
        }&lt;br /&gt;
        print &amp;quot;\n&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
    $p-&amp;gt;close();&lt;br /&gt;
    &lt;br /&gt;
    # if output file name given&lt;br /&gt;
    if (length($output_file)&amp;gt;0)&lt;br /&gt;
    {&lt;br /&gt;
        # print output to file&lt;br /&gt;
        open FILE, &amp;quot;&amp;gt;$output_file&amp;quot; or die &amp;quot;$!\n&amp;quot;;&lt;br /&gt;
        &lt;br /&gt;
        # print column headers&lt;br /&gt;
        print FILE &amp;quot;Server\\Round&amp;quot;;&lt;br /&gt;
        for my $i (1..$count)&lt;br /&gt;
        {&lt;br /&gt;
            print FILE &amp;quot;, $i&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
        print FILE &amp;quot;, Average\n&amp;quot;;&lt;br /&gt;
        &lt;br /&gt;
        # print data&lt;br /&gt;
        my $i = 0;&lt;br /&gt;
        foreach my $host (@hosts)&lt;br /&gt;
        {&lt;br /&gt;
            print FILE &amp;quot;$host&amp;quot;;&lt;br /&gt;
            my $sum = 0;&lt;br /&gt;
            for my $j (1..$count)&lt;br /&gt;
            {&lt;br /&gt;
                $sum += $data[$i][$j];&lt;br /&gt;
                printf FILE &amp;quot;, %8.4f&amp;quot;,$data[$i][$j];&lt;br /&gt;
            }&lt;br /&gt;
            printf FILE &amp;quot;, %8.4f\n&amp;quot;,$sum/$count;&lt;br /&gt;
            $i++;&lt;br /&gt;
        }&lt;br /&gt;
        &lt;br /&gt;
        close FILE;&lt;br /&gt;
        print &amp;quot;Data written to $output_file\n&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    # print summary to screen&lt;br /&gt;
    my $i = 0;&lt;br /&gt;
    printf(&amp;quot;%-*s Average (ms)\n&amp;quot;, $max_name_length, &amp;quot;Server&amp;quot;);&lt;br /&gt;
    foreach my $host (@hosts)&lt;br /&gt;
    {&lt;br /&gt;
        my $sum = 0;&lt;br /&gt;
        for my $j (1..$count)&lt;br /&gt;
        {&lt;br /&gt;
            $sum += $data[$i][$j];&lt;br /&gt;
        }&lt;br /&gt;
        printf(&amp;quot;%-*s %8.4f\n&amp;quot;, $max_name_length+1, $host, $sum/$count);&lt;br /&gt;
        $i++;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
    Round 1&lt;br /&gt;
        atlanta.voip.ms [ip: 174. 34.146.162] is alive ( 88.97 ms)&lt;br /&gt;
       atlanta2.voip.ms [ip:  72.  9.246.170] is alive ( 92.99 ms)&lt;br /&gt;
        chicago.voip.ms [ip: 208.100. 39. 52] is alive ( 49.70 ms)&lt;br /&gt;
       chicago2.voip.ms [ip: 208.100. 39. 53] is alive ( 59.76 ms)&lt;br /&gt;
       chicago3.voip.ms [ip: 208.100. 39. 54] is alive ( 59.53 ms)&lt;br /&gt;
       chicago4.voip.ms [ip: 208.100. 39. 55] is alive ( 49.73 ms)&lt;br /&gt;
         dallas.voip.ms [ip:  74. 54. 54.178] is alive ( 94.99 ms)&lt;br /&gt;
         denver.voip.ms [ip: 173.248.161. 90] is alive ( 94.05 ms)&lt;br /&gt;
        denver2.voip.ms [ip: 173.248.159.210] is alive ( 85.13 ms)&lt;br /&gt;
        houston.voip.ms [ip: 209. 62.  1.  2] is alive (102.87 ms)&lt;br /&gt;
     losangeles.voip.ms [ip:  96. 44.149.186] is alive ( 64.92 ms)&lt;br /&gt;
    losangeles2.voip.ms [ip:  96. 44.149.202] is alive ( 63.41 ms)&lt;br /&gt;
        newyork.voip.ms [ip:  74. 63. 41.218] is alive (131.75 ms)&lt;br /&gt;
       newyork2.voip.ms [ip: 107.  6. 67.236] is alive (120.64 ms)&lt;br /&gt;
       newyork3.voip.ms [ip: 107.  6. 67.237] is alive (120.49 ms)&lt;br /&gt;
       newyork4.voip.ms [ip: 107.  6. 67.238] is alive (111.43 ms)&lt;br /&gt;
        seattle.voip.ms [ip:  50. 23.160. 50] is alive ( 94.25 ms)&lt;br /&gt;
       seattle2.voip.ms [ip:  50. 23.160. 51] is alive ( 95.86 ms)&lt;br /&gt;
       seattle3.voip.ms [ip:  50. 23.160. 52] is alive ( 90.85 ms)&lt;br /&gt;
          tampa.voip.ms [ip:  68.233.226. 97] is alive (123.29 ms)&lt;br /&gt;
     washington.voip.ms [ip: 208. 43.234.226] is alive ( 98.71 ms)&lt;br /&gt;
    washington2.voip.ms [ip: 208. 43.234.227] is alive (101.19 ms)&lt;br /&gt;
       montreal.voip.ms [ip:  67.205. 74.184] is alive ( 81.82 ms)&lt;br /&gt;
      montreal2.voip.ms [ip:  67.205. 74.187] is alive ( 86.13 ms)&lt;br /&gt;
      montreal3.voip.ms [ip:  72. 55.168. 18] is alive ( 77.09 ms)&lt;br /&gt;
      montreal4.voip.ms [ip:  67.205. 74.179] is alive ( 96.18 ms)&lt;br /&gt;
       toronto2.voip.ms [ip: 184. 75.215.114] is alive (103.70 ms)&lt;br /&gt;
       toronto3.voip.ms [ip: 184. 75.215.146] is alive (131.27 ms)&lt;br /&gt;
       toronto4.voip.ms [ip: 184. 75.213.210] is alive (125.13 ms)&lt;br /&gt;
        toronto.voip.ms [ip: 184. 75.215.106] is alive (103.26 ms)&lt;br /&gt;
         london.voip.ms [ip:   5. 77. 36.136] is alive (152.77 ms)&lt;br /&gt;
    &lt;br /&gt;
    Round 2&lt;br /&gt;
        atlanta.voip.ms [ip: 174. 34.146.162] is alive ( 88.14 ms)&lt;br /&gt;
       atlanta2.voip.ms [ip:  72.  9.246.170] is alive ( 92.86 ms)&lt;br /&gt;
        chicago.voip.ms [ip: 208.100. 39. 52] is alive ( 50.03 ms)&lt;br /&gt;
       chicago2.voip.ms [ip: 208.100. 39. 53] is alive ( 59.44 ms)&lt;br /&gt;
       chicago3.voip.ms [ip: 208.100. 39. 54] is alive ( 59.33 ms)&lt;br /&gt;
       chicago4.voip.ms [ip: 208.100. 39. 55] is alive ( 50.22 ms)&lt;br /&gt;
         dallas.voip.ms [ip:  74. 54. 54.178] is alive ( 95.58 ms)&lt;br /&gt;
         denver.voip.ms [ip: 173.248.161. 90] is alive ( 95.94 ms)&lt;br /&gt;
        denver2.voip.ms [ip: 173.248.159.210] is alive ( 85.29 ms)&lt;br /&gt;
        houston.voip.ms [ip: 209. 62.  1.  2] is alive (102.73 ms)&lt;br /&gt;
     losangeles.voip.ms [ip:  96. 44.149.186] is alive ( 65.59 ms)&lt;br /&gt;
    losangeles2.voip.ms [ip:  96. 44.149.202] is alive ( 64.27 ms)&lt;br /&gt;
        newyork.voip.ms [ip:  74. 63. 41.218] is alive (112.74 ms)&lt;br /&gt;
       newyork2.voip.ms [ip: 107.  6. 67.236] is alive (121.22 ms)&lt;br /&gt;
       newyork3.voip.ms [ip: 107.  6. 67.237] is alive (121.34 ms)&lt;br /&gt;
       newyork4.voip.ms [ip: 107.  6. 67.238] is alive (110.75 ms)&lt;br /&gt;
        seattle.voip.ms [ip:  50. 23.160. 50] is alive ( 94.06 ms)&lt;br /&gt;
       seattle2.voip.ms [ip:  50. 23.160. 51] is alive ( 95.33 ms)&lt;br /&gt;
       seattle3.voip.ms [ip:  50. 23.160. 52] is alive ( 91.58 ms)&lt;br /&gt;
          tampa.voip.ms [ip:  68.233.226. 97] is alive (122.94 ms)&lt;br /&gt;
     washington.voip.ms [ip: 208. 43.234.226] is alive ( 98.28 ms)&lt;br /&gt;
    washington2.voip.ms [ip: 208. 43.234.227] is alive (101.40 ms)&lt;br /&gt;
       montreal.voip.ms [ip:  67.205. 74.184] is alive ( 81.91 ms)&lt;br /&gt;
      montreal2.voip.ms [ip:  67.205. 74.187] is alive ( 85.64 ms)&lt;br /&gt;
      montreal3.voip.ms [ip:  72. 55.168. 18] is alive ( 75.15 ms)&lt;br /&gt;
      montreal4.voip.ms [ip:  67.205. 74.179] is alive ( 96.79 ms)&lt;br /&gt;
       toronto2.voip.ms [ip: 184. 75.215.114] is alive (103.10 ms)&lt;br /&gt;
       toronto3.voip.ms [ip: 184. 75.215.146] is alive (150.85 ms)&lt;br /&gt;
       toronto4.voip.ms [ip: 184. 75.213.210] is alive (138.40 ms)&lt;br /&gt;
        toronto.voip.ms [ip: 184. 75.215.106] is alive (103.45 ms)&lt;br /&gt;
         london.voip.ms [ip:   5. 77. 36.136] is alive (170.79 ms)&lt;br /&gt;
    &lt;br /&gt;
    Round 3&lt;br /&gt;
        atlanta.voip.ms [ip: 174. 34.146.162] is alive ( 88.76 ms)&lt;br /&gt;
       atlanta2.voip.ms [ip:  72.  9.246.170] is alive ( 92.86 ms)&lt;br /&gt;
        chicago.voip.ms [ip: 208.100. 39. 52] is alive ( 49.65 ms)&lt;br /&gt;
       chicago2.voip.ms [ip: 208.100. 39. 53] is alive ( 60.01 ms)&lt;br /&gt;
       chicago3.voip.ms [ip: 208.100. 39. 54] is alive ( 59.05 ms)&lt;br /&gt;
       chicago4.voip.ms [ip: 208.100. 39. 55] is alive ( 49.53 ms)&lt;br /&gt;
         dallas.voip.ms [ip:  74. 54. 54.178] is alive ( 95.82 ms)&lt;br /&gt;
         denver.voip.ms [ip: 173.248.161. 90] is alive ( 95.02 ms)&lt;br /&gt;
        denver2.voip.ms [ip: 173.248.159.210] is alive ( 85.60 ms)&lt;br /&gt;
        houston.voip.ms [ip: 209. 62.  1.  2] is alive (103.35 ms)&lt;br /&gt;
     losangeles.voip.ms [ip:  96. 44.149.186] is alive ( 65.79 ms)&lt;br /&gt;
    losangeles2.voip.ms [ip:  96. 44.149.202] is alive ( 64.05 ms)&lt;br /&gt;
        newyork.voip.ms [ip:  74. 63. 41.218] is alive (113.01 ms)&lt;br /&gt;
       newyork2.voip.ms [ip: 107.  6. 67.236] is alive (121.41 ms)&lt;br /&gt;
       newyork3.voip.ms [ip: 107.  6. 67.237] is alive (122.23 ms)&lt;br /&gt;
       newyork4.voip.ms [ip: 107.  6. 67.238] is alive (110.62 ms)&lt;br /&gt;
        seattle.voip.ms [ip:  50. 23.160. 50] is alive ( 93.65 ms)&lt;br /&gt;
       seattle2.voip.ms [ip:  50. 23.160. 51] is alive ( 95.19 ms)&lt;br /&gt;
       seattle3.voip.ms [ip:  50. 23.160. 52] is alive ( 90.75 ms)&lt;br /&gt;
          tampa.voip.ms [ip:  68.233.226. 97] is alive (125.12 ms)&lt;br /&gt;
     washington.voip.ms [ip: 208. 43.234.226] is alive ( 98.19 ms)&lt;br /&gt;
    washington2.voip.ms [ip: 208. 43.234.227] is alive (101.98 ms)&lt;br /&gt;
       montreal.voip.ms [ip:  67.205. 74.184] is alive ( 80.16 ms)&lt;br /&gt;
      montreal2.voip.ms [ip:  67.205. 74.187] is alive ( 87.16 ms)&lt;br /&gt;
      montreal3.voip.ms [ip:  72. 55.168. 18] is alive ( 76.54 ms)&lt;br /&gt;
      montreal4.voip.ms [ip:  67.205. 74.179] is alive ( 97.51 ms)&lt;br /&gt;
       toronto2.voip.ms [ip: 184. 75.215.114] is alive (104.18 ms)&lt;br /&gt;
       toronto3.voip.ms [ip: 184. 75.215.146] is alive (142.81 ms)&lt;br /&gt;
       toronto4.voip.ms [ip: 184. 75.213.210] is alive (138.95 ms)&lt;br /&gt;
        toronto.voip.ms [ip: 184. 75.215.106] is alive (103.78 ms)&lt;br /&gt;
         london.voip.ms [ip:   5. 77. 36.136] is alive (153.14 ms)&lt;br /&gt;
    &lt;br /&gt;
    Round 4&lt;br /&gt;
        atlanta.voip.ms [ip: 174. 34.146.162] is alive ( 89.19 ms)&lt;br /&gt;
       atlanta2.voip.ms [ip:  72.  9.246.170] is alive ( 92.98 ms)&lt;br /&gt;
        chicago.voip.ms [ip: 208.100. 39. 52] is alive ( 49.21 ms)&lt;br /&gt;
       chicago2.voip.ms [ip: 208.100. 39. 53] is alive ( 60.50 ms)&lt;br /&gt;
       chicago3.voip.ms [ip: 208.100. 39. 54] is alive ( 59.68 ms)&lt;br /&gt;
       chicago4.voip.ms [ip: 208.100. 39. 55] is alive ( 50.18 ms)&lt;br /&gt;
         dallas.voip.ms [ip:  74. 54. 54.178] is alive ( 93.93 ms)&lt;br /&gt;
         denver.voip.ms [ip: 173.248.161. 90] is alive ( 94.22 ms)&lt;br /&gt;
        denver2.voip.ms [ip: 173.248.159.210] is alive ( 85.10 ms)&lt;br /&gt;
        houston.voip.ms [ip: 209. 62.  1.  2] is alive (103.67 ms)&lt;br /&gt;
     losangeles.voip.ms [ip:  96. 44.149.186] is alive ( 65.58 ms)&lt;br /&gt;
    losangeles2.voip.ms [ip:  96. 44.149.202] is alive ( 63.60 ms)&lt;br /&gt;
        newyork.voip.ms [ip:  74. 63. 41.218] is alive (114.76 ms)&lt;br /&gt;
       newyork2.voip.ms [ip: 107.  6. 67.236] is alive (120.44 ms)&lt;br /&gt;
       newyork3.voip.ms [ip: 107.  6. 67.237] is alive (121.05 ms)&lt;br /&gt;
       newyork4.voip.ms [ip: 107.  6. 67.238] is alive (110.51 ms)&lt;br /&gt;
        seattle.voip.ms [ip:  50. 23.160. 50] is alive ( 94.04 ms)&lt;br /&gt;
       seattle2.voip.ms [ip:  50. 23.160. 51] is alive ( 96.92 ms)&lt;br /&gt;
       seattle3.voip.ms [ip:  50. 23.160. 52] is alive ( 91.23 ms)&lt;br /&gt;
          tampa.voip.ms [ip:  68.233.226. 97] is alive (123.28 ms)&lt;br /&gt;
     washington.voip.ms [ip: 208. 43.234.226] is alive ( 98.45 ms)&lt;br /&gt;
    washington2.voip.ms [ip: 208. 43.234.227] is alive (100.94 ms)&lt;br /&gt;
       montreal.voip.ms [ip:  67.205. 74.184] is alive ( 82.33 ms)&lt;br /&gt;
      montreal2.voip.ms [ip:  67.205. 74.187] is alive ( 85.02 ms)&lt;br /&gt;
      montreal3.voip.ms [ip:  72. 55.168. 18] is alive ( 76.85 ms)&lt;br /&gt;
      montreal4.voip.ms [ip:  67.205. 74.179] is alive ( 96.32 ms)&lt;br /&gt;
       toronto2.voip.ms [ip: 184. 75.215.114] is alive (104.22 ms)&lt;br /&gt;
       toronto3.voip.ms [ip: 184. 75.215.146] is alive (148.33 ms)&lt;br /&gt;
       toronto4.voip.ms [ip: 184. 75.213.210] is alive (141.61 ms)&lt;br /&gt;
        toronto.voip.ms [ip: 184. 75.215.106] is alive (105.91 ms)&lt;br /&gt;
         london.voip.ms [ip:   5. 77. 36.136] is alive (152.85 ms)&lt;br /&gt;
    &lt;br /&gt;
    Server              Average (ms)&lt;br /&gt;
    atlanta.voip.ms       88.7630&lt;br /&gt;
    atlanta2.voip.ms      92.9233&lt;br /&gt;
    chicago.voip.ms       49.6477&lt;br /&gt;
    chicago2.voip.ms      59.9305&lt;br /&gt;
    chicago3.voip.ms      59.3972&lt;br /&gt;
    chicago4.voip.ms      49.9152&lt;br /&gt;
    dallas.voip.ms        95.0790&lt;br /&gt;
    denver.voip.ms        94.8077&lt;br /&gt;
    denver2.voip.ms       85.2797&lt;br /&gt;
    houston.voip.ms      103.1562&lt;br /&gt;
    losangeles.voip.ms    65.4693&lt;br /&gt;
    losangeles2.voip.ms   63.8347&lt;br /&gt;
    newyork.voip.ms      118.0643&lt;br /&gt;
    newyork2.voip.ms     120.9265&lt;br /&gt;
    newyork3.voip.ms     121.2778&lt;br /&gt;
    newyork4.voip.ms     110.8275&lt;br /&gt;
    seattle.voip.ms       93.9993&lt;br /&gt;
    seattle2.voip.ms      95.8267&lt;br /&gt;
    seattle3.voip.ms      91.1035&lt;br /&gt;
    tampa.voip.ms        123.6570&lt;br /&gt;
    washington.voip.ms    98.4065&lt;br /&gt;
    washington2.voip.ms  101.3774&lt;br /&gt;
    montreal.voip.ms      81.5525&lt;br /&gt;
    montreal2.voip.ms     85.9863&lt;br /&gt;
    montreal3.voip.ms     76.4058&lt;br /&gt;
    montreal4.voip.ms     96.7013&lt;br /&gt;
    toronto2.voip.ms     103.7986&lt;br /&gt;
    toronto3.voip.ms     143.3156&lt;br /&gt;
    toronto4.voip.ms     136.0254&lt;br /&gt;
    toronto.voip.ms      104.1012&lt;br /&gt;
    london.voip.ms       157.3885&lt;br /&gt;
&lt;br /&gt;
=== Powershell ===&lt;br /&gt;
&lt;br /&gt;
 Dec 2017 - A bug in the code shown washington2.voip.ms as the best server, this was corrected.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Usage: Copy and paste the following code into a powershell window&lt;br /&gt;
# To run it from a command prompt, save this file with extension ps1. &lt;br /&gt;
# Then run Powershell.exe -file &amp;quot;pathtothisscript.ps1&amp;quot;&lt;br /&gt;
Clear-Variable best* -Scope Global #Clear the best* variables in case you run it more than once...&lt;br /&gt;
#Get the list of servers into an array&lt;br /&gt;
$Servers =      &lt;br /&gt;
@(&amp;quot;amsterdam.voip.ms&amp;quot;,&amp;quot;atlanta.voip.ms&amp;quot;,&amp;quot;atlanta2.voip.ms&amp;quot;,&amp;quot;chicago.voip.ms&amp;quot;,&amp;quot;chicago2.voip.ms&amp;quot;,&amp;quot;chicago3.voip.ms&amp;quot;,&lt;br /&gt;
&amp;quot;chicago4.voip.ms&amp;quot;,&amp;quot;dallas.voip.ms&amp;quot;,&amp;quot;dallas2.voip.ms&amp;quot;,&amp;quot;denver.voip.ms&amp;quot;,&amp;quot;denver2.voip.ms&amp;quot;,&amp;quot;houston.voip.ms&amp;quot;,&lt;br /&gt;
&amp;quot;houston2.voip.ms&amp;quot;,&amp;quot;london.voip.ms&amp;quot;,&amp;quot;losangeles.voip.ms&amp;quot;,&amp;quot;losangeles2.voip.ms&amp;quot;,&amp;quot;melbourne.voip.ms&amp;quot;,&amp;quot;montreal.voip.ms&amp;quot;,&lt;br /&gt;
&amp;quot;montreal2.voip.ms&amp;quot;,&amp;quot;montreal3.voip.ms&amp;quot;,&amp;quot;montreal4.voip.ms&amp;quot;,&amp;quot;montreal5.voip.ms&amp;quot;,&amp;quot;montreal6.voip.ms&amp;quot;,&amp;quot;montreal7.voip.ms&amp;quot;,&lt;br /&gt;
&amp;quot;montreal8.voip.ms&amp;quot;,&amp;quot;newyork.voip.ms&amp;quot;,&amp;quot;newyork2.voip.ms&amp;quot;,&amp;quot;newyork3.voip.ms&amp;quot;,&amp;quot;newyork4.voip.ms&amp;quot;,&amp;quot;newyork5.voip.ms&amp;quot;,&lt;br /&gt;
&amp;quot;newyork6.voip.ms&amp;quot;,&amp;quot;newyork7.voip.ms&amp;quot;,&amp;quot;newyork8.voip.ms&amp;quot;,&amp;quot;paris.voip.ms&amp;quot;,&amp;quot;sanjose.voip.ms&amp;quot;,&amp;quot;sanjose2.voip.ms&amp;quot;,&lt;br /&gt;
&amp;quot;seattle.voip.ms&amp;quot;,&amp;quot;seattle2.voip.ms&amp;quot;,&amp;quot;seattle3.voip.ms&amp;quot;,&amp;quot;tampa.voip.ms&amp;quot;,&amp;quot;tampa2.voip.ms&amp;quot;,&amp;quot;toronto.voip.ms&amp;quot;,&lt;br /&gt;
&amp;quot;toronto2.voip.ms&amp;quot;,&amp;quot;toronto3.voip.ms&amp;quot;,&amp;quot;toronto4.voip.ms&amp;quot;,&amp;quot;toronto5.voip.ms&amp;quot;,&amp;quot;toronto6.voip.ms&amp;quot;,&amp;quot;toronto7.voip.ms&amp;quot;,&lt;br /&gt;
&amp;quot;toronto8.voip.ms&amp;quot;,&amp;quot;vancouver.voip.ms&amp;quot;,&amp;quot;vancouver2.voip.ms&amp;quot;,&amp;quot;washington.voip.ms&amp;quot;,&amp;quot;washington2.voip.ms&amp;quot;)&lt;br /&gt;
$k = 0 #Counting variable so we know what server number we are testing&lt;br /&gt;
#num of servers to test&lt;br /&gt;
$servercount = $servers.length &lt;br /&gt;
#Do the following code for each server in our array&lt;br /&gt;
ForEach($server in $servers)&lt;br /&gt;
{  &lt;br /&gt;
  #Add one to the counting variable....we are on server #1...then server 2, then server 3 etc...&lt;br /&gt;
  $k++&lt;br /&gt;
  #Update the progress bar                    &lt;br /&gt;
  Write-Progress -Activity &amp;quot;Testing Server: ${server}&amp;quot; -status &amp;quot;Testing Server $k out of $servercount&amp;quot; -percentComplete ($k / $servercount*100) &lt;br /&gt;
  #Counting variable for number of times we tried to ping a given server&lt;br /&gt;
  $i = 0&lt;br /&gt;
  Do{&lt;br /&gt;
     #assume a failure&lt;br /&gt;
     $pingsuccess = $false &lt;br /&gt;
     $i++ #Add one to the counting variable.....1st try....2nd try....3rd try etc...&lt;br /&gt;
     Try{&lt;br /&gt;
         #Try to ping&lt;br /&gt;
         $currentping = (test-connection $server -count 1 -ErrorAction Stop).responsetime &lt;br /&gt;
         #If success full, set success variable&lt;br /&gt;
         $pingsuccess = $true&lt;br /&gt;
     }&lt;br /&gt;
     #Catch the failure and set the success variable to false&lt;br /&gt;
     Catch {&lt;br /&gt;
      $pingsuccess = $false &lt;br /&gt;
      }     &lt;br /&gt;
  }&lt;br /&gt;
  #Try everything between Do and While up to 5 times, or while $pingsuccess is not true&lt;br /&gt;
  While($pingsuccess -eq $false -and $i -le 5) &lt;br /&gt;
  #Compare the last ping test with the best known ping test....if there is no known best ping test, assume this one is the best $bestping = $currentping &lt;br /&gt;
  If($pingsuccess -and ($currentping -lt $bestping -or (!($bestping)))){ &lt;br /&gt;
  #If this is the best ping...save it&lt;br /&gt;
        $bestserver = $server    #Save the best server&lt;br /&gt;
        $bestping = $currentping #Save the best ping results&lt;br /&gt;
  }&lt;br /&gt;
  write-host &amp;quot;tested: $server at $currentping ms after $i attempts&amp;quot; #write the results of the test for this server&lt;br /&gt;
}&lt;br /&gt;
write-host &amp;quot;`r`n The server with the best ping is: $bestserver at $bestping ms`r`n&amp;quot; #write the end result&lt;br /&gt;
Pause&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Linux Shell Script ===&lt;br /&gt;
Pings several voip.ms servers&lt;br /&gt;
&lt;br /&gt;
   #!/bin/sh&lt;br /&gt;
   # Ping several servers and display Latency, Jitter and Packet Loss &lt;br /&gt;
   #&lt;br /&gt;
   # First, create a text file with all servers you want to ping - one host name per line. &lt;br /&gt;
   # The list of voip.ms servers is available at http://wiki.voip.ms/article/Choosing_Server&lt;br /&gt;
   myHF=&amp;quot;voip_ping_hosts.txt&amp;quot;&lt;br /&gt;
   # Sample file:&lt;br /&gt;
   #    toronto.voip.ms&lt;br /&gt;
   #    montreal.voip.ms&lt;br /&gt;
   #    seattle.voip.ms&lt;br /&gt;
   #    chicago.voip.ms&lt;br /&gt;
   #    newyork.voip.ms&lt;br /&gt;
   #&lt;br /&gt;
   echo &amp;quot;============================================&amp;quot;&lt;br /&gt;
   printf &amp;quot;%-20s %7s %8s %6s\n&amp;quot; &amp;quot;VoIP Server&amp;quot; &amp;quot;Latency&amp;quot; &amp;quot;Jitter&amp;quot; &amp;quot;Loss&amp;quot;&lt;br /&gt;
   echo &amp;quot;============================================&amp;quot;&lt;br /&gt;
   cat ${myHF} |\&lt;br /&gt;
   while read myLn&lt;br /&gt;
   do&lt;br /&gt;
      ping -c 3 -i 5 -q $myLn |\&lt;br /&gt;
      awk '/^PING / {myH=$2}&lt;br /&gt;
           /packet loss/ {myPL=$6}&lt;br /&gt;
           /min\/avg\/max/ {&lt;br /&gt;
              split($4,myS,&amp;quot;/&amp;quot;)&lt;br /&gt;
              printf( &amp;quot;%-20s    %3.1f    %1.3f   %4s\n&amp;quot;, myH, myS[2], myS[4], myPL)&lt;br /&gt;
          }'&lt;br /&gt;
   done&lt;br /&gt;
   echo &amp;quot;============================================&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
&lt;br /&gt;
   ============================================&lt;br /&gt;
   VoIP Server          Latency   Jitter   Loss&lt;br /&gt;
   ============================================&lt;br /&gt;
   toronto.voip.ms         68.3    0.439     0%&lt;br /&gt;
   montreal.voip.ms        89.6    0.197     0%&lt;br /&gt;
   seattle.voip.ms         71.2    0.387     0%&lt;br /&gt;
   chicago.voip.ms         71.6    0.084     0%&lt;br /&gt;
   newyork.voip.ms         79.1    0.411     0%&lt;br /&gt;
   ============================================&lt;br /&gt;
&lt;br /&gt;
= Latency and its importance =&lt;br /&gt;
&lt;br /&gt;
Latency is very important for Voip, this will determine the time that will take for the data package transmission to reach the destination. A high latency will lead to a delay and echoes in the communication.&lt;br /&gt;
&lt;br /&gt;
Latency is measured in milliseconds (ms) For example: a latency of 150ms is barely noticeable, thus acceptable. Higher than that, quality starts to suffer. When it gets higher than 300 ms, it becomes unacceptable.&lt;br /&gt;
&lt;br /&gt;
[[category:guides]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/File:ChooseServerImg.png</id>
		<title>File:ChooseServerImg.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/File:ChooseServerImg.png"/>
				<updated>2018-05-24T17:12:25Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: New Chose Server Image.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;New Chose Server Image.&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/File:Serverlocation3.png</id>
		<title>File:Serverlocation3.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/File:Serverlocation3.png"/>
				<updated>2018-05-24T17:11:05Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: uploaded a new version of &amp;amp;quot;File:Serverlocation3.png&amp;amp;quot;: New Image for Choosing Server Page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Voicemail</id>
		<title>Voicemail</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Voicemail"/>
				<updated>2018-05-03T17:19:56Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Creating a Voicemail mailbox */ Mailbox 0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;VoIP.ms has an Advanced Voicemail feature that is free to use, and you also have the option to forward your messages to your email address as an attachment.  &lt;br /&gt;
&lt;br /&gt;
In order to use the Voicemail feature with Voip.ms you will have to create a Voicemail entry and then assign your entry to one of your DIDs or Accounts. &lt;br /&gt;
&lt;br /&gt;
*The total allowed voicemail messages on a Single Mailbox is 100.&lt;br /&gt;
*Please white list the mail domain names *@voip.ms and *@voipinterface.net.&lt;br /&gt;
*The Maximum Time for a Voicemail message is 3 minutes.&lt;br /&gt;
*5 Seconds of Silence will end a Voicemail Recording.&lt;br /&gt;
&lt;br /&gt;
== Voicemail Accounts ==&lt;br /&gt;
&lt;br /&gt;
From the Customer Portal refer to DID Numbers -&amp;gt; Voicemail You will see the following screen. In there you will be able to see a list of any existing Voicemail Accounts, or create a new Voicemail Account (Mailbox) by clicking on the &amp;quot;Create New Voicemail Account&amp;quot; Button.&lt;br /&gt;
&lt;br /&gt;
[[File:VoicemailAccts.png|900px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creating a Voicemail mailbox ==&lt;br /&gt;
&lt;br /&gt;
Pressing the &amp;quot;Create New Voicemail Account&amp;quot; button will display a new window.&lt;br /&gt;
&lt;br /&gt;
[[File:NewVoicemailAcc.png|370px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You will be prompted with the following information:&lt;br /&gt;
&lt;br /&gt;
'''Voicemail Number:''' This will be used as a unique identifier for your mail box. The minimum is adding one digit to up to ten digits, for example you can set 1 or 5432897. &lt;br /&gt;
&lt;br /&gt;
 '''NOTE:''' The number cannot be set to 0. If you have your mailbox to 0 it's suggested to change to a different value to prevent issues with the voicemail service.&lt;br /&gt;
&lt;br /&gt;
'''Name:''' This can be used as a note or description to easily identify your mail boxes.  &lt;br /&gt;
&lt;br /&gt;
'''Password:''' The password is used to enter your mailbox options such as listen to your messages or record your greeting. &lt;br /&gt;
&lt;br /&gt;
'''Skip Password Prompt:''' If set to Yes, when dialing *97 from an account associated to this mailbox, it will skip the password prompt and login directly. &lt;br /&gt;
&lt;br /&gt;
'''Notification Email:''' If an email address is entered here, the Mailbox system will send an Email notification every time you receive a new message. For the moment you can only set 1 email address, however you can optionally configure an Email forward between your email accounts as a work around. &lt;br /&gt;
&lt;br /&gt;
'''Voicemail Language:''' This sets the language you and the caller will hear when instructions or menus are played by the voicemail.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Pressing the &amp;quot;View Advanced Mode&amp;quot; button will display further options to modify your mailbox.&lt;br /&gt;
&lt;br /&gt;
[[File:NewVoicemailAdv.png|900px]]&lt;br /&gt;
&lt;br /&gt;
'''Unavailable Message Recording:''' This is the greeting that the system will play to the callers that reach your voicemail. There are three options available for this recording:&lt;br /&gt;
&lt;br /&gt;
*System Default - The system will use the generic greeting message recording when the callers reach the Voicemail.&lt;br /&gt;
&lt;br /&gt;
*Set by Phone - The system will use the recording set by the phone by the user via dialing *97 / *98 and choosing option 0 to record it.&lt;br /&gt;
&lt;br /&gt;
*Recordings - The system will use the associated [[Recordings]] previously uploaded via the Customer Portal tool at DID Numbers &amp;gt; Recordings.&lt;br /&gt;
&lt;br /&gt;
'''Attach message to email:''' If set to YES, the Mailbox will attached a .WAV file containing the new message every time it sends an Email notification. &lt;br /&gt;
&lt;br /&gt;
'''Delete Voicemail Message''' If set to YES, the Mailbox will delete the new message automatically after sending the Email notification with attachment. &lt;br /&gt;
&lt;br /&gt;
'''Attachment Format:''' You can select between WAV49, recommended because of its smaller size and easiness to handle; WAV which is uncompressed, causing a bigger file size; and mp3 which offers great compatibility and is very small. &lt;br /&gt;
&lt;br /&gt;
'''Say Instructions:''' If set to YES, the caller will hear instructions on how to leave a message to your Mailbox before the beep sound. &lt;br /&gt;
&lt;br /&gt;
'''Say Time / Date:''' If set to YES, when checking your messages you will hear the date and time when the message was received. &lt;br /&gt;
&lt;br /&gt;
'''Time Zone:''' The time envelope will use this time zone to provide the correct date and time of the message's reception. &lt;br /&gt;
&lt;br /&gt;
'''Say Caller ID:''' If set to YES, when checking your messages you will hear the Caller ID of the message sender.&lt;br /&gt;
&lt;br /&gt;
== Assigning your Voicemail to your DID==&lt;br /&gt;
&lt;br /&gt;
After you have created your Voice Mail entry, you can assign it to any of your DIDs from your main portal. Please refer to DID Numbers -&amp;gt; [[Manage DID]] -&amp;gt; Edit  DID -&amp;gt; Voicemail.  Also under the same screen you can set the Ring Time (The maximum amount of time a call to your DID can stay in &amp;quot;Ringing State&amp;quot; before we cancel the call to no answer).  Please note that 30s equals to 6 rings.&lt;br /&gt;
&lt;br /&gt;
[[File:selectVoicemail.png|750px|thumb|left|Select Voicemail - click to enlarge]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Assigning your Voicemail to your Account==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you would like to assign a Voicemail entry to your Main Account, please from your main portal refer to Main Menu -&amp;gt; [[Account Settings]] -&amp;gt; General -&amp;gt; Voicemail Associated to the Main Account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Mainvoicemail.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you need to assign a Voicemail to a specific subaccount, you need to go to the [[Sub Accounts]] Edit page, following the route, Subaccounts &amp;gt;&amp;gt; Manage Subaccounts &amp;gt;&amp;gt; Edit, from the menu tabs.&lt;br /&gt;
You will see at the bottom of the page the &amp;quot;Internal Extension Voicemail&amp;quot; option. Here you can set it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Subvoicemail.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Manage Voicemail and Messages ==&lt;br /&gt;
&lt;br /&gt;
[[File:VoicemailAccts.png|800px]]&lt;br /&gt;
&lt;br /&gt;
Your mailbox will appear under '''Voicemail Accounts''' after it is created through your Customer Portal&amp;gt;&amp;gt;DID Numbers&amp;gt;&amp;gt;Voicemail page. In there, you can click the '''Delete''' button to delete the Mailbox completely or '''Delete Msgs''' to delete all of the messages in the given mailbox.&lt;br /&gt;
&lt;br /&gt;
If you click '''Edit''', a new window will be displayed where you will be able to change the settings in your voicemail. However, please note that you cannot change the Mailbox ID once it has been created.&lt;br /&gt;
&lt;br /&gt;
You can also manage your voicemail messages by clicking on the '''List''' icon next to your mailbox. Within this new window, you will be able to listen to a message, mark it as Urgent, Forward this message to an email address, download the audio file, mark it as &amp;quot;read&amp;quot;, store it in a folder or delete it.&lt;br /&gt;
&lt;br /&gt;
[[File:Voicemail List.png|800px]]&lt;br /&gt;
&lt;br /&gt;
== Voicemail Greeting Customization ==&lt;br /&gt;
&lt;br /&gt;
If you want to change the default voicemail greeting on your mailbox you will have 2 options.&lt;br /&gt;
&lt;br /&gt;
* The '''First''' option is to do it directly from your Phone, once you have created the Mailbox and you have assigned it to your DID number and to your account, dial *97 from your phone and at the Voicemail menu select the option &amp;quot;0&amp;quot; (Voicemail options) and then the option &amp;quot;1&amp;quot; (Unavailable message) there you will be able to record your greeting, and to save it. Any greeting set this way will take precedence over any greeting options, including uploading a Recording or using the System Default greeting.&lt;br /&gt;
&lt;br /&gt;
* The '''Second''' option, is in case that you already have the recording that you want to use as your voicemail greeting. You can upload this recording to DID Numbers &amp;gt; [[Recordings]] in the Customer Portal. Your uploaded recording will then appear as a greeting option at DID Numbers &amp;gt; Voicemail &amp;gt; Edit Mailbox &amp;gt; View Advanced Mode (Upper Right) &amp;gt; Unavailable Message Recording.&lt;br /&gt;
&lt;br /&gt;
 *Please note that you must change the '''Unavailable Message Recording''' option of your Voicemail account to the desired greeting for the changes to be reflected.&lt;br /&gt;
&lt;br /&gt;
 *Recording your greeting following the First option, using your phone and the audible Voicemail system, will take precedence over any Recording uploaded or the System Default. &lt;br /&gt;
  If you wish to use an uploaded Recording or the System Default greeting, please delete your recorded greeting first.&lt;br /&gt;
&lt;br /&gt;
== Voicemail Access Codes: ==&lt;br /&gt;
&lt;br /&gt;
You can access your voicemail with any device/system connected directly with your account or subaccount to VoIP.ms using the codes below:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;*97&amp;lt;/nowiki&amp;gt; (Asterisk 97) is used to access directly the Mailbox associated to the account you are dialing from. If you would like to check which mailbox is associated to your account refer to [[Voicemail#Assigning_your_Voicemail_to_your_Account|Assign Voicemail]]&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;*98&amp;lt;/nowiki&amp;gt; (Asterisk 98) is used to access your Voicemail and choose one of your Mailbox accounts. (Will prompt for Mailbox ID and Password)&lt;br /&gt;
&lt;br /&gt;
If for any reason you do not have access to our VoIP network, you can check your Voicemail by just dialing your DID. Once the Voicemail system answers your call, press the asterisk key (*). You will be prompted for the Mailbox ID (or hear the mailbox automatically selected, depending on the server you are using) and Password, once logged in to your Voicemail, press 0 (zero) for options. You can also record your greeting from there by selecting option 4 (four). Please be aware this is considered a regular incoming call and will be charged according to your monthly DID plan.&lt;br /&gt;
&lt;br /&gt;
== Navigate the Voicemail Menu ==&lt;br /&gt;
&lt;br /&gt;
Once you access your voicemail you're going to be prompted with the number of new and/or old messages you have in the mailbox. Here's the list of options you have with the voicemail system of VoIP.ms&lt;br /&gt;
&lt;br /&gt;
* 1 - Play the first new/old message available in your mailbox. &lt;br /&gt;
&lt;br /&gt;
* 2 - Change folders. This option allows you to change to another folder in order to hear the messages you have stored in that folder. At the moment it's not possible to change the name of the folders.&lt;br /&gt;
 0 - New Messages&lt;br /&gt;
 1 - Old Messages&lt;br /&gt;
 2 - Work&lt;br /&gt;
 3 - Family&lt;br /&gt;
 4 - Friends&lt;br /&gt;
 # - Cancel&lt;br /&gt;
&lt;br /&gt;
* 0 - Voicemail options. In here you can change your greetings and record your name, also you can change the password for your voicemail.&lt;br /&gt;
&lt;br /&gt;
 1 - Unavailable message&lt;br /&gt;
 2 - Busy message&lt;br /&gt;
 3 - Name. &lt;br /&gt;
 4 - Temporary message&lt;br /&gt;
 5 - Change Password&lt;br /&gt;
 * - Return to the Main Menu&lt;br /&gt;
&lt;br /&gt;
 '''Notes:''' &lt;br /&gt;
 * The Temporary Message will override the Voicemail message option set in the Customer Portal until it is deleted through your phone by dialing *97, 0 for options, 4 for Temporary Message and then 2 to Delete it.&lt;br /&gt;
 * To Delete a Recording you can just record again, a moment of silence, or create a new recording overwriting the old.&lt;br /&gt;
 * Please note that if you change the password over the phone ('''Option 5'''), it will not change at your customer portal&amp;gt;&amp;gt;Voicemail options,&lt;br /&gt;
   and you will have to manually change the password there. If you don't don't change it at the customer portal and you modify any other value  &lt;br /&gt;
   later, when you apply the changes the old password will be set again to your mailbox, since the modify option apply all the values set at &lt;br /&gt;
   the voicemail options.  &lt;br /&gt;
&lt;br /&gt;
'''The following options are available when you're listening to your messages.''' &lt;br /&gt;
&lt;br /&gt;
* 3 - Advanced Options&lt;br /&gt;
 1 - Send a reply. Currently not available.&lt;br /&gt;
 2 - Message Envelope. Speak the date and time at which the message was received.&lt;br /&gt;
 * - Return to the Main menu.&lt;br /&gt;
&lt;br /&gt;
* 4 - Play the previous message.&lt;br /&gt;
&lt;br /&gt;
* 5 - Repeat the message.&lt;br /&gt;
&lt;br /&gt;
* 6 - Play the next message.&lt;br /&gt;
&lt;br /&gt;
* 7 - Delete the current message, without confirmation.&lt;br /&gt;
&lt;br /&gt;
* 8 - Forward message to another user. When prompted for an extension, you must enter the full mailbox ID of the intended destination (e.g. 52739100).&lt;br /&gt;
 1 - Prepend the message with a recording.&lt;br /&gt;
 2 - Send the message without a prepending message.&lt;br /&gt;
 * - Return to the Main Menu&lt;br /&gt;
&lt;br /&gt;
== Known Voicemail Issues or Frequent Questions ==&lt;br /&gt;
&lt;br /&gt;
'''I Can No Longer Listen to My Voicemail on my Android Phone.'''&lt;br /&gt;
&lt;br /&gt;
VoIP.ms uses a compressed WAV format for the voicemail messages (WAV49).&lt;br /&gt;
&lt;br /&gt;
This helps server stability and lessen the bandwidth used by VoIP.ms customers to download the file.&lt;br /&gt;
 Please download another FREE Audio Player like Remote Wave and this will resolve this issue instantly. &lt;br /&gt;
 You will be given a choice of what application to use to listen to the file or you can make it your Default Audio Application.&lt;br /&gt;
 If this doesn't work for you, you can always go back to uncompressed WAV format, on your Manage Mailbox options.&lt;br /&gt;
&lt;br /&gt;
'''My Voicemail Messages keep stopping at 3 minutes.'''&lt;br /&gt;
&lt;br /&gt;
 The Current Maximum Length, a voicemail message can be, is 3 minutes.&lt;br /&gt;
&lt;br /&gt;
'''I Keep Receiving Cut Off Voicemails from People'''&lt;br /&gt;
 While recording a message the system listens for 5 seconds of silence. If the systems detects no sounds for 5 seconds it will &lt;br /&gt;
 Stop the VM Recording and send a person to VM options.&lt;br /&gt;
&lt;br /&gt;
'''How Can I Delete All Voicemail Messages in My Mailbox.'''&lt;br /&gt;
&lt;br /&gt;
 You can only delete all messages from your Customer Portal&amp;gt;&amp;gt; DID Numbers&amp;gt;&amp;gt; Voicemail page. Please refer to [[Voicemail#Manage_Voicemail|Manage Voicemail]].&lt;br /&gt;
&lt;br /&gt;
'''I have Voicemail Messages but when I login the system tells me I Have No Voicemails'''&lt;br /&gt;
&lt;br /&gt;
 It is possible that you have selected the option to Delete Voicemail Message once it has been sent to email.&lt;br /&gt;
 Please see the [[Voicemail#Creating_a_Voicemail_mailbox|Creating a Voicemail Mailbox Section]] to change this option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''I Dial *97 But the System Still Asks for Mailbox Number'''&lt;br /&gt;
 In order for *97 to work you have to make sure the device or softphone you are using is connecting to the servers with a SIP account associated with that Mailbox. &lt;br /&gt;
 So if you are connecting with your main account or a sub account, please see [[Voicemail#Assigning_your_Voicemail_to_your_Account|Assigning Your Voicemail to Your Account]]. &lt;br /&gt;
 If you are connecting with a phone not connected to VoIP.ms service then for security reasons you will have to enter the mailbox number and password. &lt;br /&gt;
&lt;br /&gt;
[[category:guides]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Manage_DID</id>
		<title>Manage DID</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Manage_DID"/>
				<updated>2018-03-02T00:09:34Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: DID's POP subtitle set wrong.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Manage DID''' section is where you can see listed your DID numbers, check and edit their routes (where the call will be routed) and other options as well like enable/disable [[SMS | SMS]], [[Voicemail#Assigning_your_Voicemail_to_your_DID | assign  Voicemail]]'s to them, set their fail over options, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once you have DID numbers in your account, you will have to edit their default settings in order to receive/forward/route the incoming calls the way you need to. To do this you need to access the &amp;quot;'''Manage DID(s)'''&amp;quot; option from the &amp;quot;'''DID Numbers'''&amp;quot; menu tab.&lt;br /&gt;
&lt;br /&gt;
[[File:MenuOption.jpg|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== DID's information ==&lt;br /&gt;
&lt;br /&gt;
At this part you can see the general information for the DID numbers (once you have [[Order a DID Number | ordered]] or [[Porting a Number | ported ]]  a DID number in)&lt;br /&gt;
&lt;br /&gt;
Here you will see different keywords and icons that you may not be familiar with, however you can get a quick description of each one of them by clicking on the &amp;quot;'''Help'''&amp;quot; icon at the top right of the page. There is also the option to ''Export Account DIDs'', this will create a .txt file of your DID numbers and their rate centers. &lt;br /&gt;
&lt;br /&gt;
[[File:ManageDIDs.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
== Edit a single DID number ==&lt;br /&gt;
&lt;br /&gt;
If you need to access the options to edit a single DID, the easiest way is to click on the little &amp;quot;'''Paper and pencil'''&amp;quot; icon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:EditDID.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first and Main section you will see, is the &amp;quot;'''DID Routing'''&amp;quot; section, which may or may not have all the options available, this simply depends on which features you have already enabled from your portal, that is, if you have not created a [[Voicemail]], you wont be able to select this option and apply it to a DID.&lt;br /&gt;
&lt;br /&gt;
This is basically the route the call will take, when someone calls to the DID. Whatever you select here, is the route the call will follow and will apply for all the calls.&lt;br /&gt;
&lt;br /&gt;
In order to select an option, you need to click on the radio button, and then select the desired choice from the drop-down list (in case you have more than one option for that routing).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Routing.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
*You can also click the '''Show Failover Options''' button, which will display 3 more DID routing sections, just like the Main, except these are meant to be used for each one of the 3 call states, Unreachable, Busy and No answer.&lt;br /&gt;
This allows you to set a customized routing when the call reaches 1 of the 3 Call states, instead of just going to the [[Voicemail]].&lt;br /&gt;
&lt;br /&gt;
*After, we have the '''[[Voicemail]]''' setting, here is where you need to assign a Mailbox to your DID.&lt;br /&gt;
&lt;br /&gt;
== DID's Point of Presence (POP) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''DID point of presence''', this setting is the server where you will locate your DID, in order to route the calls, this setting must match the same [[Choosing Server|server or proxy]] you are using on your [[Welcome#Devices|ATA device]], [[Welcome#PBX|PBX]] trunk or [[Welcome#Softphones|softphone]] registration in order to receive calls.&lt;br /&gt;
&lt;br /&gt;
[[File:PointOfPresence.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
== Additional settings ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''Ring Time in seconds''', is basically the time the call will ring before it reaches one of the Failover states or [[Voicemail]].&lt;br /&gt;
&lt;br /&gt;
*'''Caller ID name lookup''', when you enable this option, the system will perform a Query on the Databases, looking for a name matching the number of your caller, and will display the name on the [[Caller ID]] name section of the [[Caller ID]].&lt;br /&gt;
&lt;br /&gt;
*'''Caller ID name prefix''', this setting will simply add any word you set, as a prefix to the [[Caller ID]] name you receive. Will also work even if you don't have &amp;quot;Caller ID name lookup&amp;quot; enabled or if you don't receive a [[Caller ID]] name. This option is specially useful when you need to differentiate incoming calls from different DIDs going to the same phone.&lt;br /&gt;
&lt;br /&gt;
*'''Note''', this is just an Internal description for the DID, so you can manage them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 '''Remember that none of these changes will be saved until you press the &amp;quot;Click here to apply changes settings&amp;quot; button.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Editing Multiple DIDs at a time ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are 2 additional buttons you will see when you access the Manage DID option from the menu, those are ''&amp;quot;Edit Selection - All settings at Once&amp;quot;'' and ''&amp;quot;Edit Selection - One Setting at a Time&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Edit Selection - All settings at Once&amp;quot;''', if you choose this option, you will enter an Edition page, the way the settings on this page end, is the exact way the settings will be applied to all the DIDs selected for edition. Be careful, as the final settings from the Edition page will be applied exactly as you see them, even those settings you did not change, will be replaced for the final configuration of the Edition page. That is if you select a [[Voicemail]], all the DIDs will use the same [[Voicemail]], if you leave a blank field like the &amp;quot;Caller ID prefix&amp;quot;, all of the DIDs will have this setting blank.&lt;br /&gt;
This option is useful if you want all your DIDs with the exact same configuration for each one of the settings, including the NOTE.&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Edit Selection - One Setting at a Time&amp;quot;''', this option allows you to access the Edition page, but this time, every setting will have its own independent &amp;quot;Apply&amp;quot; button, so you can make a change to a specific setting, without affecting the rest.&lt;br /&gt;
This option is useful if you already have your DIDs configured with different settings, and you need to set only a specific setting for all of them. By doing it this way, the rest of the settings from the DIDs will remain untouched.&lt;br /&gt;
&lt;br /&gt;
[[category:guides]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/DigitalReceptionist_IVR</id>
		<title>DigitalReceptionist IVR</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/DigitalReceptionist_IVR"/>
				<updated>2017-09-12T18:37:54Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: Added max amount of digits.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Interactive Voice Response (IVR), this option can be used to present a recording to the people calling to your DID number and also give them the chance to enter the extension of the person or department they want to reach. For example, you could create an IVR and point one of your DID numbers to it, and when the IVR answers, caller will hear &amp;quot;Thank you for calling XYZ Inc, for Sales press 1, for Service press 2&amp;quot;, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Important Points to consider before creating Digital Receptionist (IVR)''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are some points you may want to consider before you start creating your IVR menus, like:&lt;br /&gt;
&lt;br /&gt;
# Record your audio prompts and upload them using the '''[[Recordings]]''' portion of the customer portal.&lt;br /&gt;
# Create any destinations that don't currently exist and that you plan on using with your IVR destinations. '''([[Calling Queues]], [[Ring Groups]], etc)'''.&lt;br /&gt;
# Plan your call flow in advance. You should create all the destinations (child) of your IVR menus before creating the parent IVR's that lead to them.&lt;br /&gt;
&lt;br /&gt;
== '''How to Create a Digital Receptionist (IVR)''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To do this, you first need to enter to the customer portal, then select DID numbers menu, option &amp;quot;Digital Receptionist (IVR)&amp;quot;, there you should see something like this:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:ManageIVR.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Being in that page, you would need to click on the &amp;quot;Create a new IVR&amp;quot; button, then you should be able to see this window:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:IVR2.JPG|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In that section you need to enter the following information:&lt;br /&gt;
&lt;br /&gt;
- '''Name''': you need to set a name that describes this IVR entry&lt;br /&gt;
&lt;br /&gt;
- '''Recording''': here you need to select the recording that people will hear when IVR answers the call.&lt;br /&gt;
&lt;br /&gt;
- '''Timeout''': Maximum time(in seconds) allowed to enter a digit( extension, option ) once the recording is finished. &lt;br /&gt;
 If the IVR includes routing options with more than 1 digit, the timeout will apply when the user press a 1 digit option, to allow them to dial an option with more digits.  &lt;br /&gt;
 You can use the pound key '#' to route the call instantly and bypass the timeout.&lt;br /&gt;
&lt;br /&gt;
- '''Language''': here you can select among English, French or Spanish for system messages.&lt;br /&gt;
&lt;br /&gt;
- '''Voicemail''': here you can select between  DID voicemail(Mailbox assigned to the DID number routed to IVR) or Account Voicemail(Mailbox of the account or sub account to where points the extension)&lt;br /&gt;
&lt;br /&gt;
*'''NOTE.''' If you have '''failovers''' on your DID, for '''&amp;quot;NO ANSWER&amp;quot;''' status, this will override the subaccount mailboxes, and the call will go to the Failover routing, instead of the Mailbox on the Ext. Subaccount.&lt;br /&gt;
&lt;br /&gt;
Once you have set that information, now you can create the extensions of your IVR, basically you will see this&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:IVR3.JPG|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In that section you have to enter the following information:&lt;br /&gt;
&lt;br /&gt;
- '''Digit(s)''': here you need to enter the &amp;quot;number&amp;quot; that people will need to press in order to reach this extension. You can enter up to 12 digits in this field. &lt;br /&gt;
&lt;br /&gt;
- '''Destination''' : this is where the extension will point, as you can see in the image above, options will be shown as available if you have created at least one &amp;quot;entry&amp;quot; of each of them.&lt;br /&gt;
&lt;br /&gt;
 IMPORTANT NOTE: When creating an IVR menu option, apart from the standard options of 0-9 and *, you can also use 'i' and 't' destinations.  &lt;br /&gt;
 'i' is used when the caller pushes an invalid button, and 't' is used when there is no response. If those options aren't supplied, the  &lt;br /&gt;
 default 't' is to replay the menu three times and then hang up, and the default 'i' is to say 'Invalid option, please try again' and replay  &lt;br /&gt;
 the menu. After three invalid attempts, the line is hung up. Please note that the # Digit is used to confirm user's choice by bypassing the&lt;br /&gt;
 Digit Time out option and can not be used as a choice.&lt;br /&gt;
&lt;br /&gt;
As you can see, in this section you have the following options:&lt;br /&gt;
&lt;br /&gt;
- '''Remove Last Choice''': use this button in case you want to delete the last extension you have created on your IVR.&lt;br /&gt;
&lt;br /&gt;
- '''Add Another Choice''': By default you will see only 3 spaces to create extensions, however if you need more you can use this button.&lt;br /&gt;
&lt;br /&gt;
- '''Save IVR''': use this button to save your IVR.&lt;br /&gt;
&lt;br /&gt;
Once you save the IVR you have created you can see this on customer portal -&amp;gt; DID numbers -&amp;gt; Digital Receptionist(IVR):&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:IVRActions.png|thumb|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As you can see now you have these options:&lt;br /&gt;
&lt;br /&gt;
- '''Duplicate''': in case you want to create another IVR entry  with the same options that other you have previously created.&lt;br /&gt;
&lt;br /&gt;
- '''Edit''': use this option in case you want to modify an existing IVR you have created.&lt;br /&gt;
&lt;br /&gt;
- '''Delete''': use this command to delete an IVR entry from your account.&lt;br /&gt;
&lt;br /&gt;
[[category:guides]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Sub_Cuentas_(Sub_Accounts)</id>
		<title>Sub Cuentas (Sub Accounts)</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Sub_Cuentas_(Sub_Accounts)"/>
				<updated>2015-04-08T22:34:03Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: MOH Update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Las subcuentas le permiten registrar más de un dispositivo para realizar o recibir llamadas simultáneamente, de igual forma se pueden utilizar como extensiones internas para su casa u oficina (para poder llamar entre distintos lugares gratis). Varias de las herramientas que ofrece VoIP.ms se pueden usar en conjunto con las subcuentas. Con esta guía veremos cómo crear y utilizar una subcuenta.&lt;br /&gt;
&lt;br /&gt;
 '''Nota:'''Para esta guía se conservarán los nombres en inglés de las opciones y páginas para que usted pueda navegar más fácil en su portal.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cómo crear una Subcuenta ==&lt;br /&gt;
&lt;br /&gt;
Puede crear tantas Subcuentas como lo requiera y no existe ningún cargo adicional por hacerlo. Para crear una nueva Subcuenta, entre a su portal de usuario (Customer Portal) y seleccione '''Create Sub Account''' en el menú '''Sub Account'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Create subacc.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
=== Opciones Básicas ===&lt;br /&gt;
&lt;br /&gt;
Estas son las opciones básicas que necesita configurar para poder crear una Subcuenta.&lt;br /&gt;
&lt;br /&gt;
'''Protocol''': Aquí puede seleccionar cuál protocolo utilizara con esta subcuenta, puede elegir entre SIP o IAX2. Esta opción dependerá del dispositivo que utilizará con esta subcuenta. SIP es el protocolo recomendado y más utilizado.&lt;br /&gt;
&lt;br /&gt;
'''Authentication type''': Esta opción no está disponible si utiliza la cuenta principal. Sin embargo para las subcuenta(s) usted puede elegir entre '''User/Password Authentication''' o '''IP Authentication'''. Esta opción depende del dispositivo que está utilizando.&lt;br /&gt;
&lt;br /&gt;
-- '''User/Password Authentication''': Esta es la opción recomendada y la soportada por la mayoría de los dispositivos.&lt;br /&gt;
&lt;br /&gt;
-- '''IP Authentication''': Recomendada sólo para usuarios avanzados. Mayormente es utilizada para servidores Asterisk o [[PBXs|PBX]]. Cuando elige esta opción usted puede indicar cuál es la dirección IP de su dispositivo/servidor.&lt;br /&gt;
&lt;br /&gt;
 '''Note:''' Cuando usa la autenticación por IP, el estado del registro (Registration Status) no será desplegado en la página principal de su portal de usuario VoIP.ms.&lt;br /&gt;
&lt;br /&gt;
'''Username''': Este es el nombre de usuario para la subcuenta. Es posible utilizar caracteres alfanuméricos en este campo (asegúrese que su dispositivo también soporta los caracteres alfanuméricos en el campo de usuario). El nombre de usuario es indicado con el siguiente formato: '''{Main Account}_{username}'''.&lt;br /&gt;
 &lt;br /&gt;
Por ejemplo, digamos que su cuenta es ''100000'' y usted asigna el nombre de usuario como ''casa'', el nombre de usuario que deberá utilizar en su dispositivo será ''100000_casa''.&lt;br /&gt;
&lt;br /&gt;
'''Password/IP Address''': Aquí puede ingresar la contraseña que usará con esta subcuenta. La contraseña debe tener un mínimo de 6 caracteres, aunque es recomendable usar una contraseña con más caracteres y que ademas incluya caracteres alfanuméricos. Es muy recomendable cambiar la contraseña cada par de meses, como una recomendación de seguridad.&lt;br /&gt;
&lt;br /&gt;
Si está utilizando IP Authentication aquí puede ingresar la dirección IP de su servidor/dispositivo. El formato es &amp;quot;X.X.X.X&amp;quot;, un ejemplo sería: 201.202.203.204.&lt;br /&gt;
&lt;br /&gt;
[[File:IP AUTH.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
'''Device type''': Es importante que se asegure de seleccionar el tipo de dispositivo correcto que se utilizará con esta subcuenta para poder recibir llamadas entrantes de forma adecuada en el dispositivo.&lt;br /&gt;
&lt;br /&gt;
'''CallerID Number''': Aquí puede ingresar el número de [[Numero Identificador (Caller ID)|callerID]] que desea enviar, esto funcionará si utiliza un dispositivo [[Devices|ATA]], teléfono IP o [[Softphones|Softphone]], y su dispositivo no es capaz de enviar el [[Numero Identificador (Caller ID)|callerID]]. Asegúrese de ingresar un número válido para garantizar que la llamada se conecte. De igual forma utilice únicamente números en este campo y el [[Numero Identificador (Caller ID)|callerID]] debe ser de 10 dígitos. ''Opcional''&lt;br /&gt;
&lt;br /&gt;
'''Allow International Calls''': Con esta opción podrá habilitar o des-habilitar las llamadas internacionales para esta subcuenta.&lt;br /&gt;
&lt;br /&gt;
'''International Route''': Con esta opción puede seleccionar la ruta que se utilizará para realizar llamadas internacionales (llamadas que NO sean a EEUU o Canadá) con esta subcuenta. Llamadas a Estados Unidos o Canadá usarán la ruta USA48/Canada que tenga seleccionada en sus [[Configuraciones de la Cuenta (Account Settings)|account settings]].&lt;br /&gt;
&lt;br /&gt;
'''Music on Hold''': Esta opción le permite seleccionar si desea o no que la persona que le llame a su número o extensión escuche música mientras la llamada se encuentra en espera.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Las siguientes opciones para MOH (Music on Hold) se encuentran disponibles: &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''Away in the Tropics:''' Música caribeña, estas canciones ofrecen sonidos de ukelele, tambores y guitarras. &lt;br /&gt;
*'''Coffee and Sunrise:'''  Música animada sin ser festiva, y positiva sin ser muy sonriente. &lt;br /&gt;
*'''Coffee Shop Acoustic:''' Música relajada, el sonido de la guitarra acústica es ideal para crear una buena atmósfera. &lt;br /&gt;
*'''Easy Listening:''' Música suave y casual. &lt;br /&gt;
*'''Guitar Alchemy:''' Bellas armonías y secuencias progresivas de cuerdas que crean una cálida experiencia musical&lt;br /&gt;
*'''Happy Endings:''' Música animada con un estilo comercial. Guitarras, tambores, ukelele, armónica y campanas. &lt;br /&gt;
*'''Light and Casual:''' Música tranquila con sensación positiva &lt;br /&gt;
*'''Orchestral Moods:''' Emotivos y dramáticos cuentos contados por violines, pianos y orquestas completas&lt;br /&gt;
*'''Piano Mix:'''  Melodías suaves de piano.  &lt;br /&gt;
*'''Rock Me Easy:'''  Música agradable para crear un ambiente de relajación.&lt;br /&gt;
*'''Spa Sounds:''' Música instrumental suave, lenta y tranquila. &lt;br /&gt;
&lt;br /&gt;
Usando los siguientes codigos, usted puede probar las diferentes opciones de MOH: &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''*** 89''' Away in the Tropics &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 90''' Coffee and Sunrise &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 91''' Coffee Shop Acoustic &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 92''' Easy Listening &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 93''' Guitar Alchemy &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 94''' Happy Endings &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 95''' Light and Casual &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 96''' Orchestral Moods &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 97''' Piano Mix &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 98''' Rock Me Easy &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 99''' Spa Sounds&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Account name or description''': Con esta opción podrá identificar fácilmente cada subcuenta.&lt;br /&gt;
&lt;br /&gt;
=== Opciones Avanzadas ===&lt;br /&gt;
&lt;br /&gt;
Con estas opciones puede determinar cuál codec va a permitir utilizar, el modo de DTMF y las opciones de NAT para cada subcuenta. Estas opciones son recomendadas para usuarios avanzados.&lt;br /&gt;
&lt;br /&gt;
[[File:Subacc adv opt.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
'''Allowed Codecs:''' Esta opción le permite seleccionar los codecs que se utilizarán con esta subcuenta, puede seleccionar si desea habilitar todos los codecs o sólo algunos.&lt;br /&gt;
 '''Nota:''' Es recomendable que seleccione '''Allow All''' y sólo lo cambie si tiene alguna razón específica para hacerlo.&lt;br /&gt;
&lt;br /&gt;
'''DTMF Mode:''' Esto le permite seleccionar el modo de DTMF (tonos) que se utilizará con esta subcuenta. Si selecciona ''AUTO'' el modo ''RFC2833 (AVT)'' va ser utilizado por defecto y se cambiará automáticamente a ''INBAND'' si una de las dos partes de la llamada no soporta ''RFC2833''.&lt;br /&gt;
&lt;br /&gt;
 '''Nota''': Es recomendable, mas no es un requisito, que seleccione el mismo modo de DTMF en su dispositivo.&lt;br /&gt;
&lt;br /&gt;
'''NAT (Network Address Translation)''': Ponga esta opción en '''YES''' si está utilizando NAT. Si no está seguro de qué significa esta opción, es recomendable que la deje en '''YES'''.&lt;br /&gt;
&lt;br /&gt;
=== Opciones Adicionales ===&lt;br /&gt;
&lt;br /&gt;
Aunque estas son consideradas opciones adicionales, son utilizadas para asignar un número de extensión interna, buzón de voz y el tiempo de timbrado para la subcuenta.&lt;br /&gt;
&lt;br /&gt;
[[File:Sub acc optional.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Internal Extension Number''': Aquí puede asignar el número de extensión interno que se usará para realizar llamadas entre subcuentas. El número de extensión que ingrese en este campo tendrá el prefijo ''10'', puede ingresar entre 1 a 10 dígitos. Por ejemplo si usted ingresa ''55'' el número de extensión resultante será ''1055''.&lt;br /&gt;
&lt;br /&gt;
 '''Nota''': Asegúrese que las subcuentas se encuentran registradas al mismo servidor de VoIP.ms, para que pueda realizar las llamadas internas. &lt;br /&gt;
       Las llamadas entre extensiones son gratuitas para quien envía la llamada y también para quien la recibe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Subcuenta como SIP URI externa ====&lt;br /&gt;
----&lt;br /&gt;
Para utilizar una subcuenta como una [[Dirección URI (SIP URI)|SIP URI]] externa, solamente es necesario que primero la habilite como una extensión interna. Por ejemplo, digamos que su extensión interna es 2 (102 con el prefijo 10), usted puede alcanzar la subcuenta vía SIP desde otra red con la siguiente dirección URI: '''1000002@server.voip.ms''' (Reemplace server.voip.ms con el servidor al que la subcuenta esta conectado y el numero 2 con el numero de su extensión interna).&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Internal Extension VoiceMail''': Aquí puede elegir cual [[Buzón de voz (Voicemail)|buzón de voz]] estará asociado con esta subcuenta.&lt;br /&gt;
&lt;br /&gt;
 '''Nota:''' Si asocia un [[Buzón de voz (Voicemail)|buzón de voz]] con su subcuenta, cuando haya nuevos mensajes en su buzón, se enviará una notificación a su dispositivo. &lt;br /&gt;
       Esto llevará a diferentes resultados dependiendo del tipo de dispositivo que utilice. Usualmente, usted recibirá un tono distintivo&lt;br /&gt;
       o una luz indicadora parpadeando.&lt;br /&gt;
&lt;br /&gt;
'''Internal Extension Ringing Time''': Este es el tiempo que su teléfono se mantendrá timbrando cuando reciba una llamada directamente a la extensión. Cada 5 segundos equivalen a un timbre.&lt;br /&gt;
&lt;br /&gt;
=== Configuración de Revendedor (Reseller Configuration) ===&lt;br /&gt;
&lt;br /&gt;
Si usted utiliza la interfaz de revendedor ([[Guía Básica de Reseller|Reseller Interface]]), puede asociar cada subcuenta con uno de sus clientes.&lt;br /&gt;
&lt;br /&gt;
[[File:Subaccreseller.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
'''Reseller Client''': Aquí puede seleccionar el cliente con el cual desea asociar la subcuenta. Primero necesitará crear la cuenta de su cliente en la sección de [[Guía Básica de Reseller|Reseller]] en su portal de usuario.&lt;br /&gt;
&lt;br /&gt;
'''Reseller client package''': Aquí puede elegir el paquete que desea asignarle a su cliente. Primero necesita crear el paquete en la sección de [[Guía Básica de Reseller|Reseller]]. &lt;br /&gt;
&lt;br /&gt;
'''next billing date''': Aquí puede asignar la próxima fecha de cobro. Usualmente el sistema asigna este valor en forma automática, pero si usted cambio el paquete asociado a esta subcuenta en forma manual, probablemente desee ajustar la próxima fecha de cobro.&lt;br /&gt;
&lt;br /&gt;
'''Charge setup fees now''': Una vez que seleccione esta opción, los cargos mensuales por el paquete serán cargados a la cuenta de su cliente. Usted puede utilizar esta opción cuando haya realizado algún cambio en el paquete del cliente.&lt;br /&gt;
&lt;br /&gt;
== Reportes de Subcuentas (Sub Account Reports) ==&lt;br /&gt;
&lt;br /&gt;
Usted puede ver la cantidad de minutos, llamadas y el total que ha gastado por cada subcuenta. Esta información es útil incluso si usted no hace uso de la interfaz de reseller. Puede acceder a esta opción desde el sub menú '''Sub Accounts Reports''' que se encuentra en el menú '''Sub Accounts''' en su portal de usuario.&lt;br /&gt;
&lt;br /&gt;
[[File:Subacc report.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Report Range''': Es posible desplegar un reporte con un rango de hasta 92 días (3 meses).&lt;br /&gt;
&lt;br /&gt;
'''Minutes''': Este valor muestra el total de minutos que han sido utilizados por esta subcuenta durante el periodo seleccionado. Los valores están expresados usando tiempo decimal.&lt;br /&gt;
&lt;br /&gt;
'''Calls''': Este valor muestra el número total de llamadas realizadas por la subcuenta durante el periodo seleccionado.&lt;br /&gt;
&lt;br /&gt;
'''Amount Spent''': Este es el total que se ha gastado con este subcuenta durante el período seleccionado. Expresado en dólares americanos.&lt;br /&gt;
&lt;br /&gt;
== Uso de las subcuentas ==&lt;br /&gt;
&lt;br /&gt;
Una vez que haya creado una subcuenta, es posible utilizarla con la mayoría de las herramientas que están disponibles dentro de su portal de usuario. Por ejemplo puede usarla con su [[Recepcionista Digital|IVR]], como uno de los agentes para recibir las llamadas de su [[Llamadas en Cola (Calling Queues)|calling queue]], utilizarlas directamente con sus número DID, como una [[Dirección URI (SIP URI)|SIP URI]] externa para poder recibir llamadas desde otras redes, etc.&lt;br /&gt;
&lt;br /&gt;
[[category:Guías]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Grupo_de_timbre_/_Ring_Groups</id>
		<title>Grupo de timbre / Ring Groups</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Grupo_de_timbre_/_Ring_Groups"/>
				<updated>2015-04-08T22:33:19Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: MOH Update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;La función de '''grupo de timbre''' (Ring Group) le permite que las llamadas entrantes se redirijan simultaneamente a diferentes destinos que usted elija en el &amp;quot;grupo de timbre&amp;quot; que haya creado, en donde cualquier miembro del grupo será capaz de responder a la llamada entrante. Cuando se recibe una llamada a un DID y este esta dirigido a un timbre en grupo, todos los miembros de ese grupo sonarán al mismo tiempo hasta que uno de ellos responda la llamada. Usted puede agregar varios tipos de miembros a un timbre en grupo: Cuenta Principal, subcuentas, SIP URI, Extensiones, o números externos (celulares, números fijos, etc)&lt;br /&gt;
&lt;br /&gt;
También puede seleccionar qué buzón de voz debe ser utilizado por el sistema en caso de que ninguno de los miembros conteste la llamada.  El límite del '''grupo de timbre''' es de 12 miembros: Hasta 8 cuentas SIP ( la cuenta principal, [http://wiki.voip.ms/article/Sub_Cuentas_%28Sub_Accounts%29 Sub cuentas] o [http://wiki.voip.ms/article/SIP_URI_espa%C3%B1ol SIP URI] )  y hasta 4 entradas de [http://wiki.voip.ms/article/Desv%C3%ADo_de_Llamadas_%28Call_Forwarding%29 Desvío de llamadas] por cada grupo de timbre.&lt;br /&gt;
&lt;br /&gt;
[[File:Ringgroups4.png|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creación de una entrada de &amp;quot;Grupo de timbre&amp;quot; ==&lt;br /&gt;
 &lt;br /&gt;
Desde su portal de usuario,  seleccione DID Numbers &amp;gt;&amp;gt; Ring Groups. Una vez que esté en el menú de &amp;quot;grupo de timbre&amp;quot;, haga click en &amp;quot;Click here to create a new ring group&amp;quot;. Aparecerá una ventana &amp;quot;Create new ring group&amp;quot; que le permitirá definir los miembros del grupo, así como otras opciones.&lt;br /&gt;
&lt;br /&gt;
===Opciones de configuración===&lt;br /&gt;
&lt;br /&gt;
Encontrará las siguientes opciones para el grupo:&lt;br /&gt;
&lt;br /&gt;
*Descripción (description) : Ingrese una descripción de hasta 15 caracteres para el grupo. Esto sirve para ayudarle a identificar con facilidad los grupos.&lt;br /&gt;
&lt;br /&gt;
*Anuncio de llamada (Caller Announcement) '''Opcional''': Antes de que los miembros del grupo empiecen a sonar, puede elegir reproducir un archivo de audio, anunciando que la llamada será transferida. El archivo a reproducir debe estar entre los archivos de audio subidos previamente ( [http://wiki.voip.ms/article/Grabaciones_%28Recordings%29 Grabaciones] ) Al seleccionar una grabación, la llamada comenzará a ser cobrada desde el inicio de la grabación.&lt;br /&gt;
&lt;br /&gt;
*Música de espera (Music On Hold) '''Opcional''': Si selecciona &amp;quot;yes&amp;quot;, adicional al tono de llamada, la persona que llama escuchará un agradable jazz mientras espera. Tenga en cuenta que al seleccionar esta opción, la llamada comenzará a ser cobrada desde el inicio de la reproducción.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Las siguientes opciones para MOH (Music on Hold) se encuentran disponibles: &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''Away in the Tropics:''' Música caribeña, estas canciones ofrecen sonidos de ukelele, tambores y guitarras. &lt;br /&gt;
*'''Coffee and Sunrise:'''  Música animada sin ser festiva, y positiva sin ser muy sonriente. &lt;br /&gt;
*'''Coffee Shop Acoustic:''' Música relajada, el sonido de la guitarra acústica es ideal para crear una buena atmósfera. &lt;br /&gt;
*'''Easy Listening:''' Música suave y casual. &lt;br /&gt;
*'''Guitar Alchemy:''' Bellas armonías y secuencias progresivas de cuerdas que crean una cálida experiencia musical&lt;br /&gt;
*'''Happy Endings:''' Música animada con un estilo comercial. Guitarras, tambores, ukelele, armónica y campanas. &lt;br /&gt;
*'''Light and Casual:''' Música tranquila con sensación positiva &lt;br /&gt;
*'''Orchestral Moods:''' Emotivos y dramáticos cuentos contados por violines, pianos y orquestas completas&lt;br /&gt;
*'''Piano Mix:'''  Melodías suaves de piano.  &lt;br /&gt;
*'''Rock Me Easy:'''  Música agradable para crear un ambiente de relajación.&lt;br /&gt;
*'''Spa Sounds:''' Música instrumental suave, lenta y tranquila. &lt;br /&gt;
&lt;br /&gt;
Usando los siguientes codigos, usted puede probar las diferentes opciones de MOH: &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''*** 89''' Away in the Tropics &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 90''' Coffee and Sunrise &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 91''' Coffee Shop Acoustic &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 92''' Easy Listening &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 93''' Guitar Alchemy &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 94''' Happy Endings &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 95''' Light and Casual &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 96''' Orchestral Moods &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 97''' Piano Mix &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 98''' Rock Me Easy &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 99''' Spa Sounds&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Idioma (Language): Esta opción le permite seleccionar el lenguaje utilizado por la grabación de el &amp;quot;Anuncio de llamada (Caller Announcement)&amp;quot; base que se le presenta a la persona que hace la llamada, y utilizado por la grabación de &amp;quot;Presione el número 1 para tomar la llamada (Press One to take the Call)&amp;quot; que se le presenta a la persona que recibe la llamada. Las opciones son Inglés, Francés y Español. &lt;br /&gt;
&lt;br /&gt;
*Miembros (Members): En esta sección podrá elegir a los miembros que formarán parte del grupo de timbre. Recuerde que deberá haber creado los miembros previamente&lt;br /&gt;
 El límite del '''grupo de timbre''' es de 12 miembros: Hasta 8 cuentas SIP ( la cuenta principal, [http://wiki.voip.ms/article/Sub_Cuentas_%28Sub_Accounts%29 Sub cuentas] o [http://wiki.voip.ms/article/SIP_URI_espa%C3%B1ol SIP URI] ) &lt;br /&gt;
 y hasta 4 entradas de [http://wiki.voip.ms/article/Desv%C3%ADo_de_Llamadas_%28Call_Forwarding%29 Desvío de llamadas]&lt;br /&gt;
&lt;br /&gt;
Usted puede asignar '''Tiempos de timbrado''' (Ring times) individuales para cada miembro del grupo, de la misma manera puede configurar cada miembro con la &amp;quot;confirmación de respuesta&amp;quot;, si selecciona esta opción para un miembro, después de contestada la llamada, deberá presionar 1 para aceptarla (mientras no confirme la respuesta, los otros miembros seguirán sonando).&lt;br /&gt;
&lt;br /&gt;
*Buzón de voz (Voicemail): Usted puede elegir si usar el buzón de voz por defecto del DID o usar el buzón de voz asignado para cada miembro (si hay alguno)&lt;br /&gt;
&lt;br /&gt;
Para finalizar, de click sobre el botón &amp;quot;Create&amp;quot; para guardar los cambios.&lt;br /&gt;
&lt;br /&gt;
[[File:Ringgroups6.png|800px]]&lt;br /&gt;
&lt;br /&gt;
== Direccionar  su DID a su grupo de timbre ==&lt;br /&gt;
&lt;br /&gt;
Después de haber creado el grupo de timbre, puede dirigir cualquiera de sus DIDs hacia el desde su portal principal. Diríjase a DID Numbers &amp;gt;&amp;gt; Manage DID &amp;gt;&amp;gt; Edit DID &amp;gt;&amp;gt; Routing, ahí seleccione el grupo de timbre (ring group) que desee.&lt;br /&gt;
&lt;br /&gt;
Los grupos de timbre también pueden ser utilizados como opción para los &amp;quot;Additional Failover options&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[category:Guías]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Llamadas_en_Cola_(Calling_Queues)</id>
		<title>Llamadas en Cola (Calling Queues)</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Llamadas_en_Cola_(Calling_Queues)"/>
				<updated>2015-04-08T22:31:31Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: MOH Update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concepto ==&lt;br /&gt;
El uso de una Cola de Llamadas (Calling Queues) es una buena solución si necesita manejar las llamadas entrantes y que sus clientes se mantengan en la línea hasta que un agente tome la llamada. Esto le permitirá tener llamadas en espera y enviarlas a uno de sus agentes disponibles, de acuerdo a la estrategia FIFO (First In First Out, se atiende al primero de la cola).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Una Cola de Llamadas consiste en:&lt;br /&gt;
&lt;br /&gt;
* Llamadas entrantes que son recibidas en la cola.&lt;br /&gt;
* Miembros que pueden tomar una llamada de la cola (extensiones o usuarios que se conectan como agentes)&lt;br /&gt;
* Una estrategia para manejar y dividir las llamadas en las colas entre los miembros.&lt;br /&gt;
* Música mientras sus clientes esperan en la cola.&lt;br /&gt;
* Aviso para miembros y clientes.&lt;br /&gt;
&lt;br /&gt;
Agentes son las personas (o persona) que responden las llamadas que se reciben en la cola. Los agentes, al conectarse a la cola, indican que ya se encuentran disponibles para poder recibir las llamadas. &lt;br /&gt;
&lt;br /&gt;
Los miembros de la cola pueden ser estáticos o dinámicos. Los '''miembros estáticos''' son todos aquellos que se mantienen conectados de forma indefinida en la cola y se pueden considerar como siempre disponible, mientras que los '''miembros dinámicos''' son aquellos que tienen que conectarse a la cola para poder comenzar a recibir llamadas.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===  Conectar o desconectar de la cola a un miembro dinámico  ===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Conectar''': Marque *11, cuanto se le solicite marque el número de la cola (Queue ID)&lt;br /&gt;
&lt;br /&gt;
'''Desconectar''': Marque *12, cuanto se le solicite marque el número de la cola (Queue ID)&lt;br /&gt;
&lt;br /&gt;
== Configuración ==&lt;br /&gt;
&lt;br /&gt;
Para crear una nueva Cola de Llamadas, vaya al menú DID Numbers &amp;gt;&amp;gt; Calling Queues dentro de su portal de usuario (Customer Portal)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot (11h 41m 41s).jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Y luego seleccione el link &amp;quot;Create New Call Queue&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
[[File:Screenshot 2.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ahora puede comenzar con la configuración de su cola de llamadas. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Información de la Cola (Queue Information) ===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot3.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''Queue Number''': Aquí puede seleccionar el número que le asignará a la cola. Por ejemplo, puede tener la cola 1 para su departmento de ventas y la cola 2 para el resto de la compañía, de esta forma la llamadas serán tomadas por los agentes apropiados.&lt;br /&gt;
&lt;br /&gt;
*'''Queue Name''': Aquí puede ingresar un nombre para identificar a la cola de llamadas. Por ejemplo &amp;quot;Ventas&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*'''Queue Language''': Aquí puede asignar el lenguaje que se usará para los anuncios del sistema. En este caso &amp;quot;Inglés&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*'''Queue Password''': Usted puede definir una contraseña para acceder a la cola y asegurarse que sólo las personas involucradas con esta cola puedan ingresar a la misma. La contraseña puede ser de hasta 4 dígitos. Campo Opcional.&lt;br /&gt;
&lt;br /&gt;
*'''Caller ID Prefix''': Opcionalmente puede asignar un prefijo que se agrega al nombre que aparece en su identificador de llamadas. Por ejemplo puede asignar &amp;quot;Ventas&amp;quot; como el prefijo y una llamada entrante de &amp;quot;John Smith&amp;quot; se mostrará como &amp;quot;Ventas John Smith&amp;quot; para sus agentes. Este campo sólo acepta caracteres alfanuméricos. Campo Opcional&lt;br /&gt;
&lt;br /&gt;
*'''Join Announcement''': Aquí puede asignar una grabación que escucharán sus clientes cuando ingresen en la cola. Por ejemplo, si usted tiene una cola de llamadas para su departamento de ventas, mientras sus clientes esperan pueden escuchar una grabación con información de sus productos y/o descuentos que ofrece.&lt;br /&gt;
&lt;br /&gt;
*'''Priority / Weight''': Esta opción le ayudará a decidir de qué cola recibirá las llamadas, ésto funciona para agentes que se encuentren registrados en más de una cola de llamadas.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Opciones de la Cola (Queue Options) ===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 4.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
*'''Agent Announcement''': Opcionalmente, puede elegir que sus agentes escuchen una grabación. La grabación será escuchada antes de que se conecte la llamada.&lt;br /&gt;
&lt;br /&gt;
*'''Report Hold time to agent''': Si desea puede habilitar esta opción para reportar el tiempo de espera a los miembros de la cola.&lt;br /&gt;
&lt;br /&gt;
*'''Member Delay''': Aquí puede asignar un tiempo de espera antes de que los agentes sean conectados con las personas que llamen a la cola. Este valor se encuentra indicado en segundos.&lt;br /&gt;
&lt;br /&gt;
*'''Maximum Wait Time''': Este valor indica el tiempo máximo que una persona estará en espera en la cola antes de que la llamada sea enviada al &amp;quot;Failover&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*'''Join when empty''': &lt;br /&gt;
&lt;br /&gt;
       -'''Yes:''' Cualquier llamada puede ingresar a la cola, inclusive si no hay miembros o estos no están disponibles.&lt;br /&gt;
       -'''Strict:''' Las llamadas no pueden ingresar a la cola cuando no hay miembros o estos no están disponibles.&lt;br /&gt;
       -'''No:''' Las llamadas no puede ingresar a una cola que no tenga miembros.&lt;br /&gt;
&lt;br /&gt;
*'''Leave when empty''': &lt;br /&gt;
       &lt;br /&gt;
       -'''Yes:''' Las llamadas serán enviadas a su opción de fallo (failover) cuando no haya miembros en la cola.&lt;br /&gt;
       -'''Strict:''' Las llamadas son enviadas a su opción de fallo, si no hay miembros o ninguno de los miembros esta disponible.&lt;br /&gt;
       -'''No:''' Las llamadas permanecerán en la cola, incluso si no hay miembros.&lt;br /&gt;
&lt;br /&gt;
*'''Ring Strategy'''&lt;br /&gt;
&lt;br /&gt;
Las llamadas son distribuidas entre los miembros de la cola de acuerdo a una de las siguientes opciones:&lt;br /&gt;
&lt;br /&gt;
    -'''Ringall:''' La llamada es recibida por todos los agentes disponibles hasta que alguno conteste.&lt;br /&gt;
    -'''Leastrecent:''' La llamada es recibida por el agente que menos llamadas a recibido recientemente en esta cola.&lt;br /&gt;
    -'''Fewestcalls:''' La llamada es recibida por el agente que tenga menos llamadas completadas en la cola.&lt;br /&gt;
    -'''Random:''' La llamada es enviada a los agentes de forma aleatoria.&lt;br /&gt;
    -'''Round Robin Memory:''' Las llamadas se envían a los agentes por turnos, el sistema guarda el registro de cuál agente &lt;br /&gt;
                         fue el último en recibir la llamada, y continua a partir del siguiente.&lt;br /&gt;
&lt;br /&gt;
*'''Ring in-use''': Esta opción permite evitar enviar la llamada a un agente cuyo dispositivo se encuentre actualmente en uso.&lt;br /&gt;
 '''Nota:''' Actualmente sólo un dispositivo registrado con el protocolo SIP puede reportar si se encuentra o no en uso.&lt;br /&gt;
&lt;br /&gt;
*'''Agent Ring Timeout''': Número de segundos que la llamada se mantendrá timbrando con un agente, antes de enviarse a la opción de fallo '''Timeout'''.&lt;br /&gt;
&lt;br /&gt;
*'''Retry Timer''': Número de segundos que el sistema espera antes de intentar enviar la llamada a todos los miembros.&lt;br /&gt;
&lt;br /&gt;
*'''Wrap-up Time''': Después de una llamada con éxito, esta opción determina el número de segundos que se esperará antes de enviar la siguiente llamada a los agentes disponibles.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== Musica en Espera (Music on Hold) ===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Las siguientes opciones para MOH (Music on Hold) se encuentran disponibles: &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''Away in the Tropics:''' Música caribeña, estas canciones ofrecen sonidos de ukelele, tambores y guitarras. &lt;br /&gt;
*'''Coffee and Sunrise:'''  Música animada sin ser festiva, y positiva sin ser muy sonriente. &lt;br /&gt;
*'''Coffee Shop Acoustic:''' Música relajada, el sonido de la guitarra acústica es ideal para crear una buena atmósfera. &lt;br /&gt;
*'''Easy Listening:''' Música suave y casual. &lt;br /&gt;
*'''Guitar Alchemy:''' Bellas armonías y secuencias progresivas de cuerdas que crean una cálida experiencia musical&lt;br /&gt;
*'''Happy Endings:''' Música animada con un estilo comercial. Guitarras, tambores, ukelele, armónica y campanas. &lt;br /&gt;
*'''Light and Casual:''' Música tranquila con sensación positiva &lt;br /&gt;
*'''Orchestral Moods:''' Emotivos y dramáticos cuentos contados por violines, pianos y orquestas completas&lt;br /&gt;
*'''Piano Mix:'''  Melodías suaves de piano.  &lt;br /&gt;
*'''Rock Me Easy:'''  Música agradable para crear un ambiente de relajación.&lt;br /&gt;
*'''Spa Sounds:''' Música instrumental suave, lenta y tranquila. &lt;br /&gt;
&lt;br /&gt;
Usando los siguientes codigos, usted puede probar las diferentes opciones de MOH: &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''*** 89''' Away in the Tropics &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 90''' Coffee and Sunrise &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 91''' Coffee Shop Acoustic &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 92''' Easy Listening &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 93''' Guitar Alchemy &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 94''' Happy Endings &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 95''' Light and Casual &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 96''' Orchestral Moods &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 97''' Piano Mix &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 98''' Rock Me Easy &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 99''' Spa Sounds&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Avisos y opciones de fallo (Announcements and Fail Over) ===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot 5.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
==== '''Periodic Voice Announcements''' ====&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''Voice Announcement''': Este campo es opcional, usted puede elegir una de sus grabaciones para que sea escuchada por las personas que llamen a esta cola.&lt;br /&gt;
&lt;br /&gt;
'''Frequency of announcement''': Aquí seleccionara la frecuencia en que la grabación será escuchada por las personas que llamen a la cola.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== '''Periodic Hold Position, Estimated Hold-time announcements and Thank you for your patience announcement.''' ====&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''Announce Position frequency''': Esta opción indica qué tan seguido se anunciará la posición en la cola o si no desea anunciarlo. Esta valor se encuentra en segundos.&lt;br /&gt;
&lt;br /&gt;
'''Announce Round Seconds''': Aquí puede elegir si desea indicar los segundos o si desea anunciarlos, sólo tendrá que elegir la cantidad de segundos que se van a redondear. &lt;br /&gt;
&lt;br /&gt;
'''If Announce position is enabled, do you also want to report estimated hold-time?''': Puede elegir si desea anunciar el tiempo estimado de espera en la linea, ya sea siempre, una vez o nunca. El tiempo de espera se anunciará como un tiempo estimado o como menos de 2 minutos cuando sea apropiado.&lt;br /&gt;
&lt;br /&gt;
'''Thank you for your patience''': Esta opción permitirá que las personas que llamen a la cola, escuchen una grabación que dirá &amp;quot;Thank you for your patience&amp;quot;, una vez que se anuncie la posición de la llamada en la cola y el tiempo estimado de espera en la linea.&lt;br /&gt;
&lt;br /&gt;
==== '''Fail Over Destinations''' ====&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Aquí se elige el destino que tendra la llamada si se cumpla una de las siguientes condiciones:&lt;br /&gt;
&lt;br /&gt;
* '''Timeout''': Si la llamada excedió el máximo tiempo de espera.&lt;br /&gt;
* '''FULL''': La cola alcanzo el número máximo de llamadas.&lt;br /&gt;
* '''JOINEMPTY''': La llamada fue enviada en una cola vacía (solo funciona si selecciono '''No''' en la opción '''Join when empty''')&lt;br /&gt;
* '''LEAVEEMPTY''': El último agente abandonó la cola antes de que todas las llamadas en espera sean atendidas (Sólo funciona si se selecciona '''Yes''' en la opción '''Leave when empty''').&lt;br /&gt;
* '''JOINUNAVAIL''': Igual que '''JOINEMPTY''', con la excepción de que hay miembros en la cola, pero éstos se encuentran con estado de no disponible (por ej. el teléfono SIP está desconectado).&lt;br /&gt;
* '''LEAVEUNAVAIL''': Igual que '''LEAVEEMPTY''', con la excepción de que hay miembros en la cola, pero éstos se encuentran con estado de no disponible (por ej. el teléfono SIP está desconectado).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Una vez haya terminado de elegir las opciones para configurar la cola, solamente necesita guardarla, para ello presione el botón '''Save Queue'''.&lt;br /&gt;
&lt;br /&gt;
== Miembros Estáticos (Static Members) ==&lt;br /&gt;
&lt;br /&gt;
Los miembros estáticos son aquellos miembros predefinidos y asignados en forma permanente para tomar las llamadas de una cola en particular. Es posible agregar tantos miembros estáticos como lo requiera. &lt;br /&gt;
&lt;br /&gt;
===Ventajas===&lt;br /&gt;
Al asignar miembros estáticos, no tendrá que preocuparse porque sus agentes se conecten o desconecten de la cola (usando los comandos *11 o *12). Lo único que tendrá que hacer el agente que asegurarse que su cuenta o subcuenta se encuentra registrada en los servidores de VoIP.ms.&lt;br /&gt;
&lt;br /&gt;
===Desventajas===&lt;br /&gt;
Por otro lado, los miembros estáticos nunca puede desconectarse de una cola, ya que están asignados a ella en forma permanente. De igual forma es necesario que utilice su cuenta principal o una [[Sub Cuentas (Sub Accounts)|subcuenta]] para poder registrarse en la cola, de esta forma no es posible que el agente cambie de dispositivo para registrarse en la cola.&lt;br /&gt;
&lt;br /&gt;
===Agregar un miembro estático===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Primero necesita ingresar a la pantalla de '''Calling Queues''' que se encuentra dentro del menú '''DID Numbers''' en su portal de usuario. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Man callqueue.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
De ahí simplemente seleccione el link '''Edit Static Members''', el cual lo llevará a la siguiente pantalla:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Queue stamem.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Para añadir un miembro estático a una cola, sólo necesita indicar los siguientes campos:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Queue addstatmem.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Description''': Aquí puede indicar una descripción que le permita identificar fácilmente a cada miembro de la cola.&lt;br /&gt;
&lt;br /&gt;
'''Account''': Aquí elige qué cuenta o subcuenta estará asignada a este miembro.&lt;br /&gt;
&lt;br /&gt;
'''Priority''': Este puede ser un valor igual o mayor a cero. Miembros disponibles con una valor de prioridad menor serán los primeros en recibir una llamada. Es posible tener varios miembros con la misma prioridad.&lt;br /&gt;
&lt;br /&gt;
== Cómo utilizar una cola de llamadas ==&lt;br /&gt;
&lt;br /&gt;
Una vez haya creado la cola de llamadas, para utilizar sólo tendrá que asegurarse que uno de sus números DID se encuentra enrutado a la cola, ya sea en forma directa, por medio de una [[condiciones de Tiempo (Time Conditions)|condición de tiempo]], un [[Recepcionista Digital|IVR]] o inclusive como una opción de fallo (failover). Esto se puede hacer desde el portal del cliente -&amp;gt; menu DID numbers -&amp;gt; opcion Manage DID. Recuerde que usted puede utilizar la cola en más de un número DID sin necesidad de crearla de nuevo.&lt;br /&gt;
&lt;br /&gt;
[[category:Guías]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Configuraciones_de_la_Cuenta_(Account_Settings)</id>
		<title>Configuraciones de la Cuenta (Account Settings)</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Configuraciones_de_la_Cuenta_(Account_Settings)"/>
				<updated>2015-04-08T22:27:32Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: MOH Update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;La página '''Account Settings''' es una de las más importantes en el Portal de Usuario (Customer Portal), ya que le permitirá elegir todas las opciones básicas de su cuenta, desde el tipo de dispositivo que utilizará, la ruta de sus llamadas salientes e incluso las opciones de seguridad de su cuenta.&lt;br /&gt;
&lt;br /&gt;
 '''Nota:'''Para esta guía se conservarán los nombres en inglés de las opciones y páginas para que usted pueda navegar más fácil en su portal.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enrutamiento de la cuenta (Account Routing) ==&lt;br /&gt;
&lt;br /&gt;
En esta pestaña usted podrá definir la ruta que usará el sistema cuando realice llamadas a Canadá, números 1-800  o números internacionales. '''*Para USA48 solo se ofrece la ruta Premium'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:accsetruta2013.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Canada Routing''': Aquí puede elegir entre la ruta [[Value vs. Premium|'''Value''' o '''Premium''']] para sus llamadas a Canadá. Por el momento no es posible garantizar el funcionamiento del [[Numero Identificador (Caller ID)|CallerID]] (el número que usted envía en la llamada para que el receptor pueda identificarla) mientras se usa la ruta '''Value''', aunque puede ser que funcione para sus llamadas a diversos destinos. La ruta '''Premium''' ofrece un  mejor nivel de calidad a un precio un poco más elevado que la ruta value. El [[Numero Identificador (Caller ID)|CallerID]] está garantizado que se transmita correctamente al destino en esta ruta.&lt;br /&gt;
&lt;br /&gt;
'''International Routing''': Para las llamadas internacionales también se ofrece la ruta [[Value vs. Premium|'''Value''' o '''Premium''']]. Ambas rutas son confiables, sin embargo usualmente encontrará una mejor calidad al usar la ruta '''Premium'''. Hasta el momento el [[Numero Identificador (Caller ID)|CallerID]] no está garantizado en las rutas internacionales, incluso si utiliza la ruta '''Premium'''.&lt;br /&gt;
&lt;br /&gt;
 '''Nota:''' Puede seleccionar la casilla de la derecha para aplicar esta opción a todas sus subcuentas.&lt;br /&gt;
&lt;br /&gt;
'''Toll Free Routing''': Esta opción define la ruta que el sistema usará cuando usted realice llamadas a números 1-800 de Canadá o Estados Unidos. Se puede elegir entre la ruta '''Value''' (Sin costo por llamada) o '''Premium''' (a $0.0106 de dólar el minuto). Como en otras opciones la ruta premium ofrece una mejor calidad y el [[Numero Identificador (Caller ID)|CallerID]] está garantizado.&lt;br /&gt;
&lt;br /&gt;
'''Toll Free Carrier''': Estas opciones definen el tipo de proveedor que se usará cuando marque números 1-800. Puede elegir entre las siguientes opciones:&lt;br /&gt;
&lt;br /&gt;
 '''Server Default:''' El proveedor para sus llamadas salientes a números 1-800 será elegido dependiendo de la localización geográfica del servidor al que esté conectado. &lt;br /&gt;
                 Servidores americanos usarán un proveedor americano y los servidores canadienses usarán un proveedor canadiense.&lt;br /&gt;
 '''American Carrier:''' Las llamadas a números 1-800 siempre saldrán por un proveedor americano, incluso si usted utiliza un servidor canadiense.&lt;br /&gt;
 '''Canadian Carrier:''' Las llamadas a números 1-800 siempre saldrán por un proveedor canadiense, incluso si usted utiliza un servidor americano.&lt;br /&gt;
&lt;br /&gt;
Por ejemplo, esta opción es útil para clientes que se encuentran en el Oeste de Canada y deseen utilizar el servidor de Seattle pero desean que sus llamadas salgan por un proveedor canadiense.&lt;br /&gt;
&lt;br /&gt;
== Restricciones de la cuenta (Account Restrictions) ==&lt;br /&gt;
&lt;br /&gt;
Estas opciones le permiten definir las restricciones que el sistema usará cuando se realicen llamadas ya sea a Estados Unidos, Canadá o números Internacionales.&lt;br /&gt;
&lt;br /&gt;
[[File:Account Restrictions.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Allow 411 dialing''': Una vez habilitado, podrá realizar llamadas al 411 a un costo de $0.99 por llamada.&lt;br /&gt;
&lt;br /&gt;
 '''Nota''': Los números XXX-555-1212 están deshabilitados en VoIP.ms. La única forma de solicitar asistencia de directorio es marcando 411.&lt;br /&gt;
&lt;br /&gt;
'''Allow International Calls''': Cuando esta opción está deshabilitada, las llamadas que usted realice a números afuera de Estados Unidos o Canada serán rechazadas automáticamente. Si usted utiliza una [[Sub Cuentas (Sub Accounts)|Subcuenta]] se necesita configurar esto directamente en la subcuenta.&lt;br /&gt;
&lt;br /&gt;
 '''Nota''': Esta opción esta deshabilitada por defecto para nuevas cuentas.&lt;br /&gt;
&lt;br /&gt;
'''Max. Call Time for US48/Canadian Calls''': Esta opción le permite elegir cuánto tiempo puede durar una llamada que realice a Estados Unidos o Canadá. Si la llamada excede el tiempo definido en esta opción, se colgará automáticamente&lt;br /&gt;
&lt;br /&gt;
'''Max. Call Time for International Calls''': Funciona de la misma forma que la opción anterior, excepto que sólo en llamadas internacionales.&lt;br /&gt;
&lt;br /&gt;
'''International Amount Restriction''': Con esta opción se puede determinar el máximo costo por minuto para sus llamadas internacionales. Si el costo por minuto a un destino internacional excede este valor, la llamada no podrá ser conectada.&lt;br /&gt;
&lt;br /&gt;
Por ejemplo, digamos que usted selecciono $0.150 en esta opción y desea llamar a un numero celular de Inglaterra (UK mobile) con el código de área 4470, esta llamada no podrá realizarse debido a que el costo por minuto a este destino es de $0.3048.&lt;br /&gt;
&lt;br /&gt;
 '''Nota:''' Esta opción depende en la ruta que eligió para sus llamadas internacionales.&lt;br /&gt;
&lt;br /&gt;
'''Allow Calls to Countries''': Con esta opción usted puede restringir las llamadas salientes a países o regiones especificas desde su cuenta.&lt;br /&gt;
&lt;br /&gt;
Para permitir las llamadas a un país especifico puede seleccionar el nombre de la región y seleccionar el/los país(es) que desea permitir. Si selecciona una región, todos los países en esa región serán seleccionados. También puede seleccionar todos los países con la opción 'Allow All'. Si usted llama a un país que no esta seleccionado en esta sección, la llamada no sera conectada.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Allowed countries.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 '''Nota''': Si usted tiene las llamadas internacionales deshabilitadas en su cuenta, no podrá realizar llamadas a ningún país &lt;br /&gt;
       internacional incluso si el país se encuentra seleccionado en esta sección.&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
&lt;br /&gt;
Aquí encontrará las opciones generales que utilizara el sistema cuando usted realice/reciba llamadas.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:General.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Dialing Mode''': Esta opción le permite especificar el tipo de marcación que se utilizará.&lt;br /&gt;
&lt;br /&gt;
*North America (Recommended): Usted puede marcar a países que formen parte del Plan de Administración de Números para Norte América (NANPA) con solamente 10 u 11 dígitos (esto es ya sea usando el prefijo 1 o no). Para llamadas a otros destinos internacionales, necesitará marcar el prefijo 00 o 011.&lt;br /&gt;
&lt;br /&gt;
*E164: Con esta opción es siempre necesario marcar el Código del País No es requerido usar el prefijo 00 o 011 usando este método.&lt;br /&gt;
&lt;br /&gt;
'''CallerID Number''':  Usted puede seleccionar el [[Numero Identificador (Caller ID)|CallerID Number]] que desea enviar si utiliza un [[Devices|ATA]], IP Phone o [[Softphones|Softphone]]. Es importante enviar un [[Numero Identificador (Caller ID)|callerID]] válido de diez dígitos para asegurar que la llamada conecte adecuadamente. Si su dispositivo es capaz de enviar su propio [[Numero Identificador (Caller ID)|callerID number]] (ya sea que utilice un [[PBXs|PBX]] o Softswitch) puede dejar este campo en blanco.&lt;br /&gt;
&lt;br /&gt;
'''Voicemail Associated to the Main Account''': Con esta opción usted puede seleccionar el [[Buzón de voz (Voicemail)|buzón de correo de voz]] que estará asociado a su cuenta principal.&lt;br /&gt;
&lt;br /&gt;
*Accessing Voice Mail: Cuando marque *97 desde su cuenta principal, el sistema no le solicitará que ingrese el numero del buzón de voz (Voicemail ID). Tampoco se le solicitará la contraseña, si seleccionó la opción &amp;quot;Skip Password&amp;quot; en la configuración de su [[Buzón de voz (Voicemail)|buzón de correo de voz]].&lt;br /&gt;
&lt;br /&gt;
*Message Waiting Indicator: Cuando hay nuevos mensajes en su [[Buzón de voz (Voicemail)|buzón]], se enviará una notificación a su dispositivo. Esto resultará en diferentes resultados dependiendo del tipo de dispositivo que utilice. Usualmente, usted recibirá un tono distintivo o luz indicadora parpadeando.&lt;br /&gt;
&lt;br /&gt;
 '''Nota:'''Esta opción sólo afecta al dispositivo que esta registrado con la cuenta principal.&lt;br /&gt;
      Si está utilizando una [[Sub Cuentas (Sub Accounts)|subcuenta]] necesita asignar el '''Internal Extension Voicemail''' para dicha subcuenta.&lt;br /&gt;
&lt;br /&gt;
'''Music On Hold''': La mayoría de los IP Phones y [[Softphones]] reportan al servidor VoIP que están conectados cuando se presiona el botón de HOLD. Esta opción le permite ofrecer música para la persona que puso en espera, hasta que pueda retomar la llamada.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Las siguientes opciones para MOH (Music on Hold) se encuentran disponibles: &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''Away in the Tropics:''' Música caribeña, estas canciones ofrecen sonidos de ukelele, tambores y guitarras. &lt;br /&gt;
*'''Coffee and Sunrise:'''  Música animada sin ser festiva, y positiva sin ser muy sonriente. &lt;br /&gt;
*'''Coffee Shop Acoustic:''' Música relajada, el sonido de la guitarra acústica es ideal para crear una buena atmósfera. &lt;br /&gt;
*'''Easy Listening:''' Música suave y casual. &lt;br /&gt;
*'''Guitar Alchemy:''' Bellas armonías y secuencias progresivas de cuerdas que crean una cálida experiencia musical&lt;br /&gt;
*'''Happy Endings:''' Música animada con un estilo comercial. Guitarras, tambores, ukelele, armónica y campanas. &lt;br /&gt;
*'''Light and Casual:''' Música tranquila con sensación positiva &lt;br /&gt;
*'''Orchestral Moods:''' Emotivos y dramáticos cuentos contados por violines, pianos y orquestas completas&lt;br /&gt;
*'''Piano Mix:'''  Melodías suaves de piano.  &lt;br /&gt;
*'''Rock Me Easy:'''  Música agradable para crear un ambiente de relajación.&lt;br /&gt;
*'''Spa Sounds:''' Música instrumental suave, lenta y tranquila. &lt;br /&gt;
&lt;br /&gt;
Usando los siguientes codigos, usted puede probar las diferentes opciones de MOH: &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''*** 89''' Away in the Tropics &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 90''' Coffee and Sunrise &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 91''' Coffee Shop Acoustic &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 92''' Easy Listening &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 93''' Guitar Alchemy &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 94''' Happy Endings &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 95''' Light and Casual &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 96''' Orchestral Moods &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 97''' Piano Mix &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 98''' Rock Me Easy &amp;lt;br&amp;gt;&lt;br /&gt;
'''*** 99''' Spa Sounds&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Seguridad (Security) ==&lt;br /&gt;
&lt;br /&gt;
Aquí puede cambiar la contraseña para acceder a su Portal de Usuario así como la contraseña SIP/IAX que usa para su cuenta principal. También es posible cambiar la forma en que las contraseñas SIP/IAX son mostradas en varias páginas de su Portal de Usuario.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Accset sec.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Display SIP and IAX password(s) in Customer Portal''': Si habilita esta opción, las contraseñas SIP/IAX se mostrarán en su Portal de Usuario. Es recomendable dejar esta opción deshabilitada y sólo habilitarla si usted olvidó la contraseña SIP/IAX de su cuenta principal o una subcuenta. &lt;br /&gt;
&lt;br /&gt;
 '''Nota''': Debe ingresar la contraseña actual de su portal de usuario para habilitar o deshabilitar esta opción&lt;br /&gt;
&lt;br /&gt;
'''Customer Portal Password''': Aquí puede cambiar la contraseña para acceder a su portal de usuario.&lt;br /&gt;
&lt;br /&gt;
'''Main SIP/IAX Password''': Aquí es donde cambia la contraseña que se usará para registrar su cuenta principal a uno de los servidores de VoIP.ms.&lt;br /&gt;
&lt;br /&gt;
 '''Nota:''' Por defecto la contraseña SIP/IAX de su cuenta principal es la misma que utiliza para acceder a su portal de usuario.&lt;br /&gt;
&lt;br /&gt;
== Opciones para llamadas entrantes (Inbound Settings) ==&lt;br /&gt;
&lt;br /&gt;
En esta pestaña, se puede seleccionar el protocolo que será utilizado para sus llamadas entrantes, así como el dispositivo que utiliza con la cuenta principal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Inbound.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Protocol for inbound DIDs''': Aquí puede seleccionar entre los protocolos SIP o IAX. Esto dependerá directamente del dispositivo que utilice con la cuenta principal. El protocolo recomendado es SIP.&lt;br /&gt;
&lt;br /&gt;
'''Device type''': Es importante que se asegure que el tipo de dispositivo sea el correcto o de otra forma no podrá recibir llamadas entrantes.&lt;br /&gt;
&lt;br /&gt;
== Notificaciones (Notifications) ==&lt;br /&gt;
&lt;br /&gt;
En esta pestaña usted puede determinar si desea o no recibir notificaciones en su correo electrónico cuando el balance en su cuenta alcance cierta cantidad.&lt;br /&gt;
&lt;br /&gt;
[[File:Accset not.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
'''Balance Threshold''': Aquí puede indicar una cantidad y cuando su balance sea menor o igual a esta cantidad, se le enviará un correo electrónico a la dirección que indique en la opción siguiente. Puede elegir un valor entre $1 hasta $200, o incluso deshabilitar esta opción(esto último no es recomendable).&lt;br /&gt;
&lt;br /&gt;
 '''Nota''': Asigne el valor de esta opción de acuerdo al uso mensual en su cuenta.&lt;br /&gt;
&lt;br /&gt;
'''Email''': Ingrese aquí la dirección de correo electrónico en la cual desea recibir las notificaciones. Asegúrese de escribir la dirección de correo correcta.&lt;br /&gt;
&lt;br /&gt;
 '''Nota''': Mientras el balance de su cuenta se encuentre debajo del valor asignado en '''Balance Threshold''' seguirá recibiendo mensajes de notificación, &lt;br /&gt;
       hasta que le añada fondos a su cuenta o cambie el valor del '''Balance Threshold'''.&lt;br /&gt;
&lt;br /&gt;
== Enrutamiento por defecto del DID (Default DID Routing) ==&lt;br /&gt;
&lt;br /&gt;
Estas opciones le permiten definir la ruta predefinida que se aplicarán para los nuevos números DID que ordene. Sin embargo, aun podrá cambiar estas opciones en la página donde ordena el DID.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Accsetdefdidrou.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''CallerID Name Lookup''': Cuando esta opción está activa, el sistema realizará una búsqueda en la base de datos de LIBD/CNAM para buscar el nombre que corresponde al número de la persona que le llama con un CallerID de Estados Unidos o Canadá. El resultado de esta consulta será desplegado con el siguiente formato: &amp;quot;CallerID Name (CNAM)&amp;quot; &amp;lt;CallerID Number&amp;gt;, ej. &amp;quot;John S.&amp;quot; &amp;lt;5554443322&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''DID POP''': Aquí puede seleccionar el servidor desde el cual su Software/Dispositivo estará registrado o desde el cual recibirá la llamada.&lt;br /&gt;
 '''Note''': Siempre asegúrese de registrar su Software/Dispositivo al mismo servidor que eligió en esta opción para poder recibir las llamadas entrantes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Accset defdidrout2.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Routing''': Aquí puede seleccionar el destino para sus llamadas entrantes. Puede enviar la llamada directamente a una cuenta/subcuenta, a una [[Recepcionista Digital|recepcionista digital (Digital Receptionist (IVR))]], [[Llamadas en Cola (Calling Queues)|Calling Queues]], transferir la llamada a un número externo [[Desvío de Llamadas (Call Forwarding)|(Call Forwarding)]], etc.&lt;br /&gt;
&lt;br /&gt;
'''Aditional Failover Options''': Esta opción le permite definir qué sucederá con la llamada si el destino se encuentra ocupado('''Busy''' ), inalcanzable ('''Unreachable''') o no contesta ('''No Answer'''). &lt;br /&gt;
&lt;br /&gt;
 Nota: Puede cambiar estas opciones u otras, más adelante en Customer Portal&amp;gt;&amp;gt;DID Numbers&amp;gt;&amp;gt;Manage DID(s).&lt;br /&gt;
&lt;br /&gt;
== Boletin (Newsletter) ==&lt;br /&gt;
&lt;br /&gt;
'''Newsletter Subscription''': Puede elegir si desea o no recibir el boletín de noticias de VoIP.ms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Accset news.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
== Avanzadas (Advanced) ==&lt;br /&gt;
&lt;br /&gt;
Con estas opciones puede determinar cuál codec va a permitir que se usen con su cuenta, el modo de DTMF y las opciones de NAT. Estas opciones son recomendadas para usuarios avanzados.&lt;br /&gt;
[[File:Accset adv.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''NAT (Network Address Translation)''': Ponga esta opción en '''YES''' si está utilizando NAT. Si no está seguro de qué significa esta opción, es recomendable que la deje en '''YES'''.&lt;br /&gt;
&lt;br /&gt;
'''DTMF Mode''': Esto le permite seleccionar el modo de DTMF (tonos) que se utilizará para su cuenta principal. Si selecciona AUTO el modo RFC2833 (AVT) va ser utilizado por defecto y se cambiará automáticamente a INBAND si una de las dos partes de la llamada no soporta RFC2833.&lt;br /&gt;
 Nota: Es recomendable que seleccione el mismo modo de DTMF en su dispositivo.&lt;br /&gt;
&lt;br /&gt;
'''Allowed Codecs''': Esta opción le permite seleccionar los codecs que se utilizarán con el servicio, puede seleccionar si desea habilitar todos los codecs o sólo algunos.&lt;br /&gt;
&lt;br /&gt;
 Nota: Es recomendable que seleccione Allow All y sólo lo cambie si tiene alguna específica razón para hacerlo.&lt;br /&gt;
&lt;br /&gt;
[[category:Guías]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Phone_book</id>
		<title>Phone book</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Phone_book"/>
				<updated>2015-03-13T17:11:21Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Phone Book feature allows you to configure Speed-Dial entries and [[Caller ID]] name (CNAM) overrides. For example, let´s say you have a Customer, Provider or Relative that you call frequently, you can create a Phone Book entry in order to make a call using a speed-dial entry of 4 digits long. &lt;br /&gt;
&lt;br /&gt;
Additionally you can have a [[Caller ID]] name (CNAM) override to identify the calls of an important customer if his number doesn't have a proper [[Caller ID]] name (CNAM) linked to it. &lt;br /&gt;
&lt;br /&gt;
You can also use the Phone Book entries with our Virtual Fax and SMS features. When sending from both features, the field will instantly show you the available entries to choose from when you start inputting either a number or a name from the Phone Book. You will also see the name configured in the Phone Book for received messages. &lt;br /&gt;
&lt;br /&gt;
This guide will help you to configure and learn how to use properly the Phone Book.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Phone Book Purposes ==&lt;br /&gt;
&lt;br /&gt;
Before creating the Phone Book entry, we are going to explain the main purposes of this feature:&lt;br /&gt;
&lt;br /&gt;
=== Speed-Dial ===&lt;br /&gt;
&lt;br /&gt;
You can create a Phone Book entry to work as a Speed-Dial, allowing you to place a call by pressing a reduced number of keys. This function is particularly useful if you dial certain numbers on a regular basis. You can program a speed dial to local, long distance or international numbers, you can also have a [[SIP URI]] (like *7501 to dial john@other-sip-provider.com).&lt;br /&gt;
&lt;br /&gt;
The prefix to dial your speed dial entries is *75. Example: If you want to dial entry 01, you need to dial *7501 from your phone. It's not currently possible to use a different prefix. You may have up to 99 Speed-Dial entries.&lt;br /&gt;
&lt;br /&gt;
=== CallerID-name (CNAM) Override ===&lt;br /&gt;
&lt;br /&gt;
When you receive an incoming call to one of your numbers that matches a phone number in the Phone Book, the CNAM of the incoming call can be set in the entry on the Phone Book. For example, let´s say that you have an entry with the number 5554443322 associated with the name &amp;quot;John Smith&amp;quot;, whenever you receive a phone call for that number you will see the CNAM as &amp;quot;John Smith&amp;quot;. The Phone Book feature overrides the CNAM look up feature (if you have enabled it for your DID number).&lt;br /&gt;
&lt;br /&gt;
For the name display from Phone Book to operate correctly, the displayed number must be written as it appears in the [[Call Detail Records]] - for North American numbers this will usually be ten digits without the leading +1.&lt;br /&gt;
&lt;br /&gt;
=== CallerID Number Override ===&lt;br /&gt;
&lt;br /&gt;
When you call one number using the Speed-Dial if you have setup a &amp;quot;CallerID Number Override&amp;quot; the default [[Caller ID|caller ID number]] will be changed for the one you have configured in your phone book entry.&lt;br /&gt;
&lt;br /&gt;
== Setup a Phone Book ==&lt;br /&gt;
&lt;br /&gt;
First go to your Customer Portal and follow the menu option &amp;quot;DID Numbers&amp;quot; &amp;gt;&amp;gt; &amp;quot;Phone Book&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Phone book.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
From this screen you can create, edit and delete Phone Book entries. Your Phone Book may contain a total of 500 entries.&lt;br /&gt;
&lt;br /&gt;
=== Create a Phone Book Entry with a Phone Number ===&lt;br /&gt;
&lt;br /&gt;
To create an entry, first click on the button &amp;quot;Add Phone Number&amp;quot;, you will be prompted to the next screen:&lt;br /&gt;
&lt;br /&gt;
 '''Note:''' You can have up to 500 phone book entries, regardless if they are using Speed Dial or not.&lt;br /&gt;
&lt;br /&gt;
[[File:Pb entry.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
'''Speed Dial''': Here you only need to select which Speed-Dial you want to assign to this number. ''Optional Field.''&lt;br /&gt;
&lt;br /&gt;
'''Name''': You can enter here the name that you want to use as CNAM Override. ''Mandatory field.''&lt;br /&gt;
&lt;br /&gt;
'''Phone Number''':  Enter here the phone number. ''Mandatory field.''&lt;br /&gt;
&lt;br /&gt;
You can also use an International Number, you only need to make sure to use the prefix 00 or 011 to make the call to the number. Make sure that you have enabled the International Calls in your account. &lt;br /&gt;
&lt;br /&gt;
 '''Note''': The CallerID Number is not 100% guaranteed to be passed properly for International Routes at the moment.&lt;br /&gt;
&lt;br /&gt;
'''CallerID Number Override''': Enter here the number you want to pass. This overrides the default callerID Number. ''Optional field.''&lt;br /&gt;
&lt;br /&gt;
'''Note''': Here you can set a note to identify the entry. ''Optional field.''&lt;br /&gt;
&lt;br /&gt;
=== Create a Phone Book Entry with a SIP URI ===&lt;br /&gt;
&lt;br /&gt;
Creating a Phone Book Entry for a [[SIP URI]] is basically the same as creating the entry for a Phone Number. The difference is that you can select or create the [[SIP URI]] entry in this point in order to assign a Speed-Dial code . The information is selected for the [[SIP URI]] feature within your Customer Portal.&lt;br /&gt;
&lt;br /&gt;
[[File:Pb entry sipuri.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
'''SIP URI''': Here you can either select '''Use Existing''' or '''Create New''' to assign the [[SIP URI]] to your Phone Book entry.&lt;br /&gt;
&lt;br /&gt;
=== Import or Export the Phone Book ===&lt;br /&gt;
&lt;br /&gt;
[[File:Imp exp pb.jpg]]&lt;br /&gt;
&lt;br /&gt;
Additionally you can import or export your Phone Book, the format is CSV (Comma-separated values). Here's an example of what the information should look like when you export your Phone Book. &lt;br /&gt;
&lt;br /&gt;
 *7501,&amp;quot;John Smith&amp;quot;,5554443322&lt;br /&gt;
 *7502,&amp;quot;John Doe&amp;quot;,johndoe@other-provider.com&lt;br /&gt;
&lt;br /&gt;
 '''Note''': If you mark the box '''Overwrite Existing Phone Book Entries''' while Importing your Phone Book, then all your existing Phone Book entries with a &lt;br /&gt;
 Speed Dial will be updated only with a valid match for the same Speed Dial in your uploaded file.&lt;br /&gt;
&lt;br /&gt;
[[category:guides]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Calculando_mis_gastos</id>
		<title>Calculando mis gastos</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Calculando_mis_gastos"/>
				<updated>2015-01-19T19:41:44Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: Removed Bank Wire details on Banks and Western Union info.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;VoIP.ms le ofrece las herramientas necesarias que le permiten calcular sus gastos, sin margen de error.&lt;br /&gt;
&lt;br /&gt;
Antes de iniciar, recuerde que el sistema de VoIP.ms aplica los cargos de las llamadas entrantes y salientes de manera separada. Por ejemplo: si usted tuviera un numero DID de USA ( para recibir llamadas ), el costo podría ser $0.99 USD mensuales y de $0.01 USD por minuto entrante. Sin embargo esto no afecta en nada el costo por llamadas salientes de acuerdo a nuestros precios por minuto por destino, por ejemplo: llamadas hacia USA48 y Canadá con ruta PREMIUM están a $0.01 (1.00¢) USD por minuto.&lt;br /&gt;
&lt;br /&gt;
Por favor, hay que tomar en cuenta que este es un servicio de Pre Pago y que es necesario tener saldo positivo en su cuenta para usarlo, en este caso el deposito mínimo es de $25.00 USD. A continuación se menciona como agregar saldo en la cuenta.&lt;br /&gt;
&lt;br /&gt;
== Agregando Fondos ==&lt;br /&gt;
&lt;br /&gt;
Esto es realmente sencillo, desde el portal del cliente vaya a la opción &amp;gt;&amp;gt;Finances -&amp;gt; Add Funds, desde ahí usted encontrará las siguientes posibilidades y pantalla:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:addfunds2013.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
*PayPal&lt;br /&gt;
&lt;br /&gt;
Este tipo de pagos, usualmente son aplicados inmediatamente. Sin embargo, algunas veces, PayPal toma más tiempo para acreditarlos. Si su pago no se muestra en el balance de su cuenta es posible que PayPal haya decidido revisarlo( esta situación esta fuera de nuestro control, una vez revisado el pago, usualmente ellos lo liberan para ser aplicado ), le recomendamos verificar el status de sus pagos desde el portal de PayPal   &lt;br /&gt;
mediante el número de transacción( TRX ID number ).&lt;br /&gt;
&lt;br /&gt;
Si su pago fue realizado mediante Echeck, PayPal toma usualmente de 3 a 5 días en acreditar estos fondos, por lo tanto este mismo tiempo se tomará para que sean reflejados en el balance de su cuenta.&lt;br /&gt;
&lt;br /&gt;
*Credit Card&lt;br /&gt;
&lt;br /&gt;
Aceptamos AMEX, VISA Y MASTER CARD&lt;br /&gt;
&lt;br /&gt;
*Bank Wire (El monto minimo para esta opción de pago es de 500 USD, tome en cuenta que se aplica un cargo de 15 USD para pagos menores a 1000 USD)&lt;br /&gt;
&lt;br /&gt;
 '''Nota Importante:''' para mayor información acerca de la opcion de pago Bank Wire , por favor contacte al personal de  &lt;br /&gt;
 soporte de Voip.ms via live chat o via ticket (a la dirección de correo electrónico: support@voip.ms).&lt;br /&gt;
&lt;br /&gt;
== Balance de su Cuenta ==&lt;br /&gt;
&lt;br /&gt;
Ahora podemos echarle un vistazo al balance actual de la cuenta. Desde el Portal del Cliente vaya al menú Finances, opcion Account Balance.&lt;br /&gt;
&lt;br /&gt;
[[File:Accountbalance.png]]&lt;br /&gt;
&lt;br /&gt;
Como puede observar en la imagen, también se muestran los cargos por aplicar relativos a su numero DID, esta información se muestra bajo el rango de tiempo de un dia, de 3 dias y de 7 dias. Cabe aclarar que no se aplicarán cargos en su cuenta cada 3 o cada 7 días , únicamente se aplicarán llegado el día de cobro.&lt;br /&gt;
&lt;br /&gt;
== Historial de Transacciones ==&lt;br /&gt;
&lt;br /&gt;
Para checar todas las transacciones en su cuenta, desde el portal del cliente, menú Finances, opción Transaction History.&lt;br /&gt;
&lt;br /&gt;
[[File:Transactionhistory.png]]&lt;br /&gt;
&lt;br /&gt;
Ahi le será mostrada la información relacionada a los pagos mensuales por sus números DID, las tarifas por la compra del número, también puede ver los fondos que usted haya agregado o cargos por alguna solicitud de porteo que haya iniciado, etc.&lt;br /&gt;
&lt;br /&gt;
 '''Nota Importante:'''Asegúrese de seleccionar el rango de fechas adecuado al generar información en esta sección, en la parte  &lt;br /&gt;
 inferior de la pagina usted podrá ver el numero exacto de movimientos en el período de tiempo establecido para el reporte.&lt;br /&gt;
&lt;br /&gt;
== La Factura ==&lt;br /&gt;
&lt;br /&gt;
Todos los detalles de la información antes mencionada pueden encontrarse en un sólo lugar, la factura. Desde el portal del cliente, menu Finances, opcion Generate Invoice.&lt;br /&gt;
&lt;br /&gt;
[[File:Invoice2check.png]]&lt;br /&gt;
&lt;br /&gt;
De la misma manera en la seleccionamos el rango de fechas en el historial de transacciones podemos hacer lo mismo en esta sección, aqui no únicamente veremos las transacciones sino hasta los &amp;quot;Communication Charges&amp;quot;( que incluyen los cargos por llamadas entrantes y salientes ) del rango de tiempo seleccionado.&lt;br /&gt;
&lt;br /&gt;
 '''Nota importante:'''Hay una opción para generar la versión Canadiense de la factura, elaborada de acuerdo a las leyes de dicho pais.&lt;br /&gt;
&lt;br /&gt;
==  Registro de los Detalles de las LLamadas ==&lt;br /&gt;
&lt;br /&gt;
Puede ingresar a esta sección desde el portal del cliente, menú CDR and Reports, opción Call Detail Records. En este reporte es posible encontrar a detalle el cálculo de cada una de las llamadas entrantes y salientes de su cuenta y todas las subcuentas que pudiera contener. No olvide que la información mostrada dependerá de el rango de fechas seleccionado. Además se cuenta con diferentes filtros para mostrar únicamente la información deseada, por ejemplo en caso de que sólo quiera ver llamadas entrantes o salientes, o llamadas realizadas desde un cuenta o subcuenta en especifico, etc. Puede obtener mas detalles acerca de este reporte en esta liga: [[Call Detail Records]].&lt;br /&gt;
&lt;br /&gt;
== Notas Especiales ==&lt;br /&gt;
&lt;br /&gt;
*Si aun tiene dudas acerca de la forma en como se aplican los diferentes cargos en su cuenta, no dude en contactar al personal de soporte de VoIP.ms mendiante el servicio de chat o el de tickets.&lt;br /&gt;
&lt;br /&gt;
*Por razones legales y de seguridad, el personal de soporte de Voip.ms no está autorizado para borrar o cancelar ningún numero en la cuenta de ningún cliente, a menos que el número nunca hubiese funcionando correctamente. Una vez que un número es comprado, este será responsabilidad del titular de la cuenta. Un número DID en cualquier cuenta generara cargos mensuales de acuerdo a su plan, estos cargos serán cobrados incluso si la cuenta no tuviera fondos. Es responsabilidad del titular de la cuenta borrar cualquier número que ya no se utilizará. Voip.ms se reserva el derecho de borrar números de las cuentas con balance negativo, posterior a haber notificado a dichos clientes via correo electrónico.&lt;br /&gt;
&lt;br /&gt;
*Tome en cuenta que el sistema de VoIP.ms dispone de un sistema de notificaciones para ser informado a la dirección de correo electrónico que usted desee cuando el balance de la cuenta ha alcanzado cierta cantidad, esto puede ser configurado desde el portal del cliente, main menu, opción account settings, sub menu notifications.&lt;br /&gt;
&lt;br /&gt;
[[category:Guías]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Primeros_Pasos</id>
		<title>Primeros Pasos</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Primeros_Pasos"/>
				<updated>2015-01-19T19:38:46Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: /* Agregando Fondos */ - Deleted Western Union.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Esta guía le ayudará para empezar a usar su cuenta [http://voip.ms Voip.ms] y sus opciones, de acuerdo a las necesidades de su negocio o de su uso personal. Una cuenta nueva puede estar relacionada con muchas preguntas, la mayoría de estas pueden ser contestadas por el personal de soporte mediante el chat en vivo o por el sistema de tickets, sin embargo la información de éste articulo pretende hacer más sencillo su primer contacto con VoIP.&lt;br /&gt;
&lt;br /&gt;
== Creando su cuenta ==&lt;br /&gt;
&lt;br /&gt;
Usted puede crear de manera gratuita su cuenta, solo ingrese a esta liga: [https://www.voip.ms/signup.php Signup], ahi tendrá acceso a la página de ingreso, por favor ingrese la información solicitada y envíe su solicitud. Una vez completado este proceso, usted recibirá la confirmación mediante correo electrónico( esto valida la cuenta y la dirección de correo que usted proporciono en la página de ingreso ).&lt;br /&gt;
&lt;br /&gt;
 Recuerde revisar todas las carpetas de su correo electrónico, para confirmar que usted recibió la confirmación, sino la recibiera, por favor  &lt;br /&gt;
 contacte a VoIP.ms en la dirección : support@voip.ms&lt;br /&gt;
&lt;br /&gt;
[[File:Signup11.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Una vez completado este proceso, tenga en mente que es exactamente lo que usted quiere hacer con su cuenta. La primera vez que entre al portal del cliente será importante revisar esta sección [http://wiki.voip.ms/article/Account_Settings Account Settings], de esta manera usted podrá conocer un poco mejor las diferentes opciones que el sistema ofrece para configurar su cuenta.&lt;br /&gt;
'''&lt;br /&gt;
&lt;br /&gt;
== Agregando Fondos==&lt;br /&gt;
&lt;br /&gt;
Para realizar o recibir llamadas mediante el servicio de VoIP.ms, usted necesitará agregar fondos suficientes en su cuenta, recuerde que éste en un servicio pre-pagado, el monto agregado( mínimo $25 USD ) se reflejará en el balance de la cuenta, usted puede encontrar ésta opción en el menu &amp;quot;Finances&amp;quot; del portal del cliente.&lt;br /&gt;
&lt;br /&gt;
[[File:addfunds.jpg]]&lt;br /&gt;
&lt;br /&gt;
Agregar fondos es un proceso sencillo, estando en el portal del cliente -&amp;gt; menú Finances -&amp;gt; opción Add funds. Usted podrá agregar fondos utilizando alguna de las diferentes opciones que se ofrecen: PayPal, Credit Card( cuyo monto mínimo es $25 USD ), o Bank Wire ( contacte al personal de VoIP.ms para obtener más detalles acerca de estas opciones ).&lt;br /&gt;
&lt;br /&gt;
Usted puede monitorear el balance de su cuenta, para llevar un control de sus gastos visite esta [[Calculando mis gastos|liga]].&lt;br /&gt;
&lt;br /&gt;
Recuerde que con VoIP.ms, las llamadas entrantes y salientes se cobran por separado. Por ejemplo, si usted compra un numero DID de USA( para recibir llamadas ), el costo puede ser de $0.99 USD mensuales y una tarifa por minuto de $0.01 USD. Todas las llamadas salientes se cobrarán de acuerdo a nuestras tarifas([http://voip.ms/rates.php Termination Rates]) bajo un esquema por minuto, por ejemplo: la tarifa por minuto para llamar a USA48 es de $0.0105 USD.&lt;br /&gt;
&lt;br /&gt;
== Llamadas Salientes ==&lt;br /&gt;
&lt;br /&gt;
Si usted quiere usar los servicios de VoIP.ms para realizar llamadas salientes, necesitará primero tener un &amp;quot;dispositivo&amp;quot; o &amp;quot;softphone&amp;quot;. Es posible usar los servicios de VoIP.ms con cualquier dispositivo( no bloqueado ), servidor o aplicación que soporte los protocolos &amp;quot;SIP&amp;quot; o &amp;quot;IAX2&amp;quot;, incluidos softphones gratuitos como X-lite, PBX asterisk, Voxalot, Trixbox, adaptadores ATA, teléfonos VoIP, hardware CISCO, Switches VOIP, etc. En resumidas cuentas, cualquier hardware or software que soporte alguno de los protocolos que ofrece VoIP.ms.&lt;br /&gt;
&lt;br /&gt;
Una vez que decida que dispositivo utilizará con el servicio, será necesario configurar dicho dispositivo con las credenciales de la cuenta que usted recibió al momento de crearla. Su número de cuenta consiste en un número de 6 dígitos, por ejemplo: 100000, junto con esta cuenta usted tiene una clave( el password que utiliza para entrar al portal del cliente ), la cual puede ser cambiada en cualquier momento desde las opciones de configuración de la cuenta. Ademas de eso, usted necesita el nombre de alguno de los servidores de VoIP.ms para obtener registro, para decidir cuál de ellos utilizar es recomendable checar esta [[Elegir servidor|liga]]. Incluso podría enviar algunos &amp;quot;pings&amp;quot; para determinar cuál de ellos le proporciona una menor latencia, o si usted lo decide puede usar el servidor más cercano a su ubicación.&lt;br /&gt;
&lt;br /&gt;
[[File:Info11.jpg]]&lt;br /&gt;
&lt;br /&gt;
 Para mas información acerca de los ejemplos de configuración de diferentes dispositivos, puede visitar esta [[Devices|liga]].&lt;br /&gt;
&lt;br /&gt;
Una vez que su cuenta esta registrada, marque &amp;quot;4443&amp;quot; para alcanzar &amp;quot;echo test&amp;quot;, esta herramienta es útil para probar la calidad de la linea inicialmente, dado que usted puede alcanzar este número sin necesidad de tener fondos en su cuenta. Una vez que usted decide agregar fondos a su cuenta, podrá alcanzar cualquier destino, no olvide revisar los costos por minuto de acuerdo al destino en el portal del cliente, además de obtener tener una mejor idea del [[Costo del servicio|Costo del servicio]].&lt;br /&gt;
&lt;br /&gt;
== Llamadas entrantes ==&lt;br /&gt;
&lt;br /&gt;
Para recibir llamadas entrantes mediante el sistema de VoIP.ms, necesita tener un número DID en su cuenta, el cuál funciona como cualquier número regular usado para recibir llamadas entrantes, además, es posible recibir llamadas entrantes mediante [[Dirección URI (SIP URI)|SIP URI]] usando una [[Sub Cuentas (Sub Accounts)|Sub Cuenta]], tome en cuenta que para usar la mayoría de las opciones incluidas en el portal será necesario tener un número DID.&lt;br /&gt;
&lt;br /&gt;
Usted dispone de diferentes opciones para tener un número DID, podría ser un número local de USA o CAN, un número Internacional o un número Toll free. Además se encuentran otras alternativas como los números Virtuales o iNums. Para ordenar el número que mejor se adapte a sus necesidades, lo puede hacer desde el portal del cliente  -&amp;gt; menú DID numbers -&amp;gt; opción order DID.&lt;br /&gt;
&lt;br /&gt;
[[File:did11.jpg]]&lt;br /&gt;
&lt;br /&gt;
Una vez que ordena un número DID, lo puede ver en su cuenta desde el portal del cliente -&amp;gt; menú DID numbers -&amp;gt; opción Manage DID, en esta sección tendrá las diferentes opciones para configurar su número. Le podemos sugerir, primero, rutear éste número hacia la opción System -&amp;gt; echo test, de esta manera al marcarlo desde una línea local usted podrá comprobar que funciona correctamente.&lt;br /&gt;
&lt;br /&gt;
He aqui algunas de las opciones de ruteo para un número DID:&lt;br /&gt;
&lt;br /&gt;
* Main or [[Sub Cuentas (Sub Accounts)|Sub Cuenta]] ( en pocas palabras, esto significa que usted podrá apuntar su número a un dispositivo o equipo previamente registrado ).&lt;br /&gt;
&lt;br /&gt;
* [[Recepcionista Digital|Recepcionista Digital]] esta opción es útil para administrar las llamadas entrantes a su negocio y dirigirlas hacia determinada extensión, persona o departamento.&lt;br /&gt;
&lt;br /&gt;
* [[Llamadas en Cola (Calling Queues)|Llamadas en Cola (Calling Queues)]] (Los miembros de la cola, al estar logueados, pueden contestar las llamadas entrantes).&lt;br /&gt;
&lt;br /&gt;
* [[Condiciones de Tiempo (Time Conditions)|Condiciones de Tiempo (Time Conditions)]] (Es posible establecer diferentes destinos para la llamada entrante de acuerdo al momento del día en el que se recibe).&lt;br /&gt;
&lt;br /&gt;
* [[Desvío de Llamadas (Call Forwarding)|Desvío de Llamadas (Call Forwarding)]] (De esta forma, usted puede re-dirigir sus llamadas a un número externo como una linea local o un celular).&lt;br /&gt;
&lt;br /&gt;
* [[Dirección URI (SIP URI)]Dirección URI (SIP URI)], para alcanzar a otra persona o compañía mediante una dirección SIP URI.&lt;br /&gt;
&lt;br /&gt;
* [[Timbre En Grupo (Ring Groups)|Timbre En Grupo (Ring Groups)]] ( Al tener múltiples dispositivos registrados, usando diferentes subcuentas, es posible dirigir las llamadas a todos estos dispositivos mediante esta opción).&lt;br /&gt;
&lt;br /&gt;
* [[Grabaciones (Recordings)|Grabaciones (Recordings)]], reproduce una grabación para las personas que llamen a su número DID.&lt;br /&gt;
&lt;br /&gt;
* [[Regreso de LLamada (Callback)|Regreso de LLamada (Callback)]], (para realizar llamadas desde un dispositivo externo mediante el sistema de VoIP.ms).&lt;br /&gt;
&lt;br /&gt;
* [[Acceso directo al sistema interno (DISA)|Acceso directo al sistema interno (DISA)]] ( parecido a la opción anterior, pero aquí deberá ingresar un PIN para realizar llamadas ).&lt;br /&gt;
&lt;br /&gt;
* [[Buzón de voz (Voicemail)|Buzón de voz (Voicemail)]] ( Las personas que le llamen, tendrán la opción de dejar un mensaje en su buzon de voz, para que posteriormente usted los contacte, si así lo desea.).&lt;br /&gt;
&lt;br /&gt;
* '''System (Principalmente utilizado para echo test y otras respuestas del sistema, como el tono de ocupado o un mensaje para las llamadas no deseadas).'''&lt;br /&gt;
&lt;br /&gt;
== SubCuentas ==&lt;br /&gt;
&lt;br /&gt;
La mayoría de los usuarios de VoIP.ms que han creado una cuenta recientemente, probablemente tengan preguntas acerca de [[Sub Cuentas (Sub Accounts)|Sub Cuentas (Sub Accounts)]], ¿Para que son?, ¿cual es el beneficio de crearlas?&lt;br /&gt;
&lt;br /&gt;
[[File:sub11.jpg]]&lt;br /&gt;
&lt;br /&gt;
Con VoIP.ms usted tiene la posibilidad de registrar más de un dispositivo ( softphone o sistema ) de manera simultanea, esto se puede lograr usando las subcuentas. O quizá, si usted desea crear subcuentas para sus sus familiares o amigos, de esta manera ellos también podrían usar el servicio de VoIP.ms para realizar y recibir llamadas.&lt;br /&gt;
&lt;br /&gt;
Usted puede crear todas las subcuentas que pudiera necesitar, de acuerdo al número de dispositivos que quiera registrar al mismo tiempo. Por favor, tenga en cuenta, que las subcuentas no son necesarias si sus dispositivos no están registrados simultáneamente.( Usted podría utilizar su cuenta principal para registrar el dispositivo de su casa y el de su oficina, siempre y cuando no lo haga de manera simultanea. )&lt;br /&gt;
&lt;br /&gt;
 Registrar más de un dispositivo de manera simultanea no es recomendable por que pueden causar algunos problemas de conectividad.&lt;br /&gt;
&lt;br /&gt;
Cuando usted crea una subcuenta, es como tener cuentas adicionales, pero administradas todas en conjunto, para esto usted obtiene un diferente user ID y password por cada subcuenta para obtener registro en alguno de sus dispostiivos.&lt;br /&gt;
 '''Por ejemplo :'''&lt;br /&gt;
 '''Subcuenta : 100000_101'''&lt;br /&gt;
 '''Password : el password que estableció al momento de crear la subcuenta'''&lt;br /&gt;
 '''Sip Proxy : atlanta.voip.ms'''&lt;br /&gt;
&lt;br /&gt;
Las subcuentas son útiles, además, para establecer comunicación entre 2 dispositivos, digamos que usted tiene 2 subcuentas registradas en el servidor: Atlanta.voip.ms, usted podrá realizar llamadas directamente entre una subcuenta y otra mediante las extensiones &amp;quot;internas&amp;quot;, éstas extensiones pueden ser configuradas durante el proceso de creación de las subcuentas, tome en cuenta que dichas extensiones podrán ser utilizadas como direcciones SIP URI.&lt;br /&gt;
&lt;br /&gt;
Usted siempre puede revisar el estado de su dispositivo( ATA o softphone ) desde el portal de cliente -&amp;gt; menú principal ( main menu ) -&amp;gt; opción portal home, ahi en la sección de registration status usted podrá confirmar cuales de sus sub cuentas están registradas correctamente.&lt;br /&gt;
&lt;br /&gt;
== Llamadas Internacionales ==&lt;br /&gt;
&lt;br /&gt;
Si usted pretende utilizar los servicios de VoIP.ms para realizar llamadas &amp;quot;internacionales&amp;quot;, tome en cuenta que por medidas de seguridad este tipo de llamadas están inhabilitadas por default en los settings de su cuenta. Usted puede habilitar esta opción desde el portal del cliente  -&amp;gt; menú principal ( main menu ) -&amp;gt; opción account settings  -&amp;gt; pestaña Account Restrictions. Si usted decidiera habilitar este tipo de llamadas, le recomendamos utilizar las siguientes restricciones que se encuentran en la misma pestaña Account settings:&lt;br /&gt;
&lt;br /&gt;
* Allow International calls( Permitir llamadas Internacionales. )&lt;br /&gt;
&lt;br /&gt;
* Max. Call Time for US48/Canadian Calls (Máximo tiempo permitido para una llamada hacia un numero que este incluido en nuestras rutas US48/CAN, una vez excedido este tiempo la llamada será terminada).&lt;br /&gt;
&lt;br /&gt;
* Max. Call Time for International Calls (Máximo tiempo permitido para una llamada internacional, una vez excedido el tiempo la llamada será terminada).&lt;br /&gt;
&lt;br /&gt;
* International Amount Restriction (Máximo monto permitido por minuto para llamadas internacionales, si el costo por minuto del destino al que usted desea llamar excede este valor, la llamada no se realizará).&lt;br /&gt;
&lt;br /&gt;
VoIP.ms actualmente ofrece nuevas opciones que pueden ayudar en la seguridad para este tipo de llamadas, las puede revisar desde la misma pestaña de &amp;quot;Account Restrictions&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:rest11.jpg]]&lt;br /&gt;
&lt;br /&gt;
 NOTA: Por medidas de seguridad, algunos destinos están bloqueados por default, revise esta liga: [[Desbloqueo de todas las llamadas internacionales]]&lt;br /&gt;
&lt;br /&gt;
== Registro de los detalles de las llamadas ==&lt;br /&gt;
&lt;br /&gt;
En su cuenta VoIP.ms, usted encontrará una sección llamada [[Registro de Llamadas (CDR)|CDR and Reports]], ahí usted podrá ver los registros de todas las llamadas realizadas y recibidas en su cuenta, los diferentes filtros disponibles le permiten una manera más sencilla para encontrar una llamada en especifico. &lt;br /&gt;
&lt;br /&gt;
[[File:cdr11.jpg]]&lt;br /&gt;
&lt;br /&gt;
* Búsqueda por un rango especifico de &amp;quot;Fechas&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Filtrado de llamadas de acuerdo al estado de las mismas: Contestadas, no contestadas, ocupado, falladas.&lt;br /&gt;
&lt;br /&gt;
* Filtrado de llamadas por tipo: salientes, entrantes, hacia un número DID en especifico.&lt;br /&gt;
&lt;br /&gt;
* Filtrado de llamadas por tipo cobro: llamadas cobradas, llamadas gratuitas.&lt;br /&gt;
&lt;br /&gt;
* Filtrado de llamadas por cuenta: cuenta principal o subcuentas.&lt;br /&gt;
&lt;br /&gt;
* Zona Horaria (De esta manera puede ver la hora de las llamadas de acuerdo a la zona horaria que aplica en su localidad )&lt;br /&gt;
&lt;br /&gt;
== Personal de Soporte ==&lt;br /&gt;
&lt;br /&gt;
Si en algún momento usted necesitará contactar al personal de soporte de VoIP.ms, lo puede hacer desde el portal del cliente -&amp;gt; menu support, desde ahí podrá crear un ticket e inclusive revisar los tickets previamente creados desde su cuenta. Además podrá encontrar los siguientes  links:&lt;br /&gt;
&lt;br /&gt;
[[Welcome|Bienvenido]]( página de bienvenida del wiki de VoIP.ms )&lt;br /&gt;
&lt;br /&gt;
[[Devices| Dispositivos]]( página de los ejemplos de configuración en la sección de wiki )&lt;br /&gt;
&lt;br /&gt;
[[File:chat17.jpg]]&lt;br /&gt;
&lt;br /&gt;
El personal de soporte le puede ayudar a solucionar diferentes situaciones, pero además puede encontrar información útil aqui:&lt;br /&gt;
&lt;br /&gt;
* [[Problemas de audio|Problemas de audio]]( En caso de que tenga problemas con la calidad de las llamadas )&lt;br /&gt;
&lt;br /&gt;
* [[Solucion de Problemas con su DID|Solucion de Problemas con su DID]] ( Para diagnosticar algún problema con su número DID )&lt;br /&gt;
&lt;br /&gt;
* [[Problemas Para Iniciar Sesión|Problemas Para Iniciar Sesión]] ( para solucionar problemas de acceso al portal )&lt;br /&gt;
&lt;br /&gt;
* [[Seguridad en PBX|Seguridad en PBX]] ( sugerencias para mejorar la seguridad en su sistema PBX )&lt;br /&gt;
&lt;br /&gt;
* [[Solución de problemas de llamadas salientes|Solución de problemas de llamadas salientes]] ( Para problemas con llamadas salientes )&lt;br /&gt;
&lt;br /&gt;
Desde la sección llamada &amp;quot;Feature Requests&amp;quot; usted puede realizar sus recomendaciones y sugerencias para generar mejores opciones en el sistema de VoIP.ms.&lt;br /&gt;
&lt;br /&gt;
== Sección de las Tarifas ==&lt;br /&gt;
&lt;br /&gt;
Si usted quiere saber la tarifa por minuto que aplicará para un determinado destino, puede obtener esta información desde el portal del cliente -&amp;gt; menú rates -&amp;gt; opción check rates online, ahí también encontrará algunos campos que le permiten agilizar esta búsqueda:&lt;br /&gt;
&lt;br /&gt;
[[File:rates11.jpg]]&lt;br /&gt;
&lt;br /&gt;
* '''Búsqueda por país''' (revise la lista de precios por país).&lt;br /&gt;
&lt;br /&gt;
* '''Prefijo de Número telefónico''' ( revise la tarifa de un número en particular).&lt;br /&gt;
&lt;br /&gt;
* [[Value vs. Premium|Value vs. Premium]] (Puede ver las tarifas por destino de acuerdo a la ruta: value o premium)&lt;br /&gt;
&lt;br /&gt;
[[category:Guías]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/VoIP.ms</id>
		<title>VoIP.ms</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/VoIP.ms"/>
				<updated>2014-12-26T22:15:31Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width: 100%; border: 0; padding: 0 0 0 0; background: transparent;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; |&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;height: {{#if:{{{1|}}}|115pt|100pt}}; border: 2px {{{border|orange}}} solid; background: {{{bgcolor|white}}}; width: 100%; margin-bottom: 0.5em;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0.5em; width: 100pt;&amp;quot; |  [[Image:Voipms-newlogo.jpg|center|300px|link=https://www.voip.ms/]]                                              &lt;br /&gt;
 &amp;lt;div style=&amp;quot;text-align:center; font-family:Arial; word-spacing: 60px&amp;quot;&amp;gt;&amp;lt;ins&amp;gt;'''[[Bienvenue|Français]]'''&amp;lt;/ins&amp;gt;  &amp;lt;ins&amp;gt;'''[[Bienvenido|Español]]'''&amp;lt;/ins&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                                                                        [[Image:Facebook-40.png|right|link=https://www.facebook.com/VoIP.ms]] [[Image:Google-plus-40.png‎|right|link=https://www.google.com/+voipms]] [[Image:Twitter-40.png|right|link=https://twitter.com/voipms]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;font-family:Arial; width:60%; border: 1px black solid; border-collapse:collapse&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr style=&amp;quot;background-color:orange; color: black&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;&amp;lt;ins&amp;gt;'''Popular Articles'''&amp;lt;/ins&amp;gt; &amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;&amp;lt;ins&amp;gt;'''Frequently Asked Questions'''&amp;lt;/ins&amp;gt; &amp;lt;/th&amp;gt; &lt;br /&gt;
    &amp;lt;th&amp;gt;&amp;lt;ins&amp;gt;'''Popular Devices'''&amp;lt;/ins&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Getting Started|Getting Started]] &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[FAQ#Can_I_port_my_existing_number_from_another_provider_to_VoIP.ms|Can I Port My Number...?]] &amp;lt;/td&amp;gt; &lt;br /&gt;
    &amp;lt;td&amp;gt;[[Cisco_SPA112|Cisco SPA112]]&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Call Forwarding|Call Forwarding]]  &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[FAQ#Can_I_use_my_existing_device_with_VoIP.ms_.3F|Can I Use My Existing device with VoIP.ms?]]&amp;lt;/td&amp;gt; &lt;br /&gt;
    &amp;lt;td&amp;gt;[[OBi_100/110|OBi 100/110]]&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Choosing Server|Choosing Server]]  &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt; [[FAQ#Can_I_register_2_different_devices_with_the_same_account_.3F|Can I Register 2 Different Devices...?]] &amp;lt;/td&amp;gt; &lt;br /&gt;
    &amp;lt;td&amp;gt;[[Grandstream_HandyTone_702_-_HT702|Grandstream HandyTone 702]]&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr &amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Manage DID|Manage DID]] &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[FAQ#What_are_the_IP_addresses_of_VoIP.ms.C2.B4_servers_.3F|What are the IP addresses of VoIP.ms´ servers ?]]&amp;lt;/td&amp;gt; &lt;br /&gt;
    &amp;lt;td&amp;gt;[[Cisco_Linksys_PAP2T|Cisco Linksys PAP2T]]&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;More in The Guides Section&amp;lt;/span&amp;gt;    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[FAQ|See all&amp;gt;]]    &amp;lt;/td&amp;gt; &lt;br /&gt;
    &amp;lt;td&amp;gt; [[Devices|See all&amp;gt;]] &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== VoIP.ms Wiki ==&lt;br /&gt;
&lt;br /&gt;
Welcome to VoIP.ms Community Wiki! &lt;br /&gt;
&lt;br /&gt;
In this wiki you can find guides, information and configuration examples for configuring your PBX, Device or Softphone. &lt;br /&gt;
&lt;br /&gt;
Please note that this is a work in progress and continuously evolving.&lt;br /&gt;
&lt;br /&gt;
We encourage users from the community to collaborate along with VoIP.ms staff to add guides, information and other articles pertinent to the service and products. &lt;br /&gt;
&lt;br /&gt;
If you want to help by contributing with a new article or adding information to existing articles, please write to support@voip.ms requesting for edit permission for the username you use in this wiki.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
[[Image:Download.jpg|left|50x75px|link=https://livechat.boldchat.com/aid/2947277729005480016/bc.chat?cwdid=60236691424546376&amp;amp;url=https%3A//www.voip.ms/]][https://livechat.boldchat.com/aid/2947277729005480016/bc.chat?cwdid=60236691424546376&amp;amp;url=https%3A//www.voip.ms/ '''Live Chat Support''']  [[Image:Download (1).png|50x75px|link=https://www.voip.ms/contactus.php]]  '''1.877.7.VOIP.MS or 1.214.615.8599'''   [[Image:Download.png|50x75px|link=https://www.voip.ms/contactus.php]] '''support@voip.ms'''&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration Samples==&lt;br /&gt;
&amp;lt;table style=&amp;quot;font-family:Arial; width:60%; border: 0px black solid; border-collapse:collapse&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr width=100%&amp;gt;&lt;br /&gt;
    &amp;lt;th width=33%&amp;gt;[[File:Pbx.png|80x175px|link=PBXs]]&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th width=33%&amp;gt;[[File:Devices.png|150x175px|link=Devices]] &amp;lt;/th&amp;gt; &lt;br /&gt;
    &amp;lt;th width=33%&amp;gt;[[File:Softphones.png|175x200px|link=Softphones]]&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/VoIP.ms</id>
		<title>VoIP.ms</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/VoIP.ms"/>
				<updated>2014-12-24T21:50:26Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width: 100%; border: 0; padding: 0 0 0 0; background: transparent;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; |&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;height: {{#if:{{{1|}}}|115pt|100pt}}; border: 2px {{{border|darkorange}}} solid; background: {{{bgcolor|white}}}; width: 100%; margin-bottom: 0.5em;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0.5em; width: 100pt;&amp;quot; |  [[Image:Voipms-newlogo.jpg|center|300px|link=https://www.voip.ms/]]                                              &lt;br /&gt;
 &amp;lt;div style=&amp;quot;text-align:center; font-family:Arial; word-spacing: 60px&amp;quot;&amp;gt;&amp;lt;ins&amp;gt;'''[[Bienvenue|Français]]'''&amp;lt;/ins&amp;gt;  &amp;lt;ins&amp;gt;'''[[Bienvenido|Español]]'''&amp;lt;/ins&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                                                                        [[Image:Facebook-40.png|right|link=https://www.facebook.com/VoIP.ms]] [[Image:Google-plus-40.png‎|right|link=https://www.google.com/+voipms]] [[Image:Twitter-40.png|right|link=https://twitter.com/voipms]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== VoIP.ms Wiki ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;font-family:Arial; width:60%; border: 1px black solid; border-collapse:collapse&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr style=&amp;quot;background-color:gray; color: white&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;&amp;lt;ins&amp;gt;'''Popular Articles'''&amp;lt;/ins&amp;gt; &amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;&amp;lt;ins&amp;gt;'''Frequently Asked Questions'''&amp;lt;/ins&amp;gt; &amp;lt;/th&amp;gt; &lt;br /&gt;
    &amp;lt;th&amp;gt;&amp;lt;ins&amp;gt;'''Popular Devices'''&amp;lt;/ins&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Getting Started|Getting Started]] &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[FAQ#Can_I_port_my_existing_number_from_another_provider_to_VoIP.ms|Can I Port My Number...?]] &amp;lt;/td&amp;gt; &lt;br /&gt;
    &amp;lt;td&amp;gt;[[Cisco_SPA112|Cisco SPA112]]&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Call Forwarding|Call Forwarding]]  &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[FAQ#Can_I_use_my_existing_device_with_VoIP.ms_.3F|Can I Use My Existing device with voIP.ms?]]&amp;lt;/td&amp;gt; &lt;br /&gt;
    &amp;lt;td&amp;gt;[[OBi_100/110|OBi 100/110]]&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Choosing Server|Choosing Server]]  &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt; [[FAQ#Can_I_register_2_different_devices_with_the_same_account_.3F|Can I Register 2 Different Devices...?]] &amp;lt;/td&amp;gt; &lt;br /&gt;
    &amp;lt;td&amp;gt;[[Grandstream_HandyTone_702_-_HT702|Grandstream HandyTone 702]]&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr &amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Manage DID|Manage DID]] &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[FAQ#What_are_the_IP_addresses_of_VoIP.ms.C2.B4_servers_.3F|What are the IP addresses of VoIP.ms´ servers ?]]&amp;lt;/td&amp;gt; &lt;br /&gt;
    &amp;lt;td&amp;gt;[[Cisco_Linksys_PAP2T|Cisco Linksys PAP2T]]&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;More in The Guides Section&amp;lt;/span&amp;gt;    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[FAQ|See all&amp;gt;]]    &amp;lt;/td&amp;gt; &lt;br /&gt;
    &amp;lt;td&amp;gt; [[Devices|See all&amp;gt;]] &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
                                                            &lt;br /&gt;
                                                                                                &lt;br /&gt;
                                           &lt;br /&gt;
                                            &lt;br /&gt;
                                                          &lt;br /&gt;
&lt;br /&gt;
Welcome to VoIP.ms Community Wiki! &lt;br /&gt;
&lt;br /&gt;
In this wiki you can find guides, information and configuration examples for configuring your PBX, Device or Softphone. &lt;br /&gt;
&lt;br /&gt;
Please note that this is a work in progress and continuously evolving.&lt;br /&gt;
&lt;br /&gt;
We encourage users from the community to collaborate along with VoIP.ms staff to add guides, information and other articles pertinent to the service and products. &lt;br /&gt;
&lt;br /&gt;
If you want to help by contributing with a new article or adding information to existing articles, please write to support@voip.ms requesting for edit permission for the username you use in this wiki.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==PBX==&lt;br /&gt;
An acronym for Private Branch eXchange. PBX telephone systems support incoming calls from the outside PSTN, placing calls between users' phones (also known as extensions) and other phones or the outside PSTN, conferencing other users together, recording voicemails and a variety of other advanced telecommunication functions. PBX systems are broadly broken into several categories: traditional (also known as legacy); converged (also known as hybrid) or pure IP, aka IP-PBX.&lt;br /&gt;
&lt;br /&gt;
* '''Traditional PBX''' systems usually either don't support IP at all or they support it only with expensive add-on equipment.&lt;br /&gt;
* '''Converged PBX''' systems support IP and PSTN connections with equal force. It is the most flexible and cost-effective model.&lt;br /&gt;
* '''IP-PBX''' systems, as the name implies, support only IP connectivity. Any PSTN connectivity must be achieved through external converters, known as Gateways.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''PBX Examples'''&lt;br /&gt;
&lt;br /&gt;
If you have a PBX and would like to see some examples on how to configure it, you can check our [[PBXs|PBX's]] article&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Devices==&lt;br /&gt;
To be able to place or receive calls using VoIP, you may need a hardware setup that will allow you to use your regular phone (ATA) or a special phone that connects directly to VoIP networks (IP Phone).&lt;br /&gt;
&lt;br /&gt;
* '''ATA:''' An '''Analog Telephone Adapter'''  is a device used to connect one or more standard analog telephones to a digital telephone system (such as Voice over IP) or a non-standard telephone system.&lt;br /&gt;
* '''IP Phone:''' An IP Phone uses voice over IP (VoIP) technologies allowing telephone calls to be made over an IP network such as the Internet instead of the ordinary PSTN system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Devices Examples'''&amp;lt;br&amp;gt;&lt;br /&gt;
If you have a specific device and would like to see some examples on how to configure it, you can check our [[Devices|Devices]] article&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Softphones==&lt;br /&gt;
A softphone is a software program for making telephone calls over the Internet using a general purpose computer, rather than using dedicated hardware. Often a softphone is designed to behave like a traditional telephone, sometimes appearing as an image of a phone with a display panel and buttons with which the user can interact. A softphone is usually used with a headset connected to the sound card of the PC.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Softphone Examples'''&lt;br /&gt;
&lt;br /&gt;
If you have a Softphone and would like to see examples on how to configure it, you can check our [[Softphones|Softphones]] article&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/VoIP.ms</id>
		<title>VoIP.ms</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/VoIP.ms"/>
				<updated>2014-12-24T18:40:25Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width: 100%; border: 0; padding: 0 0 0 0; background: transparent;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; |&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;height: {{#if:{{{1|}}}|115pt|100pt}}; border: 2px {{{border|darkorange}}} solid; background: {{{bgcolor|white}}}; width: 100%; margin-bottom: 0.5em;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0.5em; width: 100pt;&amp;quot; |  [[Image:Voipms-newlogo.jpg|center|300px|link=https://www.voip.ms/]]                                              &lt;br /&gt;
 &amp;lt;div style=&amp;quot;text-align:center; font-family:Arial; word-spacing: 60px&amp;quot;&amp;gt;&amp;lt;ins&amp;gt;'''[[Bienvenue|Français]]'''&amp;lt;/ins&amp;gt;  &amp;lt;ins&amp;gt;'''[[Bienvenido|Español]]'''&amp;lt;/ins&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                                                                        [[Image:Facebook-40.png|right|link=https://www.facebook.com/VoIP.ms]] [[Image:Google-plus-40.png‎|right|link=https://www.google.com/+voipms]] [[Image:Twitter-40.png|right|link=https://twitter.com/voipms]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== VoIP.ms Wiki ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;font-family:Arial; width:60%; border: 1px black solid; border-collapse:collapse&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr style=&amp;quot;background-color:gray; color: white&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;&amp;lt;ins&amp;gt;'''Popular Articles'''&amp;lt;/ins&amp;gt; &amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;&amp;lt;ins&amp;gt;'''Frequently Asked Questions'''&amp;lt;/ins&amp;gt; &amp;lt;/th&amp;gt; &lt;br /&gt;
    &amp;lt;th&amp;gt;&amp;lt;ins&amp;gt;'''Popular Devices'''&amp;lt;/ins&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Getting Started|Getting Started]] &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[FAQ#Can_I_port_my_existing_number_from_another_provider_to_VoIP.ms|Can I Port My Number...?]] &amp;lt;/td&amp;gt; &lt;br /&gt;
    &amp;lt;td&amp;gt;[[Cisco_SPA112|Cisco SPA112]]&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Call Forwarding|Call Forwarding]]  &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[FAQ#Can_I_use_my_existing_device_with_VoIP.ms_.3F|Can I Use My Existing device with voIP.ms?]]&amp;lt;/td&amp;gt; &lt;br /&gt;
    &amp;lt;td&amp;gt;[[OBi_100/110|OBi 100/110]]&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Choosing Server|Choosing Server]]  &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt; [[FAQ#Can_I_register_2_different_devices_with_the_same_account_.3F|Can I Register 2 Different Devices...?]] &amp;lt;/td&amp;gt; &lt;br /&gt;
    &amp;lt;td&amp;gt;[[Grandstream_HandyTone_702_-_HT702|Grandstream HandyTone 702]]&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr &amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Manage DID|Manage DID]] &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[FAQ#What_are_the_IP_addresses_of_VoIP.ms.C2.B4_servers_.3F|What are the IP addresses of VoIP.ms´ servers ?]]&amp;lt;/td&amp;gt; &lt;br /&gt;
    &amp;lt;td&amp;gt;[[Cisco_Linksys_PAP2T|Cisco Linksys PAP2T]]&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;More in The Guides Section&amp;lt;/span&amp;gt;    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[FAQ|See all&amp;gt;]]    &amp;lt;/td&amp;gt; &lt;br /&gt;
    &amp;lt;td&amp;gt; [[Devices|See all&amp;gt;]] &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
                                                            &lt;br /&gt;
                                                                                                &lt;br /&gt;
                                           &lt;br /&gt;
                                            &lt;br /&gt;
                                                          &lt;br /&gt;
&lt;br /&gt;
Welcome to VoIP.ms Community Wiki! &lt;br /&gt;
&lt;br /&gt;
In this wiki you can find guides, information and configuration examples for configuring your PBX, Device or Softphone. &lt;br /&gt;
&lt;br /&gt;
Please note that this is a work in progress and continuously evolving.&lt;br /&gt;
&lt;br /&gt;
We encourage users from the community to collaborate along with VoIP.ms staff to add guides, information and other articles pertinent to the service and products. &lt;br /&gt;
&lt;br /&gt;
If you want to help by contributing with a new article or adding information to existing articles, please write to support@voip.ms requesting for edit permission for the username you use in this wiki.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==PBX==&lt;br /&gt;
An acronym for Private Branch eXchange. PBX telephone systems support incoming calls from the outside PSTN, placing calls between users' phones (also known as extensions) and other phones or the outside PSTN, conferencing other users together, recording voicemails and a variety of other advanced telecommunication functions. PBX systems are broadly broken into several categories: traditional (also known as legacy); converged (also known as hybrid) or pure IP, aka IP-PBX.&lt;br /&gt;
&lt;br /&gt;
* '''Traditional PBX''' systems usually either don't support IP at all or they support it only with expensive add-on equipment.&lt;br /&gt;
* '''Converged PBX''' systems support IP and PSTN connections with equal force. It is the most flexible and cost-effective model.&lt;br /&gt;
* '''IP-PBX''' systems, as the name implies, support only IP connectivity. Any PSTN connectivity must be achieved through external converters, known as Gateways.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''PBX Examples'''&lt;br /&gt;
&lt;br /&gt;
If you have a PBX and would like to see some examples on how to configure it, you can check our [[PBXs|PBX's]] article&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Devices==&lt;br /&gt;
To be able to place or receive calls using VoIP, you may need a hardware setup that will allow you to use your regular phone (ATA) or a special phone that connects directly to VoIP networks (IP Phone).&lt;br /&gt;
&lt;br /&gt;
* '''ATA:''' An '''Analog Telephone Adapter'''  is a device used to connect one or more standard analog telephones to a digital telephone system (such as Voice over IP) or a non-standard telephone system.&lt;br /&gt;
* '''IP Phone:''' An IP Phone uses voice over IP (VoIP) technologies allowing telephone calls to be made over an IP network such as the Internet instead of the ordinary PSTN system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Devices Examples'''&amp;lt;br&amp;gt;&lt;br /&gt;
If you have a specific device and would like to see some examples on how to configure it, you can check our [[Devices|Devices]] article&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Softphones==&lt;br /&gt;
A softphone is a software program for making telephone calls over the Internet using a general purpose computer, rather than using dedicated hardware. Often a softphone is designed to behave like a traditional telephone, sometimes appearing as an image of a phone with a display panel and buttons with which the user can interact. A softphone is usually used with a headset connected to the sound card of the PC.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Softphone Examples'''&lt;br /&gt;
&lt;br /&gt;
If you have a Softphone and would like to see examples on how to configure it, you can check our [[Softphones|Softphones]] article&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/VoIP.ms</id>
		<title>VoIP.ms</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/VoIP.ms"/>
				<updated>2014-12-23T23:50:33Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;width: 100%; border: 0; padding: 0 0 0 0; background: transparent;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; |&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;height: {{#if:{{{1|}}}|115pt|100pt}}; border: 1px {{{border|darkorange}}} solid; background: {{{bgcolor|white}}}; width: 100%; margin-bottom: 0.5em;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0.5em; width: 100pt;&amp;quot; |  [[Image:Voipms-newlogo.jpg|center|300px|link=https://www.voip.ms/]]                                              &lt;br /&gt;
 &amp;lt;div style=&amp;quot;text-align:center; font-family:Arial; word-spacing: 60px&amp;quot;&amp;gt;'''[[Bienvenue|Français]]''' '''[[Bienvenido|Español]]'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                                                                        [[Image:Facebook-40.png|right|link=https://www.facebook.com/VoIP.ms]] [[Image:Google-plus-40.png‎|right|link=https://www.google.com/+voipms]] [[Image:Twitter-40.png|right|link=https://twitter.com/voipms]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== VoIP.ms Wiki ==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;ins&amp;gt;'''Popular Articles'''&amp;lt;/ins&amp;gt;                          &amp;lt;ins&amp;gt;'''Frequently Asked Questions'''&amp;lt;/ins&amp;gt;                                &amp;lt;ins&amp;gt;'''Popular Devices'''&amp;lt;/ins&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 [[Getting Started|Getting Started]]                           [[FAQ#Can_I_port_my_existing_number_from_another_provider_to_VoIP.ms|Can I Port My Number...?]]                                  [[Cisco_SPA112|Cisco SPA112]]&lt;br /&gt;
 [[Call Forwarding|Call Forwarding]]                           [[FAQ#Can_I_use_my_existing_device_with_VoIP.ms_.3F|Can I Use My Existing device with voIP.ms?]]                [[OBi_100/110|OBi 100/110]]                                                     &lt;br /&gt;
 [[Choosing Server|Choosing Server]]                           [[FAQ#Can_I_register_2_different_devices_with_the_same_account_.3F|Can I Register 2 Different Devices...?]]                    [[Grandstream_HandyTone_702_-_HT702|Grandstream HandyTone 702]]&lt;br /&gt;
 [[Manage DID|Manage DID]]                                [[FAQ#What_are_the_IP_addresses_of_VoIP.ms.C2.B4_servers_.3F|What are the IP addresses of VoIP.ms´ servers ?]]           [[Cisco_Linksys_PAP2T|Cisco Linksys PAP2T]]&lt;br /&gt;
 &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;More in The Guides Section&amp;lt;/span&amp;gt;                [[FAQ|See all&amp;gt;]]                                                  [[Devices|See all&amp;gt;]] &lt;br /&gt;
&lt;br /&gt;
Welcome to VoIP.ms Community Wiki! &lt;br /&gt;
&lt;br /&gt;
In this wiki you can find guides, information and configuration examples for configuring your PBX, Device or Softphone. &lt;br /&gt;
&lt;br /&gt;
Please note that this is a work in progress and continuously evolving.&lt;br /&gt;
&lt;br /&gt;
We encourage users from the community to collaborate along with VoIP.ms staff to add guides, information and other articles pertinent to the service and products. &lt;br /&gt;
&lt;br /&gt;
If you want to help by contributing with a new article or adding information to existing articles, please write to support@voip.ms requesting for edit permission for the username you use in this wiki.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==PBX==&lt;br /&gt;
An acronym for Private Branch eXchange. PBX telephone systems support incoming calls from the outside PSTN, placing calls between users' phones (also known as extensions) and other phones or the outside PSTN, conferencing other users together, recording voicemails and a variety of other advanced telecommunication functions. PBX systems are broadly broken into several categories: traditional (also known as legacy); converged (also known as hybrid) or pure IP, aka IP-PBX.&lt;br /&gt;
&lt;br /&gt;
* '''Traditional PBX''' systems usually either don't support IP at all or they support it only with expensive add-on equipment.&lt;br /&gt;
* '''Converged PBX''' systems support IP and PSTN connections with equal force. It is the most flexible and cost-effective model.&lt;br /&gt;
* '''IP-PBX''' systems, as the name implies, support only IP connectivity. Any PSTN connectivity must be achieved through external converters, known as Gateways.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''PBX Examples'''&lt;br /&gt;
&lt;br /&gt;
If you have a PBX and would like to see some examples on how to configure it, you can check our [[PBXs|PBX's]] article&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Devices==&lt;br /&gt;
To be able to place or receive calls using VoIP, you may need a hardware setup that will allow you to use your regular phone (ATA) or a special phone that connects directly to VoIP networks (IP Phone).&lt;br /&gt;
&lt;br /&gt;
* '''ATA:''' An '''Analog Telephone Adapter'''  is a device used to connect one or more standard analog telephones to a digital telephone system (such as Voice over IP) or a non-standard telephone system.&lt;br /&gt;
* '''IP Phone:''' An IP Phone uses voice over IP (VoIP) technologies allowing telephone calls to be made over an IP network such as the Internet instead of the ordinary PSTN system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Devices Examples'''&amp;lt;br&amp;gt;&lt;br /&gt;
If you have a specific device and would like to see some examples on how to configure it, you can check our [[Devices|Devices]] article&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Softphones==&lt;br /&gt;
A softphone is a software program for making telephone calls over the Internet using a general purpose computer, rather than using dedicated hardware. Often a softphone is designed to behave like a traditional telephone, sometimes appearing as an image of a phone with a display panel and buttons with which the user can interact. A softphone is usually used with a headset connected to the sound card of the PC.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Softphone Examples'''&lt;br /&gt;
&lt;br /&gt;
If you have a Softphone and would like to see examples on how to configure it, you can check our [[Softphones|Softphones]] article&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/Dialing_Codes</id>
		<title>Dialing Codes</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/Dialing_Codes"/>
				<updated>2014-12-11T14:30:23Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: Added note for the 311 on Halton Region.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://voip.ms/ VoIP.ms] has different dialing codes depending on the destination you want to reach, and you can use these codes from your main or sub account depending on your needs. It is important to mention that there are two main distinctions between the routes when dialing local and international calls. Calls to United States 48 (except Hawaii &amp;amp; Alaska) and Canada are considered local calls. All the other destinations will be considered International and will use the corresponding route.&lt;br /&gt;
&lt;br /&gt;
== Local calls (USA48/Canada) ==&lt;br /&gt;
&lt;br /&gt;
For calls to USA48 &amp;amp; Canada, you only need to dial the complete 10 digits number, optionally you can dial using 11 digits, adding the prefix 1 before the number. &lt;br /&gt;
&lt;br /&gt;
 Example: 1514-316-xxxx or 514-316-xxxx (do not use the dashes when dialing)&lt;br /&gt;
&lt;br /&gt;
On the case of Canada, from the Account Settings &amp;gt;&amp;gt; Account Routing, it can be set a route for these calls, there is an option to use value or premium route, and also, it's possible to switch the routing the call will use by dialing the prefix 033 (Value) and 044 (Premium) followed by the 11 digits number. The US is only available on the Premium route.&lt;br /&gt;
&lt;br /&gt;
*033 + 1 + Area Code + number: Canada Value (override account setting)&lt;br /&gt;
&lt;br /&gt;
*044 + 1 + Area Code + number:  Canada Premium (override account setting)&lt;br /&gt;
(+ signs used as reference only. Do not include + signs when dialing)&lt;br /&gt;
&lt;br /&gt;
 Cost with the '''Canada''' '''Value''' route: Starting at $0.0052 &lt;br /&gt;
 Cost with the '''Canada''' '''Premium''' route: $0.0100. &lt;br /&gt;
 Cost with the '''USA48''' route ('''Premium'''): $0.0100.&lt;br /&gt;
 &lt;br /&gt;
 ''Note (except Yukon, North West Territories &amp;amp; Nunavut are considered in this section but have a different rate (value at $ 0.0102 &amp;amp; premium at $0.0260).''&lt;br /&gt;
&lt;br /&gt;
'''USA48: The contiguous United States are the 48 U.S. states on the continent of North America that are south of Canada, plus the District of Columbia. The term excludes the states of Alaska and Hawaii, and all off-shore U.S. territories and possessions, such as Puerto Rico.&lt;br /&gt;
'''&lt;br /&gt;
&lt;br /&gt;
== International calls ==&lt;br /&gt;
&lt;br /&gt;
There are different codes that can be used to dial International numbers (Outside US48 &amp;amp; Canada). Hawaii and Alaska are considered in this section, since any change made on the [[Account Settings]] &amp;gt;&amp;gt; Account Routing for International calls, will affect also these destinations, this means if we set to use premium route, calls to these destinations will use also premium route, but they can be dialed as local US numbers (10 or 11 digits).&lt;br /&gt;
&lt;br /&gt;
 Note: Some International destinations can be dialed using only the prefix 1, this applies for countries part of the NANPA. 011 &amp;amp; 00 are for the rest of countries. &lt;br /&gt;
 E.g. when dialing Hawaii, Alaska, Caribbean countries an U.S. Territories. &lt;br /&gt;
&lt;br /&gt;
For dialing to countries outside US &amp;amp; Canada, we can follow these codes:&lt;br /&gt;
&lt;br /&gt;
*011 + Country Code + number: International&lt;br /&gt;
*00 + Country Code + number: International&lt;br /&gt;
*033 + Country Code + number: International Value (override account setting)&lt;br /&gt;
*044 + Country Code + number: International Premium (override account setting)&lt;br /&gt;
&lt;br /&gt;
(+ signs used as reference only. Do not include + signs when dialing)&lt;br /&gt;
&lt;br /&gt;
''' You can confirm the area code of the city you wish to reach on the next link: http://www.flightpedia.org/dialcodes.html&lt;br /&gt;
&lt;br /&gt;
 Example Dialing to Mexico: 011+country code+number 011-52-9999xxxxxx (do not use the dashes when dialing)&lt;br /&gt;
&lt;br /&gt;
== Special codes ==&lt;br /&gt;
&lt;br /&gt;
Some special codes that you can use with the service:&lt;br /&gt;
&lt;br /&gt;
=== [[Voicemail]] Access Codes === &lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;97 to access directly the Mailbox associated to the account you are dialing from. (Will prompt for Password only)&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;98 to access your Voicemail and choose one of your Mailbox accounts. (Will prompt for Mailbox ID and Password)&lt;br /&gt;
&lt;br /&gt;
If you don't have access to our VoIP network and would like to check your Voicemail, you can simply dial your number. Once the Voicemail system answers your call, press the asterisk key (*).&lt;br /&gt;
&lt;br /&gt;
=== Account Balance ===&lt;br /&gt;
&lt;br /&gt;
Dial *225 (*bal): This code allow you to access your VoIP.ms Account Balance. It can be Enable or Disable on [[Sub Accounts]]. &lt;br /&gt;
&lt;br /&gt;
=== SIP Broker Peering ===&lt;br /&gt;
&lt;br /&gt;
Dial **275 SIP Broker Peering (e.g: **275*011188888): This code can be used for outbound calls via SIP broker.&lt;br /&gt;
&lt;br /&gt;
If you want to receive calls, you will need a DID number (US/Canada) and you can use the following format *9780didnumber@sipbroker.com.&lt;br /&gt;
&lt;br /&gt;
You can also access this link for more information http://sipbroker.com/sipbroker/action/login&lt;br /&gt;
&lt;br /&gt;
=== Echo &amp;amp; DTMF test ===&lt;br /&gt;
&lt;br /&gt;
4443 (Echo Test): This code is used to access the echo test, with a new account this code can be dialed even without funds, it is useful to verify the quality on your line.&lt;br /&gt;
&lt;br /&gt;
4747 (DTMF Test): This code is used to access the dtmf test, with a new account this code can be dialed even without funds, it is useful to verify if the dtmf is configured properly.&lt;br /&gt;
&lt;br /&gt;
=== iNums === &lt;br /&gt;
&lt;br /&gt;
iNums can be ordered for free from your account, on the order DID section, one iNum is available per account and calls (incoming &amp;amp; outgoing) are free of charge. You can get more information also at http://www.inum.net/. iNum stands for international Number, making use of the +883 global country code. iNums are reachable from a growing list of providers. &lt;br /&gt;
&lt;br /&gt;
 Example 011+883+iNum or 00+883+iNum: 011-883-51000134xxxx (do not use the dashes when dialing)&lt;br /&gt;
&lt;br /&gt;
== Service codes for Canada ==&lt;br /&gt;
&lt;br /&gt;
'''1-555-555-0911:''' Test CallerID and [[e911]] Test: to test if your caller Id is working properly you can dial this number, also this recording will let you know if your number is activated with the e911 service.&lt;br /&gt;
&lt;br /&gt;
'''411:''' Directory Assistance (Must be enabled in [[Account Settings]]), when enabled users can dial the directory assistance at a cost of $0.99 per call.&lt;br /&gt;
&lt;br /&gt;
'''311:''' Non-Emergency Police, Municipal and Other Governmental Services (Canadian Servers) &lt;br /&gt;
&lt;br /&gt;
The service has been made available in the following communities (with starting date), please let us know if you experience an issue:&lt;br /&gt;
&lt;br /&gt;
    Calgary, Alberta (18 May 2005)&lt;br /&gt;
    Edmonton, Alberta (16 December 2008)&lt;br /&gt;
    Fort St. John, British Columbia (14 November 2006)&lt;br /&gt;
    Gatineau, Quebec (22 June 2005)&lt;br /&gt;
    Greater Sudbury, Ontario (12 February 2007)&lt;br /&gt;
    Halifax Regional Municipality, Nova Scotia (15 November 2012)[8]&lt;br /&gt;
    ''Halton Region, Ontario (18 March 2008). The calls to 311 from the Halton Region are not currently supported with VoIP.ms''&lt;br /&gt;
    Laval, Quebec (3 October 2007)&lt;br /&gt;
    Montreal, Quebec (mid-December 2007)&lt;br /&gt;
    Ottawa, Ontario (19 September 2005)&lt;br /&gt;
    Regional Municipality of Peel, Ontario (5 October 2009)&lt;br /&gt;
    St. John's, Newfoundland and Labrador (27 June 2006)&lt;br /&gt;
    Toronto, Ontario (24 September 2009)&lt;br /&gt;
    Vancouver, British Columbia&lt;br /&gt;
    Windsor, Ontario (22 August 2005)&lt;br /&gt;
    Winnipeg, Manitoba (16 January 2009)[9]&lt;br /&gt;
&lt;br /&gt;
'''511:''' Provision of Weather and Traveler Information Services (Canadian Servers)&lt;br /&gt;
&lt;br /&gt;
'''811:''' Non-Urgent Health Teletriage / telehealth Services (Canadian Servers)&lt;br /&gt;
&lt;br /&gt;
'''Important Notes:'''&lt;br /&gt;
&lt;br /&gt;
* The services can only be Called from Canadian servers. There are plans on adding service codes to US servers as soon as possible. This doesn't apply to the 411 service.&lt;br /&gt;
* The services rely on your [http://wiki.voip.ms/article/Caller_ID CallerID] to route your call to the proper service line, therefore, some services may not be supported in your province or for your specific area.&lt;br /&gt;
* The are no charges applied to your account when you call 311, 511 or 811.&lt;br /&gt;
&lt;br /&gt;
== Canada 310 service ==&lt;br /&gt;
&lt;br /&gt;
Exchange 310 is a special code, these numbers are only reachable from the area where they belong, from the service, you will need to dial only the 7 digits to properly reach these numbers, pass a valid Canadian CallerID and be registered in Chicago, Seattle or any of the Canadian servers.&lt;br /&gt;
&lt;br /&gt;
Example: Dial 310-xxxx (do not use the dashes when dialling), if you pass a caller id in area code 514, dialling seven digits 310-xxxx is like dialling 514-310-xxxx.&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/FAQ</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/FAQ"/>
				<updated>2014-12-10T18:22:05Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
Pour la page en Francais veillez cliquez ici: [[Questions_Les_Plus_Fréquentes|Questions Les Plus Fréquentes]]&lt;br /&gt;
&lt;br /&gt;
Haga clic aquí para Español:[[Preguntas frecuentes]]&lt;br /&gt;
&lt;br /&gt;
== Can I port my existing number from another provider to VoIP.ms ==&lt;br /&gt;
VoIP.ms does offer LNP service, and your number may be available for porting. Please contact Customer service to find out whether your current number is portable to VoIP.ms network or if you already have an open account, refer to the [[Porting a Number]] guide.&lt;br /&gt;
&lt;br /&gt;
== Why am I receiving calls from an &amp;quot;Asterisk&amp;quot; caller ID? ==&lt;br /&gt;
If you are receiving calls with '''“Asterisk”''' as the caller ID name, the first suggestion is to check if the calls appear on your VoIP.ms CDR as incoming calls. If they don't, then you can be sure that these calls are not coming through Voip.ms system since every call that reaches our system will appear on your VoIP.ms CDR.&lt;br /&gt;
&lt;br /&gt;
If this is the case, one of the most probable reasons is a direct SIP call to your Asterisk System or Device, for Spam, SIP campaigns or scanners searching for public IP addresses with SIP port open in order to Brute force.&lt;br /&gt;
Unfortunately this is out of Voip.ms control as these calls never reach our system.&lt;br /&gt;
&lt;br /&gt;
However, there are some suggestions you could follow in order to eliminate this inconvenience:&lt;br /&gt;
&lt;br /&gt;
* If you are using some kind of '''Asterisk based system''', please make sure you disable availability to receive “Anonymous calls” and install proper security.&lt;br /&gt;
&lt;br /&gt;
* If you are using an '''ATA, softphone or IP phone''', check for any option to disable these anonymous calls, if there is not, most likely your device doesn't support “Anonymous calls” by default.&lt;br /&gt;
&lt;br /&gt;
* Additionally is recommended to verify your router is '''not set on DMZ mode''' for your ATA device´s internal IP, to make sure your devices and Network are not reachable from public Internet and avoid any unnecessary port forwarding.&lt;br /&gt;
&lt;br /&gt;
* If there is an option on the ATA device to '''restrict incoming calls to only the IP address you are registered with''', switch it on. (This will help to prevent calls from other than voip.ms being accepted)&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms offer Calling Card solution to purchase credits for outgoing calls? ==&lt;br /&gt;
Voip.ms does not offer a calling card solution. However, you can use your DIDs and forward them to a calling card provider if you desire.&lt;br /&gt;
Voip.ms also offers the [[DISA]] feature (resembles the calling card feature). When you call the DID, the system then will ask for a pin number, after entering the caller will be granted with dial tone to make the final call via VoIP while paying the VoIP.ms rates when calling to anywhere in the world.&lt;br /&gt;
&lt;br /&gt;
== Where is VoIP.ms located ? ==&lt;br /&gt;
&lt;br /&gt;
Voip.ms is a Canadian Company. The main office is located in Montreal, Canada and there is also an office in Merida, Mexico for their South America market. Credit Card charges are made in US Dollars (USD) Currency by Swiftvox Inc via Internet secure.&lt;br /&gt;
&lt;br /&gt;
== What are the IP addresses of VoIP.ms´ servers ?  == &lt;br /&gt;
&lt;br /&gt;
*Atlanta 1, GA      ('''atlanta.voip.ms''')     174.34.146.162&lt;br /&gt;
*Atlanta 2, GA      ('''atlanta2.voip.ms''')    72.9.246.170&lt;br /&gt;
*Chicago 1, IL      ('''chicago.voip.ms''')     208.100.39.52&lt;br /&gt;
*Chicago 2, IL      ('''chicago2.voip.ms''')    208.100.39.53 &lt;br /&gt;
*Chicago 3, IL      ('''chicago3.voip.ms''')    208.100.39.54&lt;br /&gt;
*Chicago 4, IL      ('''chicago4.voip.ms''')    208.100.39.55&lt;br /&gt;
*Dallas, TX         ('''dallas.voip.ms''')      74.54.54.178&lt;br /&gt;
*Denver 1, CO       ('''denver.voip.ms''')      173.248.161.90 &lt;br /&gt;
*Denver 2, CO       ('''denver2.voip.ms''')     173.248.159.210&lt;br /&gt;
*Houston, TX        ('''houston.voip.ms''')     209.62.1.2&lt;br /&gt;
*London, UK         ('''london.voip.ms''')      5.77.36.136&lt;br /&gt;
*Los Angeles 1, CA  ('''losangeles.voip.ms''')  96.44.149.186&lt;br /&gt;
*Los Angeles 2, CA  ('''losangeles2.voip.ms''') 96.44.149.202&lt;br /&gt;
*Montreal 1, QC     ('''montreal.voip.ms''')    67.205.74.184&lt;br /&gt;
*Montreal 2, QC     ('''montreal2.voip.ms''')   67.205.74.187&lt;br /&gt;
*Montreal 3, QC     ('''montreal3.voip.ms''')   72.55.168.18&lt;br /&gt;
*Montreal 4, QC     ('''montreal4.voip.ms''')   67.205.74.179&lt;br /&gt;
*New York 1, NY     ('''newyork.voip.ms''')     74.63.41.218&lt;br /&gt;
*New York 2, NY     ('''newyork2.voip.ms''')    107.6.67.236&lt;br /&gt;
*New York 3, NY     ('''newyork3.voip.ms''')    107.6.67.237&lt;br /&gt;
*New York 4, NY     ('''newyork4.voip.ms''')    107.6.67.238 &lt;br /&gt;
*Seattle 1, WA      ('''seattle.voip.ms''')     50.23.160.50&lt;br /&gt;
*Seattle 2, WA      ('''seattle2.voip.ms''')    50.23.160.51&lt;br /&gt;
*Seattle 3, WA      ('''seattle3.voip.ms''')    50.23.160.52&lt;br /&gt;
*Tampa, FL          ('''tampa.voip.ms''')       68.233.226.97&lt;br /&gt;
*Toronto 1, ON      ('''toronto.voip.ms''')     184.75.215.106&lt;br /&gt;
*Toronto 2, ON      ('''toronto2.voip.ms''')    184.75.215.114&lt;br /&gt;
*Toronto 3, ON      ('''toronto3.voip.ms''')    184.75.215.146&lt;br /&gt;
*Toronto 4, ON      ('''toronto4.voip.ms''')    184.75.213.210&lt;br /&gt;
*Vancouver 1, BC    ('''vancouver.voip.ms''')   162.213.157.82&lt;br /&gt;
*Vancouver 2, BC    ('''vancouver2.voip.ms''')  162.213.157.117&lt;br /&gt;
*Washington 1, DC   ('''washington.voip.ms''')  208.43.234.226&lt;br /&gt;
*Washington 2, DC   ('''washington2.voip.ms''') 208.43.234.227&lt;br /&gt;
&lt;br /&gt;
== What server should I use ? ==&lt;br /&gt;
&lt;br /&gt;
Usually in order to get better results, you should choose the server closest to your location. You can still send a ping to any of the servers to check the best response time.&lt;br /&gt;
&lt;br /&gt;
== Do you support TCP for the SIP connection? ==&lt;br /&gt;
&lt;br /&gt;
VoIP.ms support TCP is almost all of their servers. Currently TCP is NOT supported on the following servers: Atlanta1, Dallas, Houston, Tampa.&lt;br /&gt;
&lt;br /&gt;
== Do you offer Conference calls ? ==&lt;br /&gt;
&lt;br /&gt;
Voip.ms doesn't offer Conference calls as a feature, however if your system or device is capable of establishing a conference call, then you will have no issues running a conference using VoIP.ms &lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms offer a STUN server ? ==&lt;br /&gt;
&lt;br /&gt;
Voip.ms doesn't provide any kind of STUN server nor is it required to use one with their service. If for any specific reason you wish to do so, you can still find a public STUN server on the web for free if you need one.&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms encrypt the communication ? ==&lt;br /&gt;
&lt;br /&gt;
The SIP communication is secure although not encrypted. However, the passwords are MD5 hashed and are not transmitted without encryption when establishing the call.&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms provide a Hardware device to use the service ? ==&lt;br /&gt;
&lt;br /&gt;
VoIP.ms does not provide any kind of hardware device, software or system to use the service. The service is a BYOD (Bring your own device).&lt;br /&gt;
You should be able to get one from any Communications specialized store, and all SIP-compatible devices are supported. (Almost all VoIP devices support SIP protocol)&lt;br /&gt;
&lt;br /&gt;
== Can I use my existing device with VoIP.ms ? ==&lt;br /&gt;
&lt;br /&gt;
Basically, any device or system which supports SIP or IAX2 protocol will work with Voip.ms system. If you bring your device(ATA, IP phone) from a previous provider, make sure its not locked and you are able to make changes to its configuration.&lt;br /&gt;
Feel free to ask Technical support for further details, however they can not help you regarding how to unlock a device from other provider (for legal reasons).&lt;br /&gt;
&lt;br /&gt;
== Can I call an International Toll Free number ? ==&lt;br /&gt;
&lt;br /&gt;
At this moment calls to International Toll Free numbers are not supported. Only to US and Canada toll free numbers.&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms offer alternative ports besides 5060 ? ==&lt;br /&gt;
&lt;br /&gt;
Voip.ms offers alternative SIP ports, UDP 5080 and 42872 on all of their servers, You can try those ports in case your ISP does block the SIP PORT 5060 UDP or if you need to use another one.&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms offer a referral program ? ==&lt;br /&gt;
&lt;br /&gt;
Voip.ms is not offering any kind of referral program at the moment.&lt;br /&gt;
&lt;br /&gt;
== Can I register 2 different devices with the same account ? ==&lt;br /&gt;
&lt;br /&gt;
It is strongly suggested not to do so, it can cause conflicts while routing the calls and the devices can steal each others' registration.&lt;br /&gt;
If you need to register more than one device, please create and use [[Sub Accounts]], you will get new credentials for any additional device.&lt;br /&gt;
&lt;br /&gt;
== How do I port out my number ? ==&lt;br /&gt;
&lt;br /&gt;
If you have a DID number with VoIP.ms and wish to port it out to another provider, you need to always start this process on the new provider's side. They should be able to provide all the information required to start this process.&lt;br /&gt;
&lt;br /&gt;
== How do I change the US48/Canada termination route for my subaccount ? ==&lt;br /&gt;
&lt;br /&gt;
The US48/Canada termination route for the sub-accounts needs to be changed from the Main Menu &amp;gt;&amp;gt; [[Account Settings]] &amp;gt;&amp;gt; Account Routing tab. The route you use for the Main account is what will apply to the whole account, unlike the International route, which is independent per accounts/[[Sub Accounts]].&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms offer Distinctive Ring tones ? ==&lt;br /&gt;
&lt;br /&gt;
Distinctive ring tones are not available at the moment, if you are in a situation where you need to know which one of your DIDs is receiving a call, a good option is for you to use the &amp;quot;Caller ID name Prefix&amp;quot; for the DID, to add a specific prefix to DID, different from the others.&lt;br /&gt;
&lt;br /&gt;
== Can I deposit less than $25 USD ? ==&lt;br /&gt;
&lt;br /&gt;
The minimum amount to deposit currently is $25 USD. However, if at anytime you don't feel satisfied with the service provided, you can ask for a refund of the remaining balance on your account.&lt;br /&gt;
&lt;br /&gt;
== What is my Main Account SIP password ? ==&lt;br /&gt;
&lt;br /&gt;
The main account SIP password by default is the same as your customer portal password. If you have not changed the SIP password, it is the same password you use to log into your portal. To change this password please refer to our Account Settings page: [[Account_Settings#Security|Settings Security]]&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms offer Call transfers ? ==&lt;br /&gt;
&lt;br /&gt;
VoIP.ms does offer Call transfers, this needs to be requested to the VoIP.ms staff, it is not a setting you can enable from the customer portal.&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms offer wholesale rates ? ==&lt;br /&gt;
&lt;br /&gt;
If you are interested on a discount based on Traffic usage or volume, please send an email to sales@voip.ms providing all details (destinations you need to call, average of minutes used per month), in order to receive proper information.&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms apply taxes ? ==&lt;br /&gt;
&lt;br /&gt;
All customers with Canada as country will pay for the tax called GST. The customers who are also from Quebec in Canada will pay an additional province tax, PST. This applies for both Paypal and CC payments. The HST will get applied on Canadian provinces that use it. &lt;br /&gt;
&lt;br /&gt;
In order to get further details about how these are applied, feel free to check this link:  http://en.wikipedia.org/wiki/Sales_taxes_in_Canada&lt;br /&gt;
&lt;br /&gt;
[[Category: Guides]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/FAQ</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/FAQ"/>
				<updated>2014-12-10T18:21:27Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
Pour la page en Francais veillez cliquez ici: [[Questions_Les_Plus_Fréquentes|Questions Les Plus Fréquentes]]&lt;br /&gt;
&lt;br /&gt;
Haga clic aquí para Español:[[Preguntas frecuentes]]&lt;br /&gt;
&lt;br /&gt;
== Can I port my existing number from another provider to VoIP.ms ==&lt;br /&gt;
VoIP.ms does offer LNP service, and your number may be available for porting. Please contact Customer service to find out whether your current number is portable to VoIP.ms network or if you already have an open account, refer to the [[Porting a Number]] guide.&lt;br /&gt;
&lt;br /&gt;
== Why am I receiving calls from an &amp;quot;Asterisk&amp;quot; caller ID? ==&lt;br /&gt;
If you are receiving calls with '''“Asterisk”''' as the caller ID name, the first suggestion is to check if the calls appear on your VoIP.ms CDR as incoming calls. If they don't, then you can be sure that these calls are not coming through Voip.ms system since every call that reaches our system will appear on your VoIP.ms CDR.&lt;br /&gt;
&lt;br /&gt;
If this is the case, one of the most probable reasons is a direct SIP call to your Asterisk System or Device, for Spam, SIP campaigns or scanners searching for public IP addresses with SIP port open in order to Brute force.&lt;br /&gt;
Unfortunately this is out of Voip.ms control as these calls never reach our system.&lt;br /&gt;
&lt;br /&gt;
However, there are some suggestions you could follow in order to eliminate this inconvenience:&lt;br /&gt;
&lt;br /&gt;
* If you are using some kind of '''Asterisk based system''', please make sure you disable availability to receive “Anonymous calls” and install proper security.&lt;br /&gt;
&lt;br /&gt;
* If you are using an '''ATA, softphone or IP phone''', check for any option to disable these anonymous calls, if there is not, most likely your device doesn't support “Anonymous calls” by default.&lt;br /&gt;
&lt;br /&gt;
* Additionally is recommended to verify your router is '''not set on DMZ mode''' for your ATA device´s internal IP, to make sure your devices and Network are not reachable from public Internet and avoid any unnecessary port forwarding.&lt;br /&gt;
&lt;br /&gt;
* If there is an option on the ATA device to '''restrict incoming calls to only the IP address you are registered with''', switch it on. (This will help to prevent calls from other than voip.ms being accepted)&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms offer Calling Card solution to purchase credits for outgoing calls? ==&lt;br /&gt;
Voip.ms does not offer a calling card solution. However, you can use your DIDs and forward them to a calling card provider if you desire.&lt;br /&gt;
Voip.ms also offers the [[DISA]] feature (resembles the calling card feature). When you call the DID, the system then will ask for a pin number, after entering the caller will be granted with dial tone to make the final call via VoIP while paying the VoIP.ms rates when calling to anywhere in the world.&lt;br /&gt;
&lt;br /&gt;
== Where is VoIP.ms located ? ==&lt;br /&gt;
&lt;br /&gt;
Voip.ms is a Canadian Company. The main office is located in Montreal, Canada and there is also an office in Merida, Mexico for their South America market. Credit Card charges are made in US Dollars (USD) Currency by Swiftvox Inc via Internet secure.&lt;br /&gt;
&lt;br /&gt;
== What are the IP addresses of VoIP.ms´ servers ?  == &lt;br /&gt;
&lt;br /&gt;
*Atlanta 1, GA      ('''atlanta.voip.ms''')     174.34.146.162&lt;br /&gt;
*Atlanta 2, GA      ('''atlanta2.voip.ms''')    72.9.246.170&lt;br /&gt;
*Chicago 1, IL      ('''chicago.voip.ms''')     208.100.39.52&lt;br /&gt;
*Chicago 2, IL      ('''chicago2.voip.ms''')    208.100.39.53 &lt;br /&gt;
*Chicago 3, IL      ('''chicago3.voip.ms''')    208.100.39.54&lt;br /&gt;
*Chicago 4, IL      ('''chicago4.voip.ms''')    208.100.39.55&lt;br /&gt;
*Dallas, TX         ('''dallas.voip.ms''')      74.54.54.178&lt;br /&gt;
*Denver 1, CO       ('''denver.voip.ms''')      173.248.161.90 &lt;br /&gt;
*Denver 2, CO       ('''denver2.voip.ms''')     173.248.159.210&lt;br /&gt;
*Houston, TX        ('''houston.voip.ms''')     209.62.1.2&lt;br /&gt;
*London, UK         ('''london.voip.ms''')      5.77.36.136&lt;br /&gt;
*Los Angeles 1, CA  ('''losangeles.voip.ms''')  96.44.149.186&lt;br /&gt;
*Los Angeles 2, CA  ('''losangeles2.voip.ms''') 96.44.149.202&lt;br /&gt;
*Montreal 1, QC     ('''montreal.voip.ms''')    67.205.74.184&lt;br /&gt;
*Montreal 2, QC     ('''montreal2.voip.ms''')   67.205.74.187&lt;br /&gt;
*Montreal 3, QC     ('''montreal3.voip.ms''')   72.55.168.18&lt;br /&gt;
*Montreal 4, QC     ('''montreal4.voip.ms''')   67.205.74.179&lt;br /&gt;
*New York 1, NY     ('''newyork.voip.ms''')     74.63.41.218&lt;br /&gt;
*New York 2, NY     ('''newyork2.voip.ms''')    107.6.67.236&lt;br /&gt;
*New York 3, NY     ('''newyork3.voip.ms''')    107.6.67.237&lt;br /&gt;
*New York 4, NY     ('''newyork4.voip.ms''')    107.6.67.238 &lt;br /&gt;
*Seattle 1, WA      ('''seattle.voip.ms''')     50.23.160.50&lt;br /&gt;
*Seattle 2, WA      ('''seattle2.voip.ms''')    50.23.160.51&lt;br /&gt;
*Seattle 3, WA      ('''seattle3.voip.ms''')    50.23.160.52&lt;br /&gt;
*Tampa, FL          ('''tampa.voip.ms''')       68.233.226.97&lt;br /&gt;
*Toronto 1, ON      ('''toronto.voip.ms''')     184.75.215.106&lt;br /&gt;
*Toronto 2, ON      ('''toronto2.voip.ms''')    184.75.215.114&lt;br /&gt;
*Toronto 3, ON      ('''toronto3.voip.ms''')    184.75.215.146&lt;br /&gt;
*Toronto 4, ON      ('''toronto4.voip.ms''')    184.75.213.210&lt;br /&gt;
*Vancouver 1, BC    ('''vancouver.voip.ms''')   162.213.157.82&lt;br /&gt;
*Vancouver 2, BC    ('''vancouver2.voip.ms''')  162.213.157.117&lt;br /&gt;
*Washington 1, DC   ('''washington.voip.ms''')  208.43.234.226&lt;br /&gt;
*Washington 2, DC   ('''washington2.voip.ms''') 208.43.234.227&lt;br /&gt;
&lt;br /&gt;
== What server should I use ? ==&lt;br /&gt;
&lt;br /&gt;
Usually in order to get better results, you should choose the server closest to your location. You can still send a ping to any of the servers to check the best response time.&lt;br /&gt;
&lt;br /&gt;
== Your service support TCP for the SIP connection? ==&lt;br /&gt;
&lt;br /&gt;
VoIP.ms support TCP is almost all of their servers. Currently TCP is NOT supported on the following servers: Atlanta1, Dallas, Houston, Tampa.&lt;br /&gt;
&lt;br /&gt;
== Do you offer Conference calls ? ==&lt;br /&gt;
&lt;br /&gt;
Voip.ms doesn't offer Conference calls as a feature, however if your system or device is capable of establishing a conference call, then you will have no issues running a conference using VoIP.ms &lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms offer a STUN server ? ==&lt;br /&gt;
&lt;br /&gt;
Voip.ms doesn't provide any kind of STUN server nor is it required to use one with their service. If for any specific reason you wish to do so, you can still find a public STUN server on the web for free if you need one.&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms encrypt the communication ? ==&lt;br /&gt;
&lt;br /&gt;
The SIP communication is secure although not encrypted. However, the passwords are MD5 hashed and are not transmitted without encryption when establishing the call.&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms provide a Hardware device to use the service ? ==&lt;br /&gt;
&lt;br /&gt;
VoIP.ms does not provide any kind of hardware device, software or system to use the service. The service is a BYOD (Bring your own device).&lt;br /&gt;
You should be able to get one from any Communications specialized store, and all SIP-compatible devices are supported. (Almost all VoIP devices support SIP protocol)&lt;br /&gt;
&lt;br /&gt;
== Can I use my existing device with VoIP.ms ? ==&lt;br /&gt;
&lt;br /&gt;
Basically, any device or system which supports SIP or IAX2 protocol will work with Voip.ms system. If you bring your device(ATA, IP phone) from a previous provider, make sure its not locked and you are able to make changes to its configuration.&lt;br /&gt;
Feel free to ask Technical support for further details, however they can not help you regarding how to unlock a device from other provider (for legal reasons).&lt;br /&gt;
&lt;br /&gt;
== Can I call an International Toll Free number ? ==&lt;br /&gt;
&lt;br /&gt;
At this moment calls to International Toll Free numbers are not supported. Only to US and Canada toll free numbers.&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms offer alternative ports besides 5060 ? ==&lt;br /&gt;
&lt;br /&gt;
Voip.ms offers alternative SIP ports, UDP 5080 and 42872 on all of their servers, You can try those ports in case your ISP does block the SIP PORT 5060 UDP or if you need to use another one.&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms offer a referral program ? ==&lt;br /&gt;
&lt;br /&gt;
Voip.ms is not offering any kind of referral program at the moment.&lt;br /&gt;
&lt;br /&gt;
== Can I register 2 different devices with the same account ? ==&lt;br /&gt;
&lt;br /&gt;
It is strongly suggested not to do so, it can cause conflicts while routing the calls and the devices can steal each others' registration.&lt;br /&gt;
If you need to register more than one device, please create and use [[Sub Accounts]], you will get new credentials for any additional device.&lt;br /&gt;
&lt;br /&gt;
== How do I port out my number ? ==&lt;br /&gt;
&lt;br /&gt;
If you have a DID number with VoIP.ms and wish to port it out to another provider, you need to always start this process on the new provider's side. They should be able to provide all the information required to start this process.&lt;br /&gt;
&lt;br /&gt;
== How do I change the US48/Canada termination route for my subaccount ? ==&lt;br /&gt;
&lt;br /&gt;
The US48/Canada termination route for the sub-accounts needs to be changed from the Main Menu &amp;gt;&amp;gt; [[Account Settings]] &amp;gt;&amp;gt; Account Routing tab. The route you use for the Main account is what will apply to the whole account, unlike the International route, which is independent per accounts/[[Sub Accounts]].&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms offer Distinctive Ring tones ? ==&lt;br /&gt;
&lt;br /&gt;
Distinctive ring tones are not available at the moment, if you are in a situation where you need to know which one of your DIDs is receiving a call, a good option is for you to use the &amp;quot;Caller ID name Prefix&amp;quot; for the DID, to add a specific prefix to DID, different from the others.&lt;br /&gt;
&lt;br /&gt;
== Can I deposit less than $25 USD ? ==&lt;br /&gt;
&lt;br /&gt;
The minimum amount to deposit currently is $25 USD. However, if at anytime you don't feel satisfied with the service provided, you can ask for a refund of the remaining balance on your account.&lt;br /&gt;
&lt;br /&gt;
== What is my Main Account SIP password ? ==&lt;br /&gt;
&lt;br /&gt;
The main account SIP password by default is the same as your customer portal password. If you have not changed the SIP password, it is the same password you use to log into your portal. To change this password please refer to our Account Settings page: [[Account_Settings#Security|Settings Security]]&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms offer Call transfers ? ==&lt;br /&gt;
&lt;br /&gt;
VoIP.ms does offer Call transfers, this needs to be requested to the VoIP.ms staff, it is not a setting you can enable from the customer portal.&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms offer wholesale rates ? ==&lt;br /&gt;
&lt;br /&gt;
If you are interested on a discount based on Traffic usage or volume, please send an email to sales@voip.ms providing all details (destinations you need to call, average of minutes used per month), in order to receive proper information.&lt;br /&gt;
&lt;br /&gt;
== Does VoIP.ms apply taxes ? ==&lt;br /&gt;
&lt;br /&gt;
All customers with Canada as country will pay for the tax called GST. The customers who are also from Quebec in Canada will pay an additional province tax, PST. This applies for both Paypal and CC payments. The HST will get applied on Canadian provinces that use it. &lt;br /&gt;
&lt;br /&gt;
In order to get further details about how these are applied, feel free to check this link:  http://en.wikipedia.org/wiki/Sales_taxes_in_Canada&lt;br /&gt;
&lt;br /&gt;
[[Category: Guides]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	<entry>
		<id>https://wiki.voip.ms/article/3CX_Phone</id>
		<title>3CX Phone</title>
		<link rel="alternate" type="text/html" href="https://wiki.voip.ms/article/3CX_Phone"/>
				<updated>2014-07-02T17:14:40Z</updated>
		
		<summary type="html">&lt;p&gt;Albert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''IMPORTANT NOTE''': 3CXPhone is currently being maintained for 3CX Phone System 11 and 12 users only. For this reason newer versions of the softphone will not work unless the customer is using the 3CX Phone System (recommended for Advanced Users)&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
===Set Accounts===&lt;br /&gt;
&lt;br /&gt;
* Start the 3CXPhone&lt;br /&gt;
* Once the 3CXPhone has started, click on '''Set Accounts''' to start the configuration&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3cx_1.png|3cx Account Settings]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Now Click on '''New''' button to create a new account&lt;br /&gt;
* Fill in the Settings for your account&lt;br /&gt;
** '''Account Name:''' VoIP.ms (a name to identify your account)&lt;br /&gt;
** '''Extension:''' 100000 (Replace with your VoIP.ms username)&lt;br /&gt;
** '''ID:''' 100000 (Replace your VoIP.ms username)&lt;br /&gt;
** '''Password:''' (Your account password)&lt;br /&gt;
** '''I'm Out of the Office:''' atlanta.voip.ms (You can choose any of our multiple servers)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3cx_2.png|3cx Account Settings]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Click the '''OK''' button.&lt;br /&gt;
* You should be ready to make calls&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Enabling access to voicemail===&lt;br /&gt;
* Click &amp;quot;Advanced settings&amp;quot; in the picture above and set field &amp;quot;PBX Voicemail&amp;quot; to '''*97'''&lt;br /&gt;
&lt;br /&gt;
[[File:3cx_voicemail.jpg|3cx Voicemail access]]&lt;br /&gt;
&lt;br /&gt;
* Click the '''OK''' button to save &amp;quot;Advanced settings&amp;quot;.&lt;br /&gt;
* Click the '''OK''' button to save profil.&lt;br /&gt;
* 3CXPhone will reconnect after few seconds.&lt;br /&gt;
* You will then be able to click on the fifth icon on the last row in 3CXPhone main page. This is the icon below &amp;quot;Transfer&amp;quot; button with a envelope mail icon.&lt;br /&gt;
&lt;br /&gt;
[[File:3cx_voicemailicon.jpg|Voicemail Icon]]&lt;br /&gt;
[[category:softphones]]&lt;/div&gt;</summary>
		<author><name>Albert</name></author>	</entry>

	</feed>