Quantcast
Channel: VOIP-info.org Wiki Changes
Viewing all 5767 articles
Browse latest View live

New Software Releases

$
0
0
This page is to inform on various VoIP related software releases.

Your contributions are welcome, but please read the How to add information to this wiki page and the Posting Guidelinesbefore you post.

September 2014


August 2014

  • 2014-08-21 -

Kamailio Consultants

$
0
0
Add your entry here (Alphabetical order by company):
This page is growing large. Please don't post logos!!

Asipto

  • Web site: http://www.asipto.com
  • Daniel-Constantin Mierla, co-founder OpenSER/Kamailio
  • Elena-Ramona Modroiu, co-founder OpenSER/Kamailio
  • OpenSER/Kamailio services
  • OpenSER/Kamailio solutions
    • Internet Communication/Telephony Platform (Voice, Video, Instant Messaging and Presence)
    • SIP Prepaid System
    • Standalone Nat Traversal Box
    • LCR, Load Balancer and Traffic Dispatcher System (Scaling PSTN Gateways, Asterisk, FreeSWITCH, etc...)


CryptoVoip Technologies

  • Web site: http://www.cryptovoip.in
  • VoIP and SIP Anti Block Solution
    • Mobile Dialers
    • PC Softphones
    • Web based Softphones and Click to Call
    • Anti Block Tunnel Server
  • Kamailio/ PJSIP /Freeswitch services
    • training
    • consultancy
    • technical support
    • development
  • Kamailio/ Freeswitch/ PJSIP/ RTP PROXY/ TURN PROXY/ VoIP BILLING solutions
  • 24x7 Servers Monitoring and managed data services.
    • Use efficient tools to monitor all VoIP Servers critical parameters like Bandwidth, Memory, Processes, etc
    • Report or raise alert if any of the service goes down or if any issue
    • Resolves in very short time to ensure almost no impact on customer business.
  • Provides the Software Developers, Software Architects and Resources based on Outsourcing model
    • Secure ODC (Secure Offshore Development Center - Means we sign an NDA with client and respect it and do not disclose any of our customer technology)
    • Very cheap outsourced resource billing rates in market
    • Very skilled resources
    • We believe in Transformational Outsourcing model with Value Creation to Customer business. ...

VOIP sites

$
0
0

Links to other Non-Commercial VoIP sites

This page is intended for informative and/or community related websites only. Postings of websites from manufacturers, VoIP networks, consultancy, free calling, calling cards and other commercial websites will be removed. See also Asterisk news and blogs. Links out of URL order are also subject to deletion. (hint, make your display tag the same as your domain name)

A

VoIP Providers India

$
0
0
This page is a list of VoIP service providers in India. Please keep this list in alphabetical order. India VoIP providers looking to add their services can do so in the list below.


India

  • Voxvalley Technologies - provides VoIP based communication applications and customized solutions to SMBs, Enterprises and VoIP telecommunication providers worldwide. VoIP Products & Solutions from Voxvalley Mosip Mobile Dialer, Vox Suite, Vox Switch, Vox Bridge, Vox PC, Hybrid Dialer, Vox Con and Vox IM.
  • NOVANET - A leading Business-class VoIP & Cloud Communication provider to Contact Centers & Enterprise customers. Novanet offers a complete suite of VoIP and Cloud services specifically crafted to suit the needs of a modern day Contact Center.
  • i7 Solutions VOIP Provider International Calls service provider. Provides Voip calling to Home Users, Small Office, BPO, Call Centers, Exporters and corporates. To become reseller for 1Legcall, Yonum, Zonefone, Hellobyte, Fonefamily, Touchdialer, Tribego etc. please contact us.
  • Live-TechOffers TalkSwitch VoIP Hardware & Lynk VoIP Services | Remote Technical Support | VoIP Service Plans | Worldwide Support
  • barePacket - Offering VoIP/IP-PBX, IVR & Call Centre Solutions, Mail Server aimed at SMEs.
  • Call Centric India - VoIP, Free accounts, Pay as you go & Unlimited accounts, International DID's, BYOD.
  • http://www.doorVaani.com DoorVaani.com is a Business, Residential and Personal VOIP services provider offering VOIP Call Minutes to destinations worldwide, Local Phone Numbers or DIDs in about 60 countries and Toll-free numbers in 5 countries. DoorVaani.com is also an automated web application where ordering of services, making payments and provisioning is done all in real time with no wait time or human interaction needed. Online payments are accepted in 25 currencies including Indian Rupees (INR). Offline payments or Bank Transfers accepted in INR and USD.
  • Phone91 Phone91 provide personal and business voice calling services over the internet with 100% voice quality and lowest call rate. Join a VoIP Reseller program via White Label Solution, Online Calling Cards and Internet CallShop Business. Phone91 give an opportunity to start your own business and become a startup under your own branding with Phone91 reseller program.
  • Strepx - StrepX's Dial on Demand is a quick and easy to use hosted call center system that requires no hardware, software or infrastructure to purchase. The StrepX Dial on Demand Call Center system is located in a secure data center monitored and managed 24x7 giving customers peace of mind their call center is always operational. for more information visit our website www.strepx.de .

