Yeastar ITSP Partners – Cyprus

Yeastar Certified SIP Trunk Providers – Cyprus

These Cypriot SIP trunk providers have been tested and certified by Yeastar.

ImpacTech

Impact Telecom is part of ImpacTech’s end-to-end suite of solutions. Impact Telecom offers the best call rates worldwide, DIDs, and Cloud Solutions as Managed Service. ImpacTech uses AI and Big Data-driven solutions and platforms to automate and personalize every step of the customer journey at scale. Solutions like Impact CRM, Impact AI, Impact PSP Gateway, and White Label Brokerage solutions enable companies to offer personalized customer experiences. This reduces the cost of acquisition of leads, cuts customer churn, and increases employee productivity. ImpacTech won the award for the “Best Automated Performance Tool” at the recent Finance Magnates London Summit 2018. ImpacTech serves a wide variety of industries including finance, education, gaming, and health.

Product Provider Type Supported Codec Supported DTMF Supported Fax Type Support Document Tested Version
P-Series Cloud Edition Peer Trunk (Port Based) a-law, u-law, G729 RFC2833, Info, Inband Not Tested N/A 84.5.0.88

Intelligent Telecoms

Intelligent Telecoms is a fully registered VoIP provider of fully managed hosted business IP phone systems and solutions, with headquarters in Nicosia, Cyprus. We are known for providing reliable and inexpensive VoIP telephone calls and advanced cloud-based hosted PBX services. We provide Cyprus and international VOIP numbers for business start-ups, call centers, sole traders, and home-based working professionals. Our focus is on providing reliable VoIP phone systems with enterprise features, best in industry service, and scalable pricing.

Product Provider Type Supported Codec Supported DTMF Supported Fax Type Support Document Tested Version
P-Series Cloud Edition Peer Trunk (Port Based) a-law, u-law RFC2833 Not Tested N/A 84.5.0.88
'; $(this).data('hide',false).show(); toggleIsOpen(that,$(this).parent(),true); $(this).html(insertTag); // $(this).data('hide',true).hide(); return } $(this).data('hide',false).show(); toggleIsOpen(that,$(this).parent(),true); $(this).html(insertTag); // 为li绑定事件 $('#'+that.suggestWrapId+' li').click(function(){ $input.val($(this).text()); // 触发回调事件 var currentData = that.data[$(this).data('index')]; that.selectData = currentData; that.selectItem(currentData,false); $ul.data('hide',true).hide(); toggleIsOpen(that,$(this).parent(),false); }); }); $ul.on('hide',function(){ $(this).data('hide',true).hide(100); toggleIsOpen(that,$(this).parent(),false); }); } function style(width){ var str = '\n'; return str; } function tag(inputId,inputName,inputValue,suggestWrapId,isSeletClass){ var str = '
'+ ''+ '
    '+ '
'+ '
'; return str; } function getObjKey(obj){ var keys=[]; for(var k in obj)keys.push(k); return keys; } // 为数据添加标识符 function add$index(arr){ arr.forEach(function(item,i){ item.$index = i; }) return arr; } // 获取元素 function getElement(scope){ return {input:$('#'+scope.inputId),ul:$('#'+scope.suggestWrapId)} } // 如果type 为select 在初始化时需要考虑回填 function selectTypeInit(scope){ if(!scope.selectBindValue)return; if(!scope.selectBindKey)throw new Error('option error: selectBindKey option is require'); //scope.filterKey var initData = scope.data.filter(function(item){ return item[scope.selectBindKey] === scope.selectBindValue; }); scope.selectData = initData[0]; var inputVal= scope.selectBindValue; if(initData.length > 0 ){ var activeKey = scope.filterKey || getObjKey(initData[0])[0]; inputVal = initData[0][activeKey]; } setTimeout(function(){ var $input = getElement(scope).input; $input.val(inputVal); }); } function toggleIsOpen(scope,ele,open){ if(scope.type !== 'select') return; if(open){ ele.addClass('is-open'); }else{ ele.removeClass('is-open'); } } this.init(); }