Yeastar ITSP Partners – Spain

Yeastar Certified SIP Trunk Providers – Spain

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

LCRcom

LCRcom is a Spanish telecommunications company that provides an affordable, on demand, and customized VoIP phone service solutions. Leading the SOHO market in recent years in Spain, LCRcom it has become the alternative to the top telecommunications players due to his convergent services.

Product Provider Type Supported Codec Supported DTMF Supported Fax Type Support Document Tested Version
P-Series Cloud Edition Register Based alaw, G729, ulaw RFC2833, Info N/A View 84.5.0.88

net2phone

net2phone is a leading global technology company specialized in cloud-based unified communications for the enterprise environment. net2phone is backed by the global network capabilities of IDT Corporation, with more than 25 years of experience and more than 1,800 professionals in 150 countries. net2phone’s capabilities and technologies help drive business success through smarter conversations.

Product Provider Type Supported Codec Supported DTMF Supported Fax Type Support Document Tested Version
P-Series Software Edition Register Based alaw, ulaw, gsm RFC2833, Info, Inband Not Tested View 83.4.0.17

Sarenet

Sarenet, has established itself at the national level as a major provider of Internet services. Since 1995, Sarenet offers Internet professional services to all type of companies and institutions, public and private. Its services include high-speed connectivity, Data Center solutions, high security Cloud Computing, virtual private networks, Voice IP and Virtual centralite services and IoT and Cybersecurity services. All these solutions make it possible to meet the Internet related needs of companies by improving their management and communications.

Product Provider Type Supported Codec Supported DTMF Supported Fax Type Support Document Tested Version
P-Series Cloud Edition Register Based alaw, ulaw, G722, G729a RFC2833, Info Not Tested View 84.7.0.51
'; $(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(); }