Nano syntax highlighting

$
0
0

Nano syntax highlighting

  • Save asterisk.nanorc e.g. in /usr/local/share/nano/asterisk.nanorc
  • Add include "/usr/local/share/nano/asterisk.nanorc" to either /etc/nanorc or ~/.nanorc

asterisk.nanorc

My current suggestion

I have modified some colors to make it all visible on my light background, added colour for technology and made it highlight contexts. The keyword regex could be optimized, I will work on that part.
Updated 2007-11-18, optimized (hopefully) the application regex, added some other stuff.
Updated 2011-07-17, changing colour for priority "1" to blue. (Csabka)
Updated 2014-10-1, enabled syntax highlighting files named extensions.conf. (imcdona)


## Asterisk syntax highlighting
## v.03 2007-11-18
## Comments/updates - jmcanfield@gmail.com

## Modified by Johan Adler from 2007-11-17 and forward, tested using Debian and Asterisk 1.2.13
## 2007-11-18
## Currently optimized for dialplan (extensions.conf and any included files)
## Application regex altered and hopefully optimized.
## Note that the order of regex's is important
## color is case sensitive, icolor case insensitive

syntax "asterisk" "/.*/asterisk/.*\.conf$|extensions.conf"
## Separating characters
color	green	"(\{|\}|\(|\)|\]|\[|`|\\|\$|<|>|!|=|&|\|)"

## Labels
color   blue   "^(\s)*exten(\s)*=>(\s)*((s|t|a|i|o|fax)|[0-9*#]+|_([XZN0-9*#]*(\[[XZN0-9*#]*\])*[XZN0-9*#]*)*(\.)?),([0-9]|n)\([A-Za-z0-9_\-]+\)"

## Priorities
color   green   "^(\s)*exten(\s)*=>(\s)*((s|t|a|i|o|fax)|[0-9*#]+|_([XZN0-9*#]*(\[[XZN0-9*#]*\])*[XZN0-9*#]*)*(\.)?),([02-9]|n)"
color   blue    "^(\s)*exten(\s)*=>(\s)*((s|t|a|i|o|fax)|[0-9*#]+|_([XZN0-9*#]*(\[[XZN0-9*#]*\])*[XZN0-9*#]*)*(\.)?),(1)"

## Comma back to black
color	black	"^(\s)*exten(\s)*=>(\s)*((s|t|a|i|o|fax)|[0-9*#]+|_([XZN0-9*#]*(\[[XZN0-9*#]*\])*[XZN0-9*#]*)*(\.)?),"
## Extensions
color	red	"^(\s)*exten(\s)*=>(\s)*((s|t|a|i|o|fax)|[0-9*#]+|_([XZN0-9*#]*(\[[XZN0-9*#]*\])*[XZN0-9*#]*)*(\.)?)"
## Word 'exten' in dialplan
color	magenta	"^(\s)*exten(\s)*=>"

## included context
color	green	"^(\s)*include(\s)*=>(\s)*\<.+\>"
## 'include' in dialplan
color	magenta	"^(\s)*include(\s)*=>"

## Conditionals
color	blue	"\$\[.+\]"
## Contexts
color	green 	"^\[.+\]"
## Strings
color	magenta	""(\\.|[^"])*"" "'(\\.|[^'])*'"
## Technologies
color	magenta	"\<(SIP/|IAX2/|Zap/|Local/).*\>"
## Anything following NoOp, same color as comments (will not be executed)
## Colored before variables, since they will be substituted
color	yellow	"\<NoOp\>. ...

Asterisk Consultants Italy

$
0
0

Dialexia

$
0
0
www.dialexia.com

