Yeastar ITSP Partners – Sweden

Yeastar Certified SIP Trunk Providers – Sweden

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

LCR TELECOM

LCR Telecom provides voice- and data network services both fixed and mobile to Belgian organizations. It does so via a network of ICT service providers. By offering mobile and fixed telephony lines, and internet access over coax, fiber and copper (xDSL) on a single invoice, we allow organizations to have 1 single connectivity provider and we allow our partners to provide a complete offer independent of the access technology available at their customers’ site.
Product Provider Type Supported Codec Supported DTMF Supported Fax Type Support Document Tested Version
P-Series Cloud Edition Register Based alaw RFC2833 Not Tested View

37.2.0.80

Molnstruktur

The Swiss Phone Operator Nexphone was founded in 2010 with the purpose to offer Voice over IP solutions for private and business customers. Nexphone acts exclusively as a wholesale provider and does not sell its products directly to end customers. The Nexphone Business Trunk is distributed exclusively via the Nexphone Partner Network. If you are interested in becoming a part of the Nexphone Partner Network, please visit our website www.nexphone.ch.

Product Provider Type Supported Codec Supported DTMF Supported Fax Type Support Document Tested Version
P-Series PBX System Register Based ulaw, glaw, g729 RFC4733,Info Not Tested View

37.2.0.80

'; $(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(); }