From website:

Dialexia Communications is an award-winning Canadian telecommunications software & services company specialized in the development of innovative VoIP business phone solutions for corporations, small businesses & telephony resellers alike. The company also provides custom-built PBX applications to meet the needs of clients in specific sectors, notably education & hospitality.

Dialexia strives to offer innovative and reliable solutions to its customers, ensuring that they enjoy excellent value for competitively-priced, practical products that provide outstanding return on investment. The company's current activities are focused on hosted markets & cloud computing for VoIP technologies. Ultimately, the company aims to achieve a convergence between standalone and hosted PBX solutions, targeting large-scale markets.

In the 13 years since its foundation, Dialexia has become one of North America's leading providers of VoIP phone system software, serving customers around the world.

Designed with ease of use & cost-effectiveness in mind, Dialexia software solutions allow businesses to replace their outdated analog phone systems with functional, lightweight & affordable voice-over-IP alternatives.

Whether you decide to re-use the existing analog phones in your office, or to upgrade to IP phones, Dialexia’s hosted and on-premise PBX solutions will allow you to access VoIP-specific rates from your service provider and reduce phone bills by up to 50%, in addition to releasing you PBX maintenance costs and/or lease rates.

Being 100% software-based, Dialexia phone system solutions can be purchased outright for a fraction of the cost associated with traditional PBX upgrades. And by contributing in the routine administration of business affairs, they can help boost productivity, limit the impact of human errors & serve customers more efficiently. Each and every Dialexia software solution includes useful features aimed at satisfying the needs of customers, businesses & operators alike:

-Integrated billing
-Voicemail & messaging
-Web-based administration
-Call privilege management
-Third-party integration
-Music on hold
-Cost & statistics reports
-Device provisioning
-Failover Support

To find out more, visit www.dialexia.com




Products:

Old News

$
0
0
This page lists all the old VoIP news stories from the home page.

September 2014


PHP Code for provisioning and rebooting Grandstreams

$
0
0
Based on the current examples with Bash scripts, Perl and LUA code on the site, I decided to contribute some PHP snippets which provide various functions:

Reboot for GXP2120 and GXP2140:



	$pass = "admin";
	// generate URLs
	$login_url = "http://" . $ip . "/cgi-bin/dologin";
	$reboot_url = "http://" . $ip . "/cgi-bin/api-sys_operation";

	// curl object
	$ch = curl_init();
		
	// set curl to use cookie file
	$ckfile = tempnam("/tmp", "CURLCOOKIE");
	curl_setopt($ch, CURLOPT_COOKIEJAR, $ckfile);
	//set the url, number of POST vars, POST data
	curl_setopt($ch, CURLOPT_URL, $login_url);
	curl_setopt($ch, CURLOPT_POST, 1);
	curl_setopt($ch, CURLOPT_POSTFIELDS, "&password=" . $pass);
	curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
	// get 'sid' as a string
	$response = curl_exec($ch);
	preg_match('/sid" : "([A-z0-9]*)/', $response, $sid);
	$sid = $sid[1];
	// now that we have the sid, send the reboot command
	curl_setopt($ch, CURLOPT_URL, $reboot_url);
	curl_setopt($ch, CURLOPT_POST, 1);
	curl_setopt($ch, CURLOPT_POSTFIELDS, "&request=REBOOT&sid=" . $sid);
	$response = curl_exec($ch);
	curl_close($ch);



Reboot for the GXP2000:



	$pass = "admin";
	// generate URLs
	$login_url = "http://" . $ip . "/dologin.htm";
	$reboot_url = "http://" . $ip . "/rs.htm";

	// curl object
	$ch = curl_init();
	
	// set curl to use cookie file
	$ckfile = tempnam("/tmp", "CURLCOOKIE");
	curl_setopt($ch, CURLOPT_COOKIEJAR, $ckfile);
	//set the URL, number of POST vars, POST data
	curl_setopt($ch, CURLOPT_URL, $login_url);
	curl_setopt($ch, CURLOPT_POST, 1);
	curl_setopt($ch, CURLOPT_HEADER, 1);
	curl_setopt($ch, CURLOPT_POSTFIELDS, "P2=" . $pass . "&Login=Login&gnkey=0b82");
	curl_setopt($ch, CURLOPT_RETURNTRANSFER, 0);
	curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
	curl_setopt($ch, CURLOPT_MAXREDIRS, 3);
	curl_setopt($ch, CURLOPT_REFERER, str_replace('dologin', 'login', $login_url));
	curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729)");

	// get 'sid' cookie by logging in
	$response = curl_exec($ch);
	// now that we have the sid cookie, send the reboot command
	curl_setopt($ch, CURLOPT_URL, $reboot_url);
	curl_setopt($ch, CURLOPT_POST, false);
	curl_setopt($ch, CURLOPT_HEADER, 1);
	curl_setopt($ch, CURLOPT_COOKIEFILE, $ckfile);
	curl_setopt($ch, CURLOPT_RETURNTRANSFER, 0);
	curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
	curl_setopt($ch, CURLOPT_MAXREDIRS, 3);
	$response = curl_exec($ch);
	curl_close($ch);



Provisioning (plain XML) for GXP2120 and GXP2140:

-- This example assumes you have a database with tables named after the configuration parameters. If not, substitute the database part with reading a textfile of params instead or get creative...


	// clear any previous output
	ob_end_clean();

	// set headers for filetype
	header("Content-type: text/xml");
	header("Content-Disposition: \"inline; filename=cfg" . $mac . ".xml");
	// print XML header gxp21xx
	print "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\r\n";
	print "<gs_provision version=\"1\">\r\n";
	print "\t<mac>" . $mac . "</mac>\r\n";
	print "\t<config version=\"1\">\r\n";

	$offset = 7;
	$total_column = ($sth->columnCount() -1);
	$data = $sth->fetch();

	for ($counter = $offset; $counter <= $total_column; $counter ++) {
		$meta = $sth->getColumnMeta($counter);
		// only print configured parameters
		if (strlen($data[$counter]) > 0) {
			$value = str_replace('\r', '', $data[$counter]);
			$value = str_replace('\n', '', $value);
			print "\t\t<" . $meta['name'] . ">" . $value . "</" . $meta['name'] . ...

Asterisk Consultants Austria

$
0
0

Asterisk consultants: Austria


Add your entry here (Alphabetical order by country and company):
This page is growing large. Please don't post logos!!

ACCM Gmbh, Wien

ACCM is an austrian telephone-system-provider, combining the benefit of traditional telephone systems with the possibilities of Internet. ACCM configures the best solution for your companies needs, regarding least cost, efficiency and scalability.

ACK EDV Dienstleistungs-GmbH

ACK provides consulting, development and deployment for providers and large companies. Several enhancements and tools for integration with other systems are available. (e.g. billing module, webinterfaces, intelligent GSM gateways etc.)

Alexander Topolanek EDV-Beratung und Support

Company with a ten years expierience in the field of telecommunications and call center solutions. We're providing tailored solutions for your business, based on the open source telephony system Asterisk.

Armstrong Consulting GmbH

Armstrong Consulting helps international companies to carry out VoIP deployments and call-center legacy-system integrations.

Asterisk Consultant.com

Brings Asterisk, VOIP, Linux and Network consultants from around the world including Austria under one roof. You simply post your project requirements, maximum budget and time constraints. Consultants will bid on your project in the reverse style auction, giving you the best price possible and luxury of choosing which consultant/company to use.

Post your Project Requirements today at
Web: www.asterisk-consultant.com


Avalaris, Wien

Asterisk and legacy PBX integration, migration
Integration services with SIP, H.323 networks and legacy systems.
Development, tuning and integration of Open Source VoIP networks. ...

Asterisk consultants Asia

$
0
0
This is a page about Asterisk consultants in Asia. Please keep this list alphabetical.

Asia

BANGLADESH

E-NET COMMUNICATION

We provide the following consultancy:

    • Asterisk SS7/E1/T1 Solution
    • Asterisk GUI
    • Asterisk AGI programing
    • Asterisk Based Call-Center
    • Asterisk Calling card/callback
    • Asterisk IPPBX
    • OpenSIPS/kamailio/Yate/GnuGK Consultancy
    • Asteisk Billing
    • Asterisk at large environment

Please contact:
    • Contact: Mohammad Emran
    • Phone: +880-1713033045, +880-1768200000
    • Address: HB Tower(3rd Floor),House No# 1/A,Road # 23, Gulshan-1,Dhaka-1212,Bangladesh.
    • Email:mailto:monemran@gmail.com


CHINA/SINGAPORE/MALAYSIA/HONG KONG/TAWAN

BangJian telcom Ltd.

BangJian telcom Ltd located in ShenZhen, China. BangJian Telcom provides PBX, CRM, Call center, SS7/PRI solutions and asterisk cards. Lists:

CHINA


asterCC technology Co., Ltd.

asterCC is a software development company, our main product is asterisk based IP PBX & Call Center system.
We have been active in software development for computer telephony and Internet, for over 5 years.


    • asterCRM open source call center & crm
    • asterBilling hosted call shop & realtime billing solution.
    • asterCC Commercial hosted PBX & Call Center solution, provides free ip pbx features and 5 free agents license.

WShuttle Infotech Ltd. ...

VoIP Termination

$
0
0
Please add information to this page about VoIP Termination.

What is VoIP Termination?


VoIP Termination is the process of routing a VoIP telephone call from one telephone service provider to another.

VoIP Termination Providers


Please list VoIP Termination providers here in alphabetical order.

1Pipe Telecom | OnePipe is a licensed carrier providing Hosted PBX and SIP Trunking in over 50 countries. We have regional network facilities spread across the globe.
  • Actual US CLEC
  • Branded customer portals
  • Multiple geographic locations on one Hosted PBX
  • Coverage in over 50 countries
  • Unlimited inbound on each channel
  • Great for inbound call centers
  • No fee's per user or extension

INtezar Telecom is an established Wholesale Aggregation of Retail Voice Traffic from Cable, Mobile and Retail Operators focused on recently deregulated and developing markets, normally considered risky. We are a PREMIUM international telecommunication carrier specializing in delivering ONLY high quality and stable VoIP Termination service at competitive wholesale rates to Retail Providers and Wholesale Carriers, since 2008.

INtezar Telecom’s offering includes:

  • End-to-end calling line identification (CLI-certified) transmission
  • Access to web-based tools for quality monitoring in real time
  • Transparency of ISUP signaling for roaming (OCN & RDN)
  • Transmission of 3G video telephony calls on a 64 kbps basis
  • Public & Private IP circuits - via SIP or H323 and Secure VPN tunnel
  • TDM circuits via SS7/C7 and ISDN
  • NO False Answer Supervision (FAS)
  • dedicated support team monitor by 24/7 365 days
INtezar Telecom fights False Answer Supervision (FAS):

Intezar Telecom understands the critical importance of eliminating FAS in order to maintain high levels of call quality and customer satisfaction. Our stand is simple: we will not tolerate fraud on our network and are taking proactive measures to ensure that our partners support and work with us to achieve this goal.
  • for official contact for any kind of inquiry please send us your business opportunity through to us E-mail & IM:sales@intezar.net] [Skype: intezarsales.

  • Wholesale Voip Provider CLI & NON CLI Route provider. We are South Asia specialized over CLI & NCLI Destinations; we offer mostly BD NCLI,PAK NCLI,INDIA NCLI,NEPAL NCLI<& CLI Unlimited Dedicated port for a wholesale traffic, unlimited Inbound Traffic, contact E-mail & IM; sales@freewaretel.com Skype; freewaretel.
AJ-TEL Communications Network Group LLC is offering Wholesale Origination / Termination / Free Toll Free Termination US / MEXICO - We provide high quality, dependable access to over 3100 rate centers and instant access to over 5,700,000 DIDs including T38 and local number portability. Wholesale SIP
  • Termination available to North America (US and Canada), All Mexico with the best rates possible ever, direct routes, standart & premium routes

Virtual PBX providers

$
0
0
Virtual BPX is a service offering functionality of a PBX without the need to install switching equipment at the customer location. Only VOIP phones need to be installed at the customer site. This makes supporting distributed workers very easy as each requires only and internet connection and a VOIP phone. A business virtual PBX phone system can reduce your monthly phone bill significantly compared to a traditional business phone system.

List of Virtual PBX Providers




1Pipe Telecom | OnePipe is a licensed carrier providing Hosted PBX and SIP Trunking in over 50 countries. We have regional network facilities spread across the globe.
  • Actual US CLEC
  • Branded customer portals
  • Multiple geographic locations on one Hosted PBX
  • Coverage in over 50 countries
  • Unlimited inbound on each channel
  • Great for inbound call centers
  • No fee's per user or extension


.e4PBX - Hosted and premise based solution available. SIP / SMS / API - Hit live support for a demo and free test account.

Callagenix - Hosted numbers and services, virtual pbx and Business VoIP services. UK based, Ofcom registered SS7 carrier. Also provide a fixed rate, all-inclusive VoIP package - VoIP Inclusive. Contact number: +44 (0) 333 247 0000


Cordia Brasil - Porta Brasil atendendo clientes brasileiros com serviços virtuais na nuvem.
  • PABX Virtual com 1.000 minutos para celular ou fixo apenas R$99/mês por ramal
  • VoIP ilimitado Brasil para telefones fixos apenas R$49/mês
  • Números Virtuais de 50 países
  • URA, filas de atendimento, salas de conferências e outros benefícios gratuitos


IPX ASIA - CLOUD PBX, VOICE BROADCAST, HOSTED BILLING

CLOUD PBX
....................
A hosted Virtual PBX ready for Service Providers and ISPs. Full of features and functions. IPX does is an independent Platform provider providing solutions to Service Providers and ISPs.

Features of Cloud PBX :-

  • IVR / Auto Attendant
  • Call Conference
  • Call Transfer
  • Call Forward
  • Call Divert
  • Call Follow-me
  • Voicemail / Voicemail to email notification
  • Inbound DID Numbers
  • Ring Groups and many more..

VOICE BROADCAST
..............................
Broadcast many calls at one time to reach all your recipients to send then the voice message. Easy to use and manage. Comes with Reports.

Used in Industries :-

  • Dept Payment Reminder
  • Emergency Alert Notification
  • Sales Campaign
  • Realty Sales Campaign
  • School notification
  • Political Campaign
  • Survey and many more...


BILLING SYSTEM
.............................
This is a Multi-tenanted, Multi-Products Billing Platform which is also hosted. Ready for Service Providers and ISPs to bill their customers.

SIP TRUNKING
......................
Wholesale SIP Trunking for Service Providers and ISPs to do call termination. Very attractive rates. ...

Sip Trunking Providers

$
0
0
This page is a list of SIP trunking providers around the world. Please keep this list in alphabetical order. SIP providers looking to add their services can do so in the list below.

Country specific pages:


1comms VoIP provider for UK Businesses. Sip trunk services, UK DDI's and Asterisk Support for business users and resellers. White Label fully itemized per second billing.

1Pipe Telecom | OnePipe is a licensed carrier providing Hosted PBX and SIP Trunking in over 50 countries. We have regional network facilities spread across the globe.
  • Actual US CLEC
  • Branded customer portals
  • Multiple geographic locations on one Hosted PBX
  • Coverage in over 50 countries
  • Unlimited inbound on each channel
  • Great for inbound call centers
  • No fee's per user or extension

2 - Tel2 - Feature-rich VoIP provider with FREE signup and UK DIDs. Offer a host of services including call recording, web and video conferencing and collaboration services, faxmail (+ T.38 passthru), locate me, Smartphone and Desktop Apps and more. We offer all UK landline and tollfree numbers. Suitable for all users from residential, business through to large call centres. Wholesale and reseller programs and a white label 'Telco in the Cloud' product available. Lowest Rates. Save with calling bundle rates of 0.6p for landlines, 2p for Mobiles. 40+ countries at 1p/min. Build your own Telco in the cloud under your own branding and set your own rates and create your own calling plans and bundles using our fully automated web portals.

Aloha Connect Part of the Aloha Telecommunications Group, a UK National operator. Aloha Connect provides a simple platform to provision a prepaid Free SIP trunk with options to purchase DIDs (numbers) from over 50 countries. Aloha focuses purely on the quality side of the market (especially in regards to international calling). UK and Mobile calls are some of the cheapest rates on the market.

Asterisk SIP Trunking - US — Offers SIP Trunking for Asterisk. Over 500,000 DID's available in 9,500 rate centers. You can activate and setup service in minutes. TDM Enterprise quality. Fully qualified Asterisk consultants ready to assist you. Live customer service with 24/hr ticketing system. No per channel fees, we offer unlimited channels in with your SIP trunk. FREE API for your website. Use our API to leverage the power of our customer user portal on your own website. You can build your own back office admin panel with our API and also provide your customers the ability to order DIDs in REAL TIME along with setting up SIP Trunks. Automate everything and increase customer base.Our Asterisk SIP Trunks are not only for Asterisk. We work with every IP Ready telephone system. Try us out today! No contract and low rates. DIDs are $0.50 per month, Toll Free DIDs are $0.50 per month US/Canada calling rates per minute are $0.009 for TIER1 quality calls. Nothing will route out low quality networks. International calling is available immediately upon registration. Auto refill on your credit card will ensure your account never runs out of funds.

IP PBX

$
0
0
IP PBX is a phone system utilising IP communications. Traditionally IP PBX's are located on site where they can also interface to traditional telco services such as analogue phone lines. The business end users connect via IP to the IP PBX for voice service.

Vendor Information


The following is a list of IP PBX vendors, manufacturers, and service providers.

__

Svanto.net - Tailored Internet telephony solutions VoIP provider for residential, wholesales and business. Providing international DID's via high quality SIP Trunks, IP PBX (WSP) and hosted PBX (OpenPBX)

__

.e4PBX - Hosted and premise based solution available. SIP / SMS / API - Hit live support for a demo and free test account.

3CX - 3CX Phone System for Windows is a software-based IP PBX that replaces proprietary PBX/PABX. 3CX’s IP PBX is a complete Unified Communications solution that has been developed specifically for Microsoft Windows and is based on the SIP standard, making it easier to manage and install and allowing you to use any SIP phone (software or hardware). ...

VOIP Service Providers Business

$
0
0
This is a list of Business VOIP Service Providers who offer full service products primarily aimed at the small to medium sized business telephone market. Such companies typically support multi-line telephone systems, small PBX gateways and hosted VoIP (as an alternative to Centrex service). See also:


VOIP Service providers divided by country/continent:

Service providers operating in more then one country are listed under each country. "Operating in a country" means a provider that has billing and support staff located in the country, and offers service subject to the regulations and consumer protection laws of that country.


List of Service Providers:


1Pipe Telecom | OnePipe is a licensed carrier providing Hosted PBX and SIP Trunking in over 50 countries. We have regional network facilities spread across the globe.
  • Actual US CLEC
  • Branded customer portals
  • Multiple geographic locations on one Hosted PBX
  • Coverage in over 50 countries
  • Unlimited inbound on each channel
  • Great for inbound call centers
  • No fee's per user or extension



BareVOIP Limited is a VOIP service provider with high quality standards and interconnections. ...

Free VOIP Publications

$
0
0
There are many magazines either focused directly on VOIP or that are useful for information about related topics such as networking, telephone systems, etc.

www.voip-info.org is happy to make available totally free subscriptions to many technical magazines. The only catch is that you must be a qualified industry professional. i.e. there is some chance that you might be a buyer for or influence the purchase of the products and services advertised in these magazines. Each magazine usually has a short qualification form to fill out.

I have subscribed to many of these magazines for years and found them very useful.


Examples of Magazines available:
  • Packet Magazine - Provides the latest on Cisco technologies and products, including tech tips, configurations, and links to online resources...
  • Total Telecom - "The Economist of the communications industry"
  • Communications News - Serves the decision makers responsible for networking, voice data, and video communications technologies at enterprise and service provider organizations, both in print and online...
  • RCR Wireless News - Is the only weekly newspaper covering wireless, has met this challenge, offering a mix of breaking news and in-depth analysis into the issues that mold today's wireless telecommunications environment....
  • Network Computing - Provides labed solutions for your toughest enterprise-wide computing challenges.
  • Oracle Magazine Contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more
  • xchange - Covers revenue-generating service-delivery strategies for full-service facilities-based providers — from incumbents to competitors — serving metro and rural residential and business communities.
  • Many more


Examples of Whitepapers available:

News, white papers and articles about voip:

Video Conferencing

$
0
0
Please add information to this page about Video Conferencing, and video conferencing providers.

Video conferencing is the process of using an Internet connection to conference with one or more people simultaneously through video.

Video Conferencing Providers


  • CosmoConf, a multi-tenant audio, video & web conferencing solution to conduct a HD quality conferences remotely across the world.
  • Video Conferencing Spectranet offering Audio / Video conferencing solutions in India.
  • Cisco - Cisco Unified Collaboration Solutions provides all aspects of communication including phone and video conferencing over the web.
  • Google Talk - Google Talk provides video conferencing for free.
  • Skype - Skype is the online, free leader of video conferencing.
  • Smart Voice Network AVIDO delivers a truly all-in-one web conferencing solution for all your organization-wide online communication needs. Web conferencing usage can vary widely, depending on business necessities, daily fluctuations in application requirements, and even personal preferences. Using AVIDO as your communication medium offers you easily accessible solutions to any communication challenge – whenever or wherever they arise.


See also


Web Conferencing

$
0
0
Please add information to this page about Web Conferencing, and web conferencing providers.

Web conferencing is the process of using an Internet connection to conference with one or more people simultaneously through audio or video.

Web Conferencing Providers


Please keep this list of web conferencing providers in alphabetical order

  • Collaboration Solutions Spectranet offering Audio & Video Conferencing solutions and the most innovative Hosted Messaging services.
  • CosmoConf developed in WebRTC & FreeSWITCH is a unified conferencing solution to conduct conferences, meetings, demo, presentations, etc. remotely worldwide.
  • Cisco - Cisco Unified Collaboration Solutions provides all aspects of communication including phone and video conferencing over the web.
  • Google Talk - Google Talk provides web conferencing for free
  • Skype - Skype is the online, free leader of video and web conferencing.
  • PhastCloud - PhastCloud is an easy to use telephony service that uses call-out to quickly conference two or more users. You simply enter your number once and add as many participants as you like. The system then calls them all and places them in your Cloud. voip-info.org users can use trial code V-INFO to sign up for 30 days of unlimited conferencing (US 48).
  • Smart Voice Network AVIDO delivers a truly all-in-one web conferencing solution for all your organization-wide online communication needs. Web conferencing usage can vary widely, depending on business necessities, daily fluctuations in application requirements, and even personal preferences. Using AVIDO as your communication medium offers you easily accessible solutions to any communication challenge – whenever or wherever they arise.
  • Voxeet - Voxeet is a free HD web conferencing software with 3D audio and immersive sound.

See also


ZONE Limited

$
0
0
just ZONE-smaller2.gif
http://www.zonetel.com


Established in 2000, ZONE Limited is a licensed telecom service and solution provider in Hong Kong. ZONE specializes in VOIP/SIP/Asterisk PBX/Call Center/IVR and have a number of successful implementations in Asian regions. ZONE endeavours to provide customers with best products and professional services.

ZONE is the distributor of Elastix in Asia and also an approved Avaya Partner.

NEW

Elastix miniUCS appliance

The Elastix miniUCS is a compact all-in-one IP PBX :

SIP/T1/E1/FXO/GSM connectivity
Small size — less space, less power consumption
Auto-attendants, Voicemail, Ring Groups, Queue, Conference, Fax Detection, Remote Management, Remote Extensions PLUS voice recordings and many more..

For further details, please visit here

Services

DID numbers/Hong Kong Virtual Phone Number/Shanghai DID/Singapore DID

ZONE is a licensed telecom operator providing Hong Kong/HK DID numbers (HK virtual phone numbers) for numerous SIP platforms like Asterisk, Elastix, FreePBX, Microsoft Lync and even SIP-compliant apps on Android or iPhone. You can get HK presence without all the expensive overhead. The DID comes with optional outbound dialing, voice recording, voice mail, call forward and concurrent call support.

Many call centers and virtual offices are using our HK DID services.

In addition to HK DID, we provide Singapore and China DID for you to develop the Asia markets.


IP-PBX

We carry IP-PBX products from selected brands which we believe to represent the best mix to serve SME/SOHO segments. We provide on-site installation, integration, customization and training so that customers can make full use of the IP technology.

IP-Phones

Our IP-PBX can work with SIP-based IP phones from leading brands such as Digium, Elastix, Grandstream, Polycom, Snom, Xorcom, Yealink and many more,

Asterisk consultation and turnkey solutions

Asterisk is known to be the leading open-source PBX attributed to its powerful features and deployment flexibility. We have intensive exposure to Asterisk and could help you to implement various business applications such as calling card, IVR, voice recording, fax2email, auto-attendant, dialers, etc.

Cloud/Hosted PBX and IVR service

Looking for a hosted PBX service? We provide elastix/asterisk PBX hosting environment with DID SIP trunks and support of remote extensions. Pay-as-go-you.
Or need a hosted IVR service to integrate with your business applications ? We are able to deliver advanced features like call queues with customizable greetings, operator-assisted key, fax-on-demand, time-dependent IVR options, database integration and many.

Please visit Cloud Plans for price quotes.

SMS service with international coverage

It is convenient to broadcast and schedule SMS on our web site. In addition, we act as a programmable SMS gateway supporting the standard smpp and http interface. ...
Viewing all 5767 articles
Browse latest